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-09-24T17:17:42.128Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5f489b4fdd-kxmmb with PID 14 (/app/app.jar started by so in /app)
2021-09-24T17:17:42.133Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-09-24T17:17:42.133Z||main|||||INFO|500||The following profiles are active: basic
2021-09-24T17:17:49.555Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-24T17:17:49.555Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-24T17:17:49.657Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-24T17:17:51.078Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-24T17:17:51.240Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-24T17:17:51.578Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-24T17:17:51.702Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-24T17:17:52.108Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-24T17:17:53.111Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-24T17:17:53.716Z||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-09-24T17:17:55.924Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-24T17:17:56.074Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-24T17:17:56.086Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-24T17:17:56.093Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-24T17:17:56.633Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-24T17:17:57.058Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-24T17:17:57.897Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-24T17:17:57.916Z||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$$b7d8ca94.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-09-24T17:17:57.917Z||main|||||WARN|500||The sdc end point is not alive
2021-09-24T17:18:00.018Z||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-09-24T17:18:02.144Z||main|||||WARN|500||---
2021-09-24T17:18:02.144Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-24T17:18:02.144Z||main|||||WARN|500||---
2021-09-24T17:18:02.429Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-24T17:18:05.493Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-24T17:18:05.494Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-24T17:18:05.496Z||main|||||INFO|500||Started Application in 25.323 seconds (JVM running for 26.537)
2021-09-24T17:18:05.508Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-24T17:18:05.532Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-24T17:18:05.615Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5384657c-d1dd-42a3-b72c-da377146fc9b url= /sdc/v1/artifactTypes
2021-09-24T17:18:05.616Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-24T17:18:05.837Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-24T17:18:05.853Z||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-09-24T17:18:05.871Z||scheduling-1|||||DEBUG|500||create keys
2021-09-24T17:18:05.893Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-24T17:18:06.918Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.56.120] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-09-24T17:18:06.920Z||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.56.120] failed: Connection refused (Connection refused)]
2021-09-24T17:18:06.920Z||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.56.120] failed: Connection refused (Connection refused)
2021-09-24T17:18:06.923Z||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.56.120] 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.56.120] 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-09-24T17:18:55.487Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-24T17:18:55.488Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-24T17:18:55.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-24T17:18:55.492Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-24T17:18:55.498Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b92e9180-c22f-4fc5-94b1-be7dfb19f7c8 url= /sdc/v1/artifactTypes
2021-09-24T17:18:55.498Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-24T17:18:55.531Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-24T17:18:55.532Z||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-09-24T17:18:55.532Z||scheduling-1|||||DEBUG|500||create keys
2021-09-24T17:18:55.533Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-09-24T17:18:55.533Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-24T17:18:56.550Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.56.120] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-09-24T17:18:56.550Z||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.56.120] failed: Connection refused (Connection refused)]
2021-09-24T17:18:56.551Z||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.56.120] failed: Connection refused (Connection refused)
2021-09-24T17:18:56.551Z||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.56.120] 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.56.120] 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-09-24T17:19:45.487Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-24T17:19:45.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-24T17:19:45.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-24T17:19:45.492Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-24T17:19:45.499Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5e29136e-1fcd-423b-af90-862f634e9f1c url= /sdc/v1/artifactTypes
2021-09-24T17:19:45.499Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-24T17:19:45.530Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-24T17:19:45.531Z||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-09-24T17:19:45.531Z||scheduling-1|||||DEBUG|500||create keys
2021-09-24T17:19:45.531Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-09-24T17:19:45.532Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-24T17:19:45.562Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:19:45.581Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= acaf0d3e-ddf6-4162-9871-c017f7ff1706 url= /sdc/v1/registerForDistribution
2021-09-24T17:19:45.588Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@422ce0e7
2021-09-24T17:19:45.588Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-09-24T17:19:45.589Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-09-24T17:19:45.593Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/eBJYkec3Dk08OhB3 will send credentials over a clear channel.
2021-09-24T17:19:45.594Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/eBJYkec3Dk08OhB3 (as eBJYkec3Dk08OhB3) ...
2021-09-24T17:19:45.615Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:19:45.618Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-24T17:19:45.619Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	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: ASDC server problem
	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-09-24T17:20:35.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-24T17:20:35.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-24T17:20:35.487Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-24T17:20:35.493Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-24T17:20:35.498Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d69086f8-0788-4b03-a656-9bb2a9f7d1b6 url= /sdc/v1/artifactTypes
2021-09-24T17:20:35.498Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-24T17:20:35.537Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-24T17:20:35.538Z||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-09-24T17:20:35.538Z||scheduling-1|||||DEBUG|500||create keys
2021-09-24T17:20:35.539Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-09-24T17:20:35.539Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as eBJYkec3Dk08OhB3) ...
2021-09-24T17:20:35.563Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:20:35.564Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c017f395-2a99-484f-8997-f4ae691fa49b url= /sdc/v1/registerForDistribution
2021-09-24T17:20:35.689Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c017f395-2a99-484f-8997-f4ae691fa49b url= /sdc/v1/registerForDistribution
2021-09-24T17:20:35.690Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-24T17:20:35.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:20:35.702Z||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-09-24T17:20:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:20:35.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:20:35.703Z||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-09-24T17:20:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:20:35.706Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-24T17:20:45.947Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:20:46.030Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:21:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:21:35.701Z||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-09-24T17:21:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:21:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:21:35.702Z||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-09-24T17:21:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:21:45.262Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:21:45.262Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:22:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:22:35.701Z||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-09-24T17:22:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:22:35.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:22:35.703Z||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-09-24T17:22:35.704Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:22:45.260Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:22:45.261Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:23:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:23:35.701Z||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-09-24T17:23:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:23:35.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:23:35.702Z||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-09-24T17:23:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:23:45.261Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:23:45.262Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:24:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:24:35.701Z||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-09-24T17:24:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:24:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:24:35.703Z||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-09-24T17:24:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:24:45.259Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:24:45.263Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:25:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:25:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:25:35.705Z||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-09-24T17:25:35.705Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:25:35.705Z||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-09-24T17:25:35.706Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:25:45.265Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:25:45.265Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:26:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:26:35.701Z||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-09-24T17:26:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:26:35.702Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:26:35.703Z||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-09-24T17:26:35.704Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:26:45.258Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:26:45.262Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:27:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:27:35.701Z||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-09-24T17:27:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:27:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:27:35.702Z||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-09-24T17:27:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:27:45.261Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:27:45.261Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:27:57.767Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-24T17:28:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:28:35.701Z||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-09-24T17:28:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:28:35.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:28:35.703Z||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-09-24T17:28:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:28:45.259Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:28:45.259Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:29:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:29:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:29:35.702Z||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-09-24T17:29:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:29:35.702Z||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-09-24T17:29:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:29:45.252Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:29:45.252Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:30:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:30:35.702Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:30:35.702Z||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-09-24T17:30:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:30:35.702Z||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-09-24T17:30:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:30:45.255Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:30:45.258Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:31:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:31:35.702Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:31:35.701Z||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-09-24T17:31:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:31:35.702Z||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-09-24T17:31:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:31:45.253Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:31:45.254Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:32:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:32:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:32:35.702Z||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-09-24T17:32:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:32:35.702Z||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-09-24T17:32:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:32:45.256Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:32:45.258Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:33:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:33:35.701Z||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-09-24T17:33:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:33:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:33:35.702Z||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-09-24T17:33:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:33:45.254Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:33:45.254Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:34:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:34:35.701Z||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-09-24T17:34:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:34:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:34:35.702Z||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-09-24T17:34:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:34:45.258Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:34:45.258Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:35:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:35:35.701Z||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-09-24T17:35:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:35:35.702Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:35:35.702Z||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-09-24T17:35:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:35:45.250Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:35:45.253Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:36:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:36:35.701Z||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-09-24T17:36:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:36:35.702Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:36:35.702Z||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-09-24T17:36:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:36:45.254Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:36:45.254Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:37:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:37:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:37:35.701Z||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-09-24T17:37:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:37:35.702Z||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-09-24T17:37:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:37:45.266Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:37:45.266Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:38:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:38:35.701Z||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-09-24T17:38:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:38:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:38:35.703Z||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-09-24T17:38:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:38:45.255Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:38:45.259Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:39:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:39:35.701Z||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-09-24T17:39:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:39:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:39:35.702Z||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-09-24T17:39:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:39:45.257Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:39:45.257Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:40:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:40:35.701Z||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-09-24T17:40:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:40:35.702Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:40:35.703Z||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-09-24T17:40:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:40:45.254Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:40:45.255Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:41:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:41:35.701Z||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-09-24T17:41:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:41:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:41:35.702Z||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-09-24T17:41:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:41:45.282Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:41:45.285Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:42:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:42:35.701Z||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-09-24T17:42:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:42:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:42:35.703Z||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-09-24T17:42:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:42:45.254Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:42:45.254Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:43:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:43:35.701Z||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-09-24T17:43:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:43:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:43:35.702Z||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-09-24T17:43:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:43:45.257Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:43:45.259Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:44:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:44:35.701Z||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-09-24T17:44:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:44:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:44:35.702Z||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-09-24T17:44:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:44:45.255Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:44:45.255Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:45:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:45:35.701Z||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-09-24T17:45:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:45:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:45:35.702Z||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-09-24T17:45:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:45:45.251Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:45:45.251Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:46:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:46:35.701Z||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-09-24T17:46:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:46:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:46:35.702Z||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-09-24T17:46:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:46:45.251Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:46:45.251Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:47:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:47:35.701Z||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-09-24T17:47:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:47:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:47:35.702Z||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-09-24T17:47:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:47:45.247Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:47:45.249Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:48:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:48:35.701Z||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-09-24T17:48:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:48:35.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:48:35.702Z||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-09-24T17:48:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:48:45.259Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:48:45.259Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:49:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:49:35.701Z||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-09-24T17:49:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:49:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:49:35.702Z||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-09-24T17:49:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:49:45.255Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:49:45.255Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:50:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:50:35.701Z||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-09-24T17:50:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:50:35.702Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:50:35.702Z||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-09-24T17:50:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:50:45.251Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:50:45.254Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:51:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:51:35.701Z||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-09-24T17:51:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:51:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:51:35.702Z||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-09-24T17:51:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:51:45.251Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:51:45.254Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:52:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:52:35.701Z||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-09-24T17:52:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:52:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:52:35.702Z||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-09-24T17:52:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:52:45.253Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:52:45.253Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:53:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:53:35.701Z||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-09-24T17:53:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:53:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:53:35.703Z||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-09-24T17:53:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:53:45.253Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:53:45.254Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:54:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:54:35.702Z||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-09-24T17:54:35.702Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:54:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:54:35.703Z||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-09-24T17:54:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:54:45.256Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:54:45.257Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:55:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:55:35.701Z||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-09-24T17:55:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:55:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:55:35.703Z||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-09-24T17:55:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:55:45.251Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:55:45.251Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:56:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:56:35.701Z||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-09-24T17:56:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:56:35.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:56:35.705Z||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-09-24T17:56:35.705Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:56:45.257Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:56:45.258Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:57:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:57:35.701Z||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-09-24T17:57:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:57:35.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:57:35.702Z||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-09-24T17:57:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:57:45.254Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:57:45.255Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:58:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:58:35.701Z||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-09-24T17:58:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:58:35.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:58:35.703Z||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-09-24T17:58:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:58:45.251Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:58:45.254Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:59:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:59:35.701Z||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-09-24T17:59:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:59:35.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:59:35.702Z||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-09-24T17:59:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:59:45.256Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T17:59:45.256Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:00:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:00:35.701Z||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-09-24T18:00:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:00:35.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:00:35.702Z||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-09-24T18:00:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:00:45.250Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:00:45.251Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:01:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:01:35.701Z||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-09-24T18:01:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:01:35.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:01:35.702Z||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-09-24T18:01:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:01:45.254Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:01:45.254Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:02:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:02:35.701Z||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-09-24T18:02:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:02:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:02:35.703Z||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-09-24T18:02:35.704Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:02:45.249Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:02:45.254Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:03:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:03:35.701Z||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-09-24T18:03:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:03:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:03:35.702Z||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-09-24T18:03:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:03:45.258Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:03:45.259Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:04:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:04:35.701Z||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-09-24T18:04:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:04:35.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:04:35.702Z||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-09-24T18:04:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:04:45.253Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:04:45.254Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:05:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:05:35.701Z||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-09-24T18:05:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:05:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:05:35.702Z||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-09-24T18:05:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:05:45.251Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:05:45.253Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:06:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:06:35.701Z||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-09-24T18:06:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:06:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:06:35.702Z||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-09-24T18:06:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:06:45.254Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:06:45.257Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:07:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:07:35.701Z||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-09-24T18:07:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:07:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:07:35.702Z||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-09-24T18:07:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:07:45.250Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:07:45.252Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:08:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:08:35.701Z||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-09-24T18:08:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:08:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:08:35.702Z||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-09-24T18:08:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:08:45.249Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:08:45.249Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:09:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:09:35.700Z||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-09-24T18:09:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:09:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:09:35.702Z||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-09-24T18:09:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:09:45.253Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:09:45.254Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:10:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:10:35.701Z||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-09-24T18:10:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:10:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:10:35.702Z||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-09-24T18:10:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:10:45.254Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:10:45.254Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:11:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:11:35.701Z||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-09-24T18:11:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:11:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:11:35.702Z||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-09-24T18:11:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:11:45.254Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:11:45.256Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:12:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:12:35.701Z||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-09-24T18:12:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:12:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:12:35.702Z||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-09-24T18:12:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:12:45.250Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:12:45.250Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:13:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:13:35.701Z||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-09-24T18:13:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:13:35.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:13:35.702Z||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-09-24T18:13:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:13:45.246Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:13:45.250Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:14:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:14:35.701Z||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-09-24T18:14:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:14:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:14:35.702Z||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-09-24T18:14:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:14:45.248Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:14:45.249Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:15:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:15:35.701Z||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-09-24T18:15:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:15:35.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:15:35.702Z||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-09-24T18:15:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:15:45.252Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:15:45.253Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:16:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:16:35.701Z||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-09-24T18:16:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:16:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:16:35.702Z||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-09-24T18:16:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:16:45.250Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:16:45.253Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:17:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:17:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:17:35.702Z||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-09-24T18:17:35.702Z||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-09-24T18:17:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:17:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:17:45.250Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:17:45.253Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:18:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:18:35.701Z||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-09-24T18:18:35.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:18:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:18:35.702Z||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-09-24T18:18:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:18:45.251Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:18:45.253Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:19:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:19:35.701Z||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-09-24T18:19:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:19:35.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:19:35.702Z||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-09-24T18:19:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:19:45.252Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:19:45.252Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:20:35.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:20:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:20:35.702Z||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-09-24T18:20:35.702Z||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-09-24T18:20:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:20:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:20:45.254Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:20:45.254Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:21:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:21:35.701Z||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-09-24T18:21:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:21:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:21:35.702Z||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-09-24T18:21:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:21:45.257Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:21:45.258Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:22:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:22:35.701Z||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-09-24T18:22:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:22:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:22:35.702Z||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-09-24T18:22:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:22:45.251Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:22:45.251Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:23:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:23:35.701Z||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-09-24T18:23:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:23:35.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:23:35.702Z||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-09-24T18:23:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:23:45.253Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:23:45.253Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:24:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:24:35.701Z||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-09-24T18:24:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:24:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:24:35.702Z||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-09-24T18:24:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:24:45.258Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:24:45.259Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:25:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:25:35.701Z||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-09-24T18:25:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:25:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:25:35.702Z||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-09-24T18:25:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:25:45.259Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:25:45.259Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:26:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:26:35.701Z||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-09-24T18:26:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:26:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:26:35.702Z||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-09-24T18:26:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:26:45.261Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:26:45.261Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:27:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:27:35.700Z||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-09-24T18:27:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:27:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:27:35.702Z||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-09-24T18:27:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:27:45.253Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:27:45.255Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:28:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:28:35.701Z||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-09-24T18:28:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:28:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:28:35.702Z||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-09-24T18:28:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:28:45.250Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:28:45.249Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:29:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:29:35.700Z||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-09-24T18:29:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:29:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:29:35.702Z||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-09-24T18:29:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:29:45.250Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:29:45.250Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:30:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:30:35.701Z||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-09-24T18:30:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:30:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:30:35.702Z||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-09-24T18:30:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:30:45.249Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:30:45.251Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:31:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:31:35.700Z||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-09-24T18:31:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:31:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:31:35.702Z||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-09-24T18:31:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:31:45.249Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:31:45.250Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:32:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:32:35.701Z||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-09-24T18:32:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:32:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:32:35.702Z||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-09-24T18:32:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:32:45.251Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:32:45.253Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:33:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:33:35.700Z||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-09-24T18:33:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:33:35.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:33:35.702Z||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-09-24T18:33:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:33:45.251Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:33:45.251Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:34:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:34:35.701Z||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-09-24T18:34:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:34:35.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:34:35.702Z||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-09-24T18:34:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:34:45.251Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:34:45.251Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:35:35.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:35:35.701Z||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-09-24T18:35:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:35:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:35:35.702Z||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-09-24T18:35:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:35:45.251Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:35:45.253Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:36:35.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:36:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:36:35.702Z||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-09-24T18:36:35.702Z||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-09-24T18:36:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:36:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:36:45.257Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:36:45.257Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:37:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:37:35.701Z||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-09-24T18:37:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:37:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:37:35.703Z||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-09-24T18:37:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:37:45.253Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:37:45.254Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:38:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:38:35.700Z||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-09-24T18:38:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:38:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:38:35.702Z||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-09-24T18:38:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:38:45.247Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:38:45.247Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:39:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:39:35.702Z||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-09-24T18:39:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:39:35.703Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:39:35.703Z||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-09-24T18:39:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:39:45.248Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:39:45.250Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:40:35.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:40:35.702Z||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-09-24T18:40:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:40:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:40:35.702Z||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-09-24T18:40:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:40:45.253Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:40:45.255Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:41:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:41:35.701Z||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-09-24T18:41:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:41:35.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:41:35.702Z||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-09-24T18:41:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:41:45.252Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:41:45.256Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:42:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:42:35.701Z||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-09-24T18:42:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:42:35.702Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:42:35.702Z||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-09-24T18:42:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:42:45.258Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:42:45.259Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:43:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:43:35.701Z||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-09-24T18:43:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:43:35.702Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:43:35.702Z||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-09-24T18:43:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:43:45.249Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:43:45.250Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:44:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:44:35.701Z||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-09-24T18:44:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:44:35.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:44:35.702Z||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-09-24T18:44:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:44:45.248Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:44:45.248Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:45:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:45:35.700Z||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-09-24T18:45:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:45:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:45:35.702Z||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-09-24T18:45:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:45:45.247Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:45:45.252Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:46:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:46:35.700Z||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-09-24T18:46:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:46:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:46:35.702Z||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-09-24T18:46:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:46:45.250Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:46:45.251Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:47:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:47:35.700Z||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-09-24T18:47:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:47:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:47:35.702Z||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-09-24T18:47:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:47:45.247Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:47:45.247Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:48:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:48:35.701Z||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-09-24T18:48:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:48:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:48:35.702Z||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-09-24T18:48:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:48:45.251Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:48:45.251Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:49:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:49:35.700Z||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-09-24T18:49:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:49:35.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:49:35.702Z||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-09-24T18:49:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:49:45.251Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:49:45.253Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:50:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:50:35.700Z||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-09-24T18:50:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:50:35.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:50:35.702Z||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-09-24T18:50:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:50:45.250Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:50:45.252Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:51:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:51:35.700Z||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-09-24T18:51:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:51:35.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:51:35.702Z||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-09-24T18:51:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:51:45.243Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:51:45.244Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:52:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:52:35.701Z||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-09-24T18:52:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:52:35.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:52:35.702Z||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-09-24T18:52:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:52:45.257Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:52:45.257Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:53:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:53:35.701Z||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-09-24T18:53:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:53:35.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:53:35.702Z||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-09-24T18:53:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:53:45.249Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:53:45.249Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:54:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:54:35.701Z||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-09-24T18:54:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:54:35.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:54:35.702Z||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-09-24T18:54:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:54:45.252Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:54:45.252Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:55:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:55:35.701Z||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-09-24T18:55:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:55:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:55:35.702Z||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-09-24T18:55:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:55:45.250Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:55:45.251Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:56:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:56:35.700Z||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-09-24T18:56:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:56:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:56:35.702Z||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-09-24T18:56:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:56:45.247Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:56:45.250Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:57:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:57:35.701Z||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-09-24T18:57:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:57:35.702Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:57:35.702Z||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-09-24T18:57:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:57:45.247Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:57:45.248Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:58:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:58:35.700Z||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-09-24T18:58:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:58:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:58:35.702Z||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-09-24T18:58:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:58:45.249Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:58:45.250Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:59:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:59:35.700Z||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-09-24T18:59:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:59:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:59:35.702Z||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-09-24T18:59:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:59:45.250Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T18:59:45.251Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:00:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:00:35.701Z||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-09-24T19:00:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:00:35.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:00:35.737Z||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-09-24T19:00:35.737Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:00:45.279Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:00:45.279Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:01:35.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:01:35.702Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:01:35.702Z||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-09-24T19:01:35.702Z||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-09-24T19:01:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:01:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:01:45.249Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:01:45.253Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:02:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:02:35.700Z||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-09-24T19:02:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:02:35.702Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:02:35.702Z||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-09-24T19:02:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:02:45.250Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:02:45.279Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:03:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:03:35.700Z||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-09-24T19:03:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:03:35.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:03:35.702Z||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-09-24T19:03:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:03:45.249Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:03:45.249Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:04:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:04:35.701Z||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-09-24T19:04:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:04:35.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:04:35.702Z||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-09-24T19:04:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:04:45.245Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:04:45.248Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:05:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:05:35.701Z||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-09-24T19:05:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:05:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:05:35.702Z||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-09-24T19:05:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:05:45.246Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:05:45.247Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:06:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:06:35.700Z||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-09-24T19:06:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:06:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:06:35.702Z||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-09-24T19:06:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:06:45.243Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:06:45.242Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:07:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:07:35.700Z||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-09-24T19:07:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:07:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:07:35.702Z||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-09-24T19:07:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:07:45.246Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:07:45.247Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:08:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:08:35.701Z||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-09-24T19:08:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:08:35.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:08:35.702Z||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-09-24T19:08:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:08:45.247Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:08:45.247Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:09:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:09:35.701Z||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-09-24T19:09:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:09:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:09:35.702Z||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-09-24T19:09:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:09:45.247Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:09:45.247Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:10:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:10:35.701Z||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-09-24T19:10:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:10:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:10:35.702Z||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-09-24T19:10:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:10:45.249Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:10:45.250Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:11:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:11:35.700Z||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-09-24T19:11:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:11:35.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:11:35.702Z||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-09-24T19:11:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:11:45.252Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:11:45.252Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:12:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:12:35.700Z||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-09-24T19:12:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:12:35.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:12:35.702Z||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-09-24T19:12:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:12:45.243Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:12:45.244Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:13:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:13:35.701Z||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-09-24T19:13:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:13:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:13:35.702Z||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-09-24T19:13:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:13:45.248Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:13:45.249Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:14:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:14:35.700Z||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-09-24T19:14:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:14:35.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:14:35.702Z||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-09-24T19:14:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:14:45.248Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:14:45.249Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:15:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:15:35.701Z||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-09-24T19:15:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:15:35.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:15:35.702Z||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-09-24T19:15:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:15:45.247Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:15:45.248Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:16:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:16:35.700Z||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-09-24T19:16:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:16:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:16:35.702Z||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-09-24T19:16:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:16:45.247Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:16:45.247Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:17:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:17:35.701Z||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-09-24T19:17:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:17:35.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:17:35.702Z||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-09-24T19:17:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:17:45.249Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:17:45.254Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:18:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:18:35.701Z||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-09-24T19:18:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:18:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:18:35.702Z||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-09-24T19:18:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:18:45.245Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:18:45.247Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:19:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:19:35.701Z||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-09-24T19:19:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:19:35.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:19:35.702Z||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-09-24T19:19:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:19:45.249Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:19:45.260Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:20:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:20:35.700Z||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-09-24T19:20:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:20:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:20:35.702Z||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-09-24T19:20:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:20:45.251Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:20:45.251Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:21:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:21:35.700Z||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-09-24T19:21:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:21:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:21:35.702Z||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-09-24T19:21:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:21:45.249Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:21:45.251Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:22:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:22:35.701Z||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-09-24T19:22:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:22:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:22:35.702Z||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-09-24T19:22:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:22:45.246Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:22:45.247Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:23:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:23:35.700Z||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-09-24T19:23:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:23:35.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:23:35.703Z||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-09-24T19:23:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:23:45.251Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:23:45.251Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:24:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:24:35.700Z||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-09-24T19:24:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:24:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:24:35.702Z||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-09-24T19:24:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:24:45.249Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:24:45.249Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:25:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:25:35.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:25:35.702Z||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-09-24T19:25:35.702Z||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-09-24T19:25:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:25:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:25:45.251Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:25:45.253Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:26:35.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:26:35.701Z||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-09-24T19:26:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:26:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:26:35.702Z||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-09-24T19:26:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:26:45.250Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:26:45.252Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:27:35.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:27:35.700Z||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-09-24T19:27:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:27:35.702Z||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-09-24T19:27:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:36.218Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:27:36.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632511626843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "cds",
  "timestamp": 1632511624945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "policy-id",
  "timestamp": 1632511631238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632511628859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632511633506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "cds",
  "timestamp": 1632511624945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632511626843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632511628859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "policy-id",
  "timestamp": 1632511631238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632511633506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "cds",
  "timestamp": 1632511624945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632511626843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "policy-id",
  "timestamp": 1632511631238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632511628859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632511633506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:27:36.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "cds",
  "timestamp": 1632511624945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632511626843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "policy-id",
  "timestamp": 1632511631238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632511628859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632511633506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "cds",
  "timestamp": 1632511624945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632511626843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632511628859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "policy-id",
  "timestamp": 1632511631238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "dcae-sch",
  "timestamp": 1632511636763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632511633506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "cds",
  "timestamp": 1632511624945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632511626843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "policy-id",
  "timestamp": 1632511631238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632511628859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "dcae-sch",
  "timestamp": 1632511636763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632511633506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "cds",
  "timestamp": 1632511624945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632511626843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "policy-id",
  "timestamp": 1632511631238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632511628859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "dcae-sch",
  "timestamp": 1632511636763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632511633506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632511639639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "dcae-sch",
  "timestamp": 1632511636763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632511639639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "dcae-sch",
  "timestamp": 1632511636763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "clamp",
  "timestamp": 1632511641487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632511639639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "dcae-sch",
  "timestamp": 1632511636763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "clamp",
  "timestamp": 1632511641487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632511643149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "policy-id",
  "timestamp": 1632511643144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "cds",
  "timestamp": 1632511643256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632511643267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632511639639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "dcae-sch",
  "timestamp": 1632511636763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "clamp",
  "timestamp": 1632511641487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "policy-id",
  "timestamp": 1632511644152,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "cds",
  "timestamp": 1632511644273,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-09-24T19:27:36.328Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:27:36.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d","serviceName":"basic_onboard_bSlvHB","serviceVersion":"1.0","serviceUUID":"7ff906e5-381b-424a-94c5-428c5c7856c4","serviceDescription":"service","serviceInvariantUUID":"87cd2d84-6aff-43a1-8ae8-9cccb21a25fb","resources":[{"resourceInstanceName":"basic_onboard_bSlvHB 0","resourceName":"basic_onboard_bSlvHB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9d15b47b-0139-4f20-85b0-7f7e0e9cc8ff","resourceInvariantUUID":"7be8e4b0-4467-4023-a1a3-7602f6ecffbc","resourceCustomizationUUID":"5eba3ffb-16f9-4503-9cdf-738c415c206c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml","artifactChecksum":"YzU2Yjg1NmUxYTU0MDQ5MzVlMjI4M2Y3Nzk0MGRkM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"499eb88d-1062-4d0a-91e7-2670936183e5","artifactVersion":"1"},{"artifactName":"basic_onboard_bslvhb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json","artifactChecksum":"M2M3NDEwYTEwZGY5ZWMyMzM2NjQwODg3OTA2YzE1YWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3f758a73-ef5c-462d-a038-2dfe52ee2c6a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"542f94ee-3028-47ae-8641-a8a0932a0124","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0de46ed8-20c3-498b-972e-884f83532981","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8da52aae-702d-4dbc-9083-41d0f91919cd","artifactVersion":"2","generatedFromUUID":"542f94ee-3028-47ae-8641-a8a0932a0124"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBslvhb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml","artifactChecksum":"MTBkYjEzYmJiMWEzZDIyMDFmZTBjZmZkM2M2YjA0MzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a5ac6e61-17f1-48b1-88e3-6a91c491a3a9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBslvhb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar","artifactChecksum":"OGM4NDg1YTgwZGI5NDVhYzVhZDRjMTNkZjUwMzljYzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9918b4da-c30a-4b41-8048-a6ddd65b6cbc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T19:27:36.335Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:27:36.484Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:36.508Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:36.508Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511655700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-24T19:27:36.608Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-09-24T19:27:36.612Z||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-09-24T19:27:36.612Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:36.623Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-24T19:27:36.623Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:27:36.692Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
2021-09-24T19:27:36.712Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d 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-09-24T19:27:36.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632511639639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-24T19:27:36.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632511644746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.733Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632511644748,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.733Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "aai-ml",
  "timestamp": 1632511644288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "clamp",
  "timestamp": 1632511641487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "policy-id",
  "timestamp": 1632511645156,
  "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-09-24T19:27:36.749Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
2021-09-24T19:27:36.749Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d 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-09-24T19:27:36.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632511639639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "aai-ml",
  "timestamp": 1632511644288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632511645943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632511645950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "clamp",
  "timestamp": 1632511641487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632511639639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "aai-ml",
  "timestamp": 1632511644288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632511646957,
  "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-09-24T19:27:36.766Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
2021-09-24T19:27:36.766Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d 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-09-24T19:27:36.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "clamp",
  "timestamp": 1632511641487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632511647475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "aai-ml",
  "timestamp": 1632511644288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632511647963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:27:36.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "clamp",
  "timestamp": 1632511641487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:27:36.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "aai-ml",
  "timestamp": 1632511644288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632511648960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.780Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632511649093,
  "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-09-24T19:27:36.787Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
2021-09-24T19:27:36.787Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d 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-09-24T19:27:36.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "aai-ml",
  "timestamp": 1632511644288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632511650097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:27:36.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632511650639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "aai-ml",
  "timestamp": 1632511644288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:27:36.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632511651645,
  "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-09-24T19:27:36.803Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
2021-09-24T19:27:36.803Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d 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-09-24T19:27:36.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632511651439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "aai-ml",
  "timestamp": 1632511652141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632511652647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:27:36.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632511651439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632511651439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:36.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632511651439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:27:37.515Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:27:37.516Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:37.518Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:37.518Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511655700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:27:37.618Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:37.619Z||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-09-24T19:27:37.619Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:37.629Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:27:37.630Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:38.518Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:27:38.520Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:38.523Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:38.523Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511655700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:27:38.623Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:38.624Z||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-09-24T19:27:38.624Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:38.638Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:27:38.638Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:39.524Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:27:39.525Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:39.528Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:39.528Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511655700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:39.628Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:39.629Z||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-09-24T19:27:39.629Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:39.640Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:27:39.641Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:40.529Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:27:40.530Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:40.532Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:40.532Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511655700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-24T19:27:40.632Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T19:27:40.633Z||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-09-24T19:27:40.633Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:40.644Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:27:40.645Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:41.533Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:27:41.534Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:41.536Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:41.536Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511655700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:27:41.637Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:41.637Z||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-09-24T19:27:41.638Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:41.649Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:27:41.650Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:42.537Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:27:42.538Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:42.540Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:42.540Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511655700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:27:42.640Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:42.641Z||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-09-24T19:27:42.641Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:42.653Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:27:42.654Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:27:43.542Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "serviceName": "basic_onboard_bSlvHB",
  "serviceVersion": "1.0",
  "serviceUUID": "7ff906e5-381b-424a-94c5-428c5c7856c4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "87cd2d84-6aff-43a1-8ae8-9cccb21a25fb",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_bSlvHB 0",
      "resourceCustomizationUUID": "5eba3ffb-16f9-4503-9cdf-738c415c206c",
      "resourceName": "basic_onboard_bSlvHB",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9d15b47b-0139-4f20-85b0-7f7e0e9cc8ff",
      "resourceInvariantUUID": "7be8e4b0-4467-4023-a1a3-7602f6ecffbc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_bslvhb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
          "artifactChecksum": "M2M3NDEwYTEwZGY5ZWMyMzM2NjQwODg3OTA2YzE1YWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3f758a73-ef5c-462d-a038-2dfe52ee2c6a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "542f94ee-3028-47ae-8641-a8a0932a0124",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8da52aae-702d-4dbc-9083-41d0f91919cd",
            "generatedFromUUID": "542f94ee-3028-47ae-8641-a8a0932a0124"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8da52aae-702d-4dbc-9083-41d0f91919cd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardBslvhb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
      "artifactChecksum": "OGM4NDg1YTgwZGI5NDVhYzVhZDRjMTNkZjUwMzljYzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9918b4da-c30a-4b41-8048-a6ddd65b6cbc"
    }
  ],
  "workloadContext": "Production"
}
2021-09-24T19:27:43.543Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T19:27:43.543Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ff906e5-381b-424a-94c5-428c5c7856c4 ASDC
2021-09-24T19:27:43.691Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
ServiceName:basic_onboard_bSlvHB
ServiceVersion:1.0
ServiceUUID:7ff906e5-381b-424a-94c5-428c5c7856c4
ServiceInvariantUUID:87cd2d84-6aff-43a1-8ae8-9cccb21a25fb
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBslvhb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar
ArtifactUUID:9918b4da-c30a-4b41-8048-a6ddd65b6cbc
ArtifactChecksum:OGM4NDg1YTgwZGI5NDVhYzVhZDRjMTNkZjUwMzljYzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_bSlvHB 0
ResourceCustomizationUUID:5eba3ffb-16f9-4503-9cdf-738c415c206c
ResourceInvariantUUID:7be8e4b0-4467-4023-a1a3-7602f6ecffbc
ResourceName:basic_onboard_bSlvHB
ResourceType:VF
ResourceUUID:9d15b47b-0139-4f20-85b0-7f7e0e9cc8ff
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_bslvhb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json
ArtifactUUID:3f758a73-ef5c-462d-a038-2dfe52ee2c6a
ArtifactChecksum:M2M3NDEwYTEwZGY5ZWMyMzM2NjQwODg3OTA2YzE1YWE=
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/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:542f94ee-3028-47ae-8641-a8a0932a0124
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/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env
ArtifactUUID:8da52aae-702d-4dbc-9083-41d0f91919cd
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/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env
ArtifactUUID:8da52aae-702d-4dbc-9083-41d0f91919cd
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-24T19:27:43.691Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ff906e5-381b-424a-94c5-428c5c7856c4 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-09-24T19:27:43.742Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:27:43.743Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-24T19:27:43.743Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-24T19:27:43.743Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9918b4da-c30a-4b41-8048-a6ddd65b6cbc from URL: /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:43.743Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-24T19:27:43.745Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:45.310Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-24T19:27:45.325Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar 9918b4da-c30a-4b41-8048-a6ddd65b6cbc 74818
2021-09-24T19:27:45.326Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar ASDC sendASDCNotification
2021-09-24T19:27:45.326Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:45.328Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:27:45.329Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:45.331Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:45.331Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511665326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:27:45.431Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:45.432Z||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-09-24T19:27:45.432Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:45.442Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:27:45.442Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:46.331Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:27:46.333Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-24T19:27:46.333Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9918b4da-c30a-4b41-8048-a6ddd65b6cbc, URL: /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar to file: /app/ASDC/1/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:46.334Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:46.682Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:46.683Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:47.309Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6767354988301119490/Definitions/service-BasicOnboardBslvhb-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-09-24T19:27:49.094Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_bSlvHB 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||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-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_bSlvHB 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-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||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-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||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-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||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-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.101Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||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-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.101Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||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-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.101Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-24T19:27:49.107Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:49.108Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:49.112Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is matching search criteria
2021-09-24T19:27:49.112Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-24T19:27:49.113Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_bSlvHB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:27:49.114Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:49.114Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:49.114Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is matching search criteria
2021-09-24T19:27:49.115Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-24T19:27:49.115Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_bSlvHB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:27:49.115Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:49.115Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:49.118Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:49.118Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is not matching search criteria
2021-09-24T19:27:49.118Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-24T19:27:49.118Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-24T19:27:49.119Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-24T19:27:49.119Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T19:27:49.119Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T19:27:49.119Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:49.119Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T19:27:49.120Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:49.120Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is matching search criteria
2021-09-24T19:27:49.121Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_bSlvHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:27:49.121Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:49.121Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is matching search criteria
2021-09-24T19:27:49.121Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_bSlvHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:27:49.122Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:49.122Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is matching search criteria
2021-09-24T19:27:49.122Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_bSlvHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:27:49.122Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:49.122Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is not matching search criteria
2021-09-24T19:27:49.122Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-24T19:27:49.123Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T19:27:49.123Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7277fa26-e938-4b97-b181-fa5d494f8d4c
2021-09-24T19:27:49.123Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:49.123Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:49.123Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:49.123Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:49.123Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:49.123Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:49.124Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:49.124Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:49.124Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_bSlvHB
Description:service
Model UUID:7ff906e5-381b-424a-94c5-428c5c7856c4
Model Version:NULL
Model InvariantUuid:87cd2d84-6aff-43a1-8ae8-9cccb21a25fb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_bSlvHB
Model UUID:d04cc76c-36e6-453a-8526-a330e56d05e5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7be8e4b0-4467-4023-a1a3-7602f6ecffbc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5eba3ffb-16f9-4503-9cdf-738c415c206c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:70f681a7-ca7f-4e03-ab99-071cbacbcb91
ModelName:BasicOnboardBslvhb..base_ubuntu18..module-0
ModelUuid:83fafa26-00c2-4b33-95e3-4c9794f645f4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7277fa26-e938-4b97-b181-fa5d494f8d4c
ModelInvariantUuid:62a78d71-8203-410b-a7df-b8fd822f75f2
ModelName:basic_onboard_bSlvHB-nodes.ubuntu18Cvfc
ModelUuid:0c306e2d-a70e-48e6-80cf-55b062572b36
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:abf963eb-acfc-4c0a-86f3-be17e3753f71
ModelInvariantUuid:2cc5baf4-c969-4442-ac8e-358c262a16c4
ModelName:BasicOnboardBslvhb.compute.nodes.heat.ubuntu18
ModelUuid:8f998ed7-7c87-4058-bc0e-76533cd90c9b
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-09-24T19:27:49.136Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9d15b47b-0139-4f20-85b0-7f7e0e9cc8ff
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-09-24T19:27:49.398Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||basic_onboard_bSlvHB 0
2021-09-24T19:27:49.403Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9d15b47b-0139-4f20-85b0-7f7e0e9cc8ff
2021-09-24T19:27:49.403Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3f758a73-ef5c-462d-a038-2dfe52ee2c6a from URL: /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json
2021-09-24T19:27:49.404Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-24T19:27:49.404Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json
2021-09-24T19:27:49.933Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-24T19:27:49.933Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json 3f758a73-ef5c-462d-a038-2dfe52ee2c6a 798
2021-09-24T19:27:49.934Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json ASDC sendASDCNotification
2021-09-24T19:27:49.934Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json
2021-09-24T19:27:49.934Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:27:49.934Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:49.936Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:49.936Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511669934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:27:50.036Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:50.038Z||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-09-24T19:27:50.038Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:50.049Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:27:50.050Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:50.937Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBslvhb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "70f681a7-ca7f-4e03-ab99-071cbacbcb91",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83fafa26-00c2-4b33-95e3-4c9794f645f4",
    "vfModuleModelCustomizationUUID": "1be27aba-8552-403e-9e6b-dbe968a44767",
    "isBase": true,
    "artifacts": [
      "542f94ee-3028-47ae-8641-a8a0932a0124",
      "8da52aae-702d-4dbc-9083-41d0f91919cd"
    ],
    "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-09-24T19:27:50.959Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBslvhb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83fafa26-00c2-4b33-95e3-4c9794f645f4
VfModuleModelInvariantUUID:70f681a7-ca7f-4e03-ab99-071cbacbcb91
VfModuleModelDescription:NULL
Artifacts UUID List:{
542f94ee-3028-47ae-8641-a8a0932a0124
,
8da52aae-702d-4dbc-9083-41d0f91919cd

}
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-09-24T19:27:50.961Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBslvhb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "70f681a7-ca7f-4e03-ab99-071cbacbcb91",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83fafa26-00c2-4b33-95e3-4c9794f645f4",
    "vfModuleModelCustomizationUUID": "1be27aba-8552-403e-9e6b-dbe968a44767",
    "isBase": true,
    "artifacts": [
      "542f94ee-3028-47ae-8641-a8a0932a0124",
      "8da52aae-702d-4dbc-9083-41d0f91919cd"
    ],
    "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-09-24T19:27:50.962Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBslvhb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83fafa26-00c2-4b33-95e3-4c9794f645f4
VfModuleModelInvariantUUID:70f681a7-ca7f-4e03-ab99-071cbacbcb91
VfModuleModelDescription:NULL
Artifacts UUID List:{
542f94ee-3028-47ae-8641-a8a0932a0124
,
8da52aae-702d-4dbc-9083-41d0f91919cd

}
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-09-24T19:27:50.962Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 542f94ee-3028-47ae-8641-a8a0932a0124 from URL: /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml
2021-09-24T19:27:50.962Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-24T19:27:50.962Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml
2021-09-24T19:27:51.649Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-24T19:27:51.649Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml 542f94ee-3028-47ae-8641-a8a0932a0124 5033
2021-09-24T19:27:51.649Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-24T19:27:51.649Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml
2021-09-24T19:27:51.649Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:27:51.650Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:51.651Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:51.652Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511671649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:27:51.752Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:51.753Z||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-09-24T19:27:51.753Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:51.763Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:27:51.764Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:52.652Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8da52aae-702d-4dbc-9083-41d0f91919cd from URL: /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env
2021-09-24T19:27:52.653Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-24T19:27:52.654Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env
2021-09-24T19:27:52.793Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-24T19:27:52.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env 8da52aae-702d-4dbc-9083-41d0f91919cd 909
2021-09-24T19:27:52.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-24T19:27:52.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env
2021-09-24T19:27:52.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:27:52.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:52.796Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:52.796Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511672794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:27:52.896Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:52.897Z||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-09-24T19:27:52.897Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:52.910Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:27:52.910Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:27:53.796Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7ff906e5-381b-424a-94c5-428c5c7856c4
2021-09-24T19:27:53.797Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_bSlvHB 0 9d15b47b-0139-4f20-85b0-7f7e0e9cc8ff 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-09-24T19:27:53.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:53.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:53.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-09-24T19:27:53.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 5eba3ffb-16f9-4503-9cdf-738c415c206c
2021-09-24T19:27:53.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5eba3ffb-16f9-4503-9cdf-738c415c206c matches Tosca VF Customization UUID: 5eba3ffb-16f9-4503-9cdf-738c415c206c
2021-09-24T19:27:53.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 5eba3ffb-16f9-4503-9cdf-738c415c206c  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-09-24T19:27:53.839Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:53.839Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:53.840Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 5eba3ffb-16f9-4503-9cdf-738c415c206c: {\"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-09-24T19:27:53.840Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@13f6b394
2021-09-24T19:27:53.840Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:53.841Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T19:27:53.841Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1be27aba-8552-403e-9e6b-dbe968a44767
2021-09-24T19:27:53.842Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1be27aba-8552-403e-9e6b-dbe968a44767
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-09-24T19:27:53.847Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:53.847Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is matching search criteria
2021-09-24T19:27:53.847Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_bSlvHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:27:53.848Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:53.848Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is matching search criteria
2021-09-24T19:27:53.848Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_bSlvHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:27:53.848Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:53.849Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is not matching search criteria
2021-09-24T19:27:53.849Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-24T19:27:53.849Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T19:27:53.849Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7277fa26-e938-4b97-b181-fa5d494f8d4c
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-09-24T19:27:53.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:53.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is matching search criteria
2021-09-24T19:27:53.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_bSlvHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:27:53.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:53.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is matching search criteria
2021-09-24T19:27:53.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_bSlvHB 0] matching following query criteria: sdcType=VF, customizationUUID=5eba3ffb-16f9-4503-9cdf-738c415c206c
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-09-24T19:27:53.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:53.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:53.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7ff906e5-381b-424a-94c5-428c5c7856c4: basic_onboard_bSlvHB
2021-09-24T19:27:53.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:53.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:53.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:53.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:53.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:53.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:53.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:53.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:53.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:27:53.859Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:53.859Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_bSlvHB 
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-09-24T19:27:54.018Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_bSlvHB 9d15b47b-0139-4f20-85b0-7f7e0e9cc8ff 1 ASDC deployResourceStructure
2021-09-24T19:27:54.018Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json ASDC sendASDCNotification
2021-09-24T19:27:54.018Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json
2021-09-24T19:27:54.018Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:27:54.019Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:54.020Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:54.020Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511674018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:27:54.120Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:54.121Z||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-09-24T19:27:54.121Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:54.133Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:27:54.134Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:27:55.021Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-24T19:27:55.021Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml
2021-09-24T19:27:55.022Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:27:55.022Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:55.024Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:55.024Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511675021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T19:27:55.124Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:55.125Z||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-09-24T19:27:55.125Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:55.138Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:27:55.138Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:56.025Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-24T19:27:56.025Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env
2021-09-24T19:27:56.025Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:27:56.026Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:56.027Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:56.027Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511676025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-24T19:27:56.128Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:56.129Z||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-09-24T19:27:56.129Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:56.141Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:27:56.142Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:57.028Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar ASDC sendASDCNotification
2021-09-24T19:27:57.029Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:57.029Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:27:57.030Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:57.031Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:57.032Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511677028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:27:57.132Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:57.133Z||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-09-24T19:27:57.133Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:57.147Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:27:57.147Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:58.033Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:27:58.047Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:27:58.050Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:27:58.050Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:27:58.050Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:28:28.051Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:28:28.064Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:28:28.076Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:28:28.076Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:28:28.076Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:28:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:28:35.702Z||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-09-24T19:28:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:28:35.723Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:28:35.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:28:35.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632511651439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:28:35.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:28:58.076Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:28:58.087Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:28:58.089Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:28:58.090Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:28:58.090Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:29:28.090Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:29:28.102Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:29:28.105Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:29:28.105Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:29:28.105Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:29:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:29:35.702Z||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-09-24T19:29:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:29:35.728Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:29:35.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:29:35.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511655700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:29:35.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:29:58.105Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:29:58.117Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:29:58.119Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:29:58.119Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:29:58.120Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:30:28.120Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:30:28.133Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:30:28.136Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:30:28.136Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:30:28.136Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:30:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:30:35.702Z||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-09-24T19:30:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:30:36.230Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:30:36.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632511651439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:30:36.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:30:36.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511655700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:30:36.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:30:36.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632511651439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:30:36.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:30:36.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511655700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511655700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511655700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511655700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632511662256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "clamp",
  "timestamp": 1632511662382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511655700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "clamp",
  "timestamp": 1632511664383,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511665326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "clamp",
  "timestamp": 1632511665386,
  "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-09-24T19:30:36.242Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
2021-09-24T19:30:36.242Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d 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-09-24T19:30:36.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "aai-ml",
  "timestamp": 1632511665490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:30:36.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632511666181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:30:36.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "aai-ml",
  "timestamp": 1632511666495,
  "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-09-24T19:30:36.260Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
2021-09-24T19:30:36.260Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d 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-09-24T19:30:36.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632511667186,
  "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-09-24T19:30:36.279Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
2021-09-24T19:30:36.279Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d 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-09-24T19:30:36.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511669934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:30:36.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511671649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:30:36.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511672794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:30:36.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511674018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:30:36.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511675021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T19:30:36.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511676025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-24T19:30:36.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511677028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:30:36.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:58.136Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:30:58.149Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:30:58.152Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:30:58.152Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T19:30:58.152Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T19:30:58.152Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T19:30:58.152Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:30:58.152Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:30:58.152Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:30:58.153Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:30:58.153Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:30:58.153Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:30:58.153Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||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-09-24T19:30:58.158Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T19:31:28.159Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d 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-09-24T19:31:28.169Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d and serviceModelVersionId: 7ff906e5-381b-424a-94c5-428c5c7856c4
2021-09-24T19:31:28.169Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87cd2d84-6aff-43a1-8ae8-9cccb21a25fb
2021-09-24T19:31:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:31:35.702Z||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-09-24T19:31:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:31:45.254Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:31:48.037Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87cd2d84-6aff-43a1-8ae8-9cccb21a25fb/model-vers/model-ver/7ff906e5-381b-424a-94c5-428c5c7856c4?depth=0
2021-09-24T19:31:48.138Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T19:31:48.550Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87cd2d84-6aff-43a1-8ae8-9cccb21a25fb/model-vers/model-ver/7ff906e5-381b-424a-94c5-428c5c7856c4?depth=0|INFO|500||Invoke
2021-09-24T19:31:48.557Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87cd2d84-6aff-43a1-8ae8-9cccb21a25fb/model-vers/model-ver/7ff906e5-381b-424a-94c5-428c5c7856c4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87cd2d84-6aff-43a1-8ae8-9cccb21a25fb/model-vers/model-ver/7ff906e5-381b-424a-94c5-428c5c7856c4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[868fc606-e238-49dd-9fe8-4053a106244a], X-ECOMP-RequestID=[f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d], X-TransactionId=[], X-ONAP-RequestID=[f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d], Content-Type=[application/merge-patch+json]}
2021-09-24T19:31:48.791Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87cd2d84-6aff-43a1-8ae8-9cccb21a25fb/model-vers/model-ver/7ff906e5-381b-424a-94c5-428c5c7856c4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-24T19:31:49.071Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87cd2d84-6aff-43a1-8ae8-9cccb21a25fb/model-vers/model-ver/7ff906e5-381b-424a-94c5-428c5c7856c4?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/87cd2d84-6aff-43a1-8ae8-9cccb21a25fb/model-vers/model-ver/7ff906e5-381b-424a-94c5-428c5c7856c4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210924-19:31:48:814-21461], vertex-id=[225384], Content-Length=[0], Date=[Fri, 24 Sep 2021 19:31:48 GMT], Content-Type=[application/json]}
2021-09-24T19:31:49.073Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87cd2d84-6aff-43a1-8ae8-9cccb21a25fb/model-vers/model-ver/7ff906e5-381b-424a-94c5-428c5c7856c4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-24T19:31:49.073Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87cd2d84-6aff-43a1-8ae8-9cccb21a25fb/model-vers/model-ver/7ff906e5-381b-424a-94c5-428c5c7856c4?depth=0|INFO|500||InvokeReturn
2021-09-24T19:31:49.077Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T19:31:49.077Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||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-09-24T19:31:49.084Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||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-09-24T19:31:49.093Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T19:31:49.094Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T19:31:49.094Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:31:49.096Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:31:49.096Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511909093,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T19:31:49.197Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T19:31:49.198Z||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-09-24T19:31:49.199Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:31:49.212Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:31:49.213Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-24T19:31:50.114Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:31:50.114Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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-09-24T19:31:50.115Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:32:00.316Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:32:00.316Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:32:00.317Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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-09-24T19:32:00.317Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:32:09.859Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:32:09.860Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:32:09.860Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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-09-24T19:32:09.860Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:32:19.404Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:32:19.405Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:32:19.406Z||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-09-24T19:32:19.406Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:32:28.950Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:32:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:32:35.700Z||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-09-24T19:32:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:32:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:32:35.702Z||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-09-24T19:32:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:32:36.329Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:32:36.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:32:36.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632511909093,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T19:32:36.331Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:32:45.249Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:33:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:33:35.700Z||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-09-24T19:33:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:33:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:33:35.703Z||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-09-24T19:33:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:33:45.249Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:33:45.249Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:34:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:34:35.701Z||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-09-24T19:34:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:34:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:34:35.702Z||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-09-24T19:34:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:34:45.250Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:34:45.250Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:35:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:35:35.700Z||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-09-24T19:35:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:35:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:35:35.702Z||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-09-24T19:35:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:35:45.247Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:35:45.247Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:36:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:36:35.700Z||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-09-24T19:36:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:36:35.702Z||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-09-24T19:36:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:36.328Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:36:36.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e90a2775-959d-47cc-91b8-2f3f923b3e33","serviceName":"vFW 2021-09-24 19-34-00","serviceVersion":"1.0","serviceUUID":"a70aab3e-7f1c-45d5-82c8-ee2982b49324","serviceDescription":"catalog service description","serviceInvariantUUID":"559173be-0f8b-495b-9b20-4de31337c6d9","resources":[{"resourceInstanceName":"vFW 3a6a582d-8d0d 0","resourceName":"vFW 3a6a582d-8d0d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d7ba94ff-a423-4d64-9451-96b3bf0fce57","resourceInvariantUUID":"3e43df54-3e49-4845-82fa-0b2ec3866ba4","resourceCustomizationUUID":"5e0d3874-f369-42d6-b8b2-4fa42ad7a08b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml","artifactChecksum":"OWFlN2QyYjgzODFiMTNhMWNmNTFmODhlMDdlZTYzYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28f8b256-2d6a-4753-bcfe-2d8591650b87","artifactVersion":"1"},{"artifactName":"vfw3a6a582d8d0d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json","artifactChecksum":"ZmE2YzNjY2NhZmJiMjc2Mjk1NmUwOTUwMWEzZDZmMmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"553d672f-3b65-49a8-acc8-b326db88d6bc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"52e8b703-14a1-44b1-9ca9-d2b61aab2ef4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjdmNzljYWY4ZmZkODc0ZjA1YzZkMWNmMDI0MDlhMDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3e6f1bc8-8a99-4774-b7d2-5572c8b8847f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"13d18453-1970-4dac-a82e-1875d654aaad","artifactVersion":"2","generatedFromUUID":"52e8b703-14a1-44b1-9ca9-d2b61aab2ef4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210924193400-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml","artifactChecksum":"Mzg5MmJjNjU5ZDM3ZmJhOGY0ZjczZWJhNDZhNWM1YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"15803a05-826d-4b35-8d5b-f6eae763329e","artifactVersion":"1"},{"artifactName":"service-Vfw20210924193400-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar","artifactChecksum":"ZDc0OWEyMDJhN2RjOTU0NTk3MzE0MTE4NDY4YjIyYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3df03546-653b-44a1-b2ce-1d377129e7cd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T19:36:36.332Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:36:36.333Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:36.335Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:36:36.336Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:36.336Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512195700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512166843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "cds",
  "timestamp": 1632512164945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512159639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512161439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512168859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "cds",
  "timestamp": 1632512164945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512166843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512159639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:36:36.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512161439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512168859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512166843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512159639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512161439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "cds",
  "timestamp": 1632512164945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512168859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "policy-id",
  "timestamp": 1632512171238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512166843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512159639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512161439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "cds",
  "timestamp": 1632512164945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512168859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "policy-id",
  "timestamp": 1632512171238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512159639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512166843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512161439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "cds",
  "timestamp": 1632512164945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512168859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "policy-id",
  "timestamp": 1632512171238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512159639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512166843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512161439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "cds",
  "timestamp": 1632512164945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512173506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512168859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "policy-id",
  "timestamp": 1632512171238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512159639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512166843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512161439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "cds",
  "timestamp": 1632512164945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512173506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512168859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "policy-id",
  "timestamp": 1632512171238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512173506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "policy-id",
  "timestamp": 1632512171238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512177089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512177140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512173506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "cds",
  "timestamp": 1632512177384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "dcae-sch",
  "timestamp": 1632512176763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512177677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "policy-id",
  "timestamp": 1632512171238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:36:36.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512173506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-24T19:36:36.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "cds",
  "timestamp": 1632512178390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-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-09-24T19:36:36.374Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e90a2775-959d-47cc-91b8-2f3f923b3e33
2021-09-24T19:36:36.374Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e90a2775-959d-47cc-91b8-2f3f923b3e33 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-09-24T19:36:36.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "dcae-sch",
  "timestamp": 1632512176763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512173506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512179235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.384Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "dcae-sch",
  "timestamp": 1632512176763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512179639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512173506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:36:36.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512180395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:36:36.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "dcae-sch",
  "timestamp": 1632512176763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "policy-id",
  "timestamp": 1632512181137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.386Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512181398,
  "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-09-24T19:36:36.392Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e90a2775-959d-47cc-91b8-2f3f923b3e33
2021-09-24T19:36:36.392Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e90a2775-959d-47cc-91b8-2f3f923b3e33 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-09-24T19:36:36.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "dcae-sch",
  "timestamp": 1632512176763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "clamp",
  "timestamp": 1632512181487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "policy-id",
  "timestamp": 1632512182141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:36:36.404Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "dcae-sch",
  "timestamp": 1632512176763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "clamp",
  "timestamp": 1632512181487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:36:36.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "policy-id",
  "timestamp": 1632512183147,
  "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-09-24T19:36:36.411Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e90a2775-959d-47cc-91b8-2f3f923b3e33
2021-09-24T19:36:36.412Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e90a2775-959d-47cc-91b8-2f3f923b3e33 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-09-24T19:36:36.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512183392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "dcae-sch",
  "timestamp": 1632512176763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512183464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512183627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "clamp",
  "timestamp": 1632512181487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512184399,
  "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-09-24T19:36:36.429Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e90a2775-959d-47cc-91b8-2f3f923b3e33
2021-09-24T19:36:36.429Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e90a2775-959d-47cc-91b8-2f3f923b3e33 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-09-24T19:36:36.436Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:36.436Z||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-09-24T19:36:36.437Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:36.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512184467,
  "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-09-24T19:36:36.443Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e90a2775-959d-47cc-91b8-2f3f923b3e33
2021-09-24T19:36:36.443Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e90a2775-959d-47cc-91b8-2f3f923b3e33 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-09-24T19:36:36.449Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:36:36.449Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:36:36.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "aai-ml",
  "timestamp": 1632512184288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "clamp",
  "timestamp": 1632512181487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512185182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512185402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512185470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "aai-ml",
  "timestamp": 1632512184288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "clamp",
  "timestamp": 1632512181487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512186412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "aai-ml",
  "timestamp": 1632512184288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "clamp",
  "timestamp": 1632512181487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512187595,
  "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-09-24T19:36:36.460Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e90a2775-959d-47cc-91b8-2f3f923b3e33
2021-09-24T19:36:36.460Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e90a2775-959d-47cc-91b8-2f3f923b3e33 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-09-24T19:36:36.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "aai-ml",
  "timestamp": 1632512184288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "clamp",
  "timestamp": 1632512181487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:36:36.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512188599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:36:36.468Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "aai-ml",
  "timestamp": 1632512184288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "aai-ml",
  "timestamp": 1632512184288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "aai-ml",
  "timestamp": 1632512184288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "aai-ml",
  "timestamp": 1632512192120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:37.336Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:36:37.337Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:37.340Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:37.340Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512195700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:36:37.440Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:37.440Z||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-09-24T19:36:37.440Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:37.452Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:36:37.452Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:36:38.340Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:36:38.341Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:38.344Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:38.344Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512195700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:36:38.444Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:38.445Z||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-09-24T19:36:38.445Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:38.462Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:36:38.462Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:36:39.344Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:36:39.345Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:39.347Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:39.347Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512195700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:39.448Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T19:36:39.448Z||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-09-24T19:36:39.448Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:39.460Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:36:39.461Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:36:40.348Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:36:40.349Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:40.352Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:40.352Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512195700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-24T19:36:40.452Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:40.453Z||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-09-24T19:36:40.453Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:40.465Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:36:40.465Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:36:41.353Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:36:41.354Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:41.356Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:41.356Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512195700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:36:41.456Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:41.457Z||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-09-24T19:36:41.457Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:41.469Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:36:41.470Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:36:42.356Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:36:42.357Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:42.359Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:42.359Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512195700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:36:42.460Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:42.461Z||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-09-24T19:36:42.461Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:42.473Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:36:42.474Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:36:43.362Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "serviceName": "vFW 2021-09-24 19-34-00",
  "serviceVersion": "1.0",
  "serviceUUID": "a70aab3e-7f1c-45d5-82c8-ee2982b49324",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "559173be-0f8b-495b-9b20-4de31337c6d9",
  "resources": [
    {
      "resourceInstanceName": "vFW 3a6a582d-8d0d 0",
      "resourceCustomizationUUID": "5e0d3874-f369-42d6-b8b2-4fa42ad7a08b",
      "resourceName": "vFW 3a6a582d-8d0d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d7ba94ff-a423-4d64-9451-96b3bf0fce57",
      "resourceInvariantUUID": "3e43df54-3e49-4845-82fa-0b2ec3866ba4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3a6a582d8d0d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
          "artifactChecksum": "ZmE2YzNjY2NhZmJiMjc2Mjk1NmUwOTUwMWEzZDZmMmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "553d672f-3b65-49a8-acc8-b326db88d6bc",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "52e8b703-14a1-44b1-9ca9-d2b61aab2ef4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "13d18453-1970-4dac-a82e-1875d654aaad",
            "generatedFromUUID": "52e8b703-14a1-44b1-9ca9-d2b61aab2ef4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "13d18453-1970-4dac-a82e-1875d654aaad",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210924193400-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
      "artifactChecksum": "ZDc0OWEyMDJhN2RjOTU0NTk3MzE0MTE4NDY4YjIyYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3df03546-653b-44a1-b2ce-1d377129e7cd"
    }
  ],
  "workloadContext": "Production"
}
2021-09-24T19:36:43.362Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T19:36:43.362Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a70aab3e-7f1c-45d5-82c8-ee2982b49324 ASDC
2021-09-24T19:36:43.363Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e90a2775-959d-47cc-91b8-2f3f923b3e33
ServiceName:vFW 2021-09-24 19-34-00
ServiceVersion:1.0
ServiceUUID:a70aab3e-7f1c-45d5-82c8-ee2982b49324
ServiceInvariantUUID:559173be-0f8b-495b-9b20-4de31337c6d9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210924193400-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar
ArtifactUUID:3df03546-653b-44a1-b2ce-1d377129e7cd
ArtifactChecksum:ZDc0OWEyMDJhN2RjOTU0NTk3MzE0MTE4NDY4YjIyYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3a6a582d-8d0d 0
ResourceCustomizationUUID:5e0d3874-f369-42d6-b8b2-4fa42ad7a08b
ResourceInvariantUUID:3e43df54-3e49-4845-82fa-0b2ec3866ba4
ResourceName:vFW 3a6a582d-8d0d
ResourceType:VF
ResourceUUID:d7ba94ff-a423-4d64-9451-96b3bf0fce57
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3a6a582d8d0d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json
ArtifactUUID:553d672f-3b65-49a8-acc8-b326db88d6bc
ArtifactChecksum:ZmE2YzNjY2NhZmJiMjc2Mjk1NmUwOTUwMWEzZDZmMmM=
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/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml
ArtifactUUID:52e8b703-14a1-44b1-9ca9-d2b61aab2ef4
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/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env
ArtifactUUID:13d18453-1970-4dac-a82e-1875d654aaad
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/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env
ArtifactUUID:13d18453-1970-4dac-a82e-1875d654aaad
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-24T19:36:43.363Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a70aab3e-7f1c-45d5-82c8-ee2982b49324 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-09-24T19:36:43.400Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:36:43.401Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:36:43.401Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:36:43.401Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3df03546-653b-44a1-b2ce-1d377129e7cd from URL: /sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:43.401Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:36:43.401Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:44.228Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:36:44.238Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar 3df03546-653b-44a1-b2ce-1d377129e7cd 110187
2021-09-24T19:36:44.238Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar ASDC sendASDCNotification
2021-09-24T19:36:44.238Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:44.239Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:36:44.239Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:44.241Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:44.241Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512204238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:36:44.341Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:44.342Z||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-09-24T19:36:44.342Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:44.353Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:36:44.353Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:36:45.241Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:36:45.242Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:36:45.242Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3df03546-653b-44a1-b2ce-1d377129e7cd, URL: /sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar to file: /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:45.242Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210924193400-csar.csar
2021-09-24T19:36:45.243Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:45.243Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:45.443Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7395632318576478133/Definitions/service-Vfw20210924193400-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-09-24T19:36:47.724Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T19:36:47.725Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T19:36:47.725Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.725Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-09-24T19:36:47.725Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||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-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.726Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||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-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.726Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.726Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.726Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.726Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||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-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.726Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3a6a582d-8d0d 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-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.726Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.727Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3a6a582d-8d0d 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.727Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.727Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.727Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.727Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.727Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.727Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T19:36:47.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:47.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:47.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:47.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T19:36:47.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:36:47.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:47.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:47.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:47.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T19:36:47.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:36:47.730Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:47.730Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:47.730Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:47.730Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is not matching search criteria
2021-09-24T19:36:47.730Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:36:47.731Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:36:47.731Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:36:47.731Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.731Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:47.731Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:36:47.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:36:47.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:36:47.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:47.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:36:47.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:47.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:36:47.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T19:36:47.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:47.734Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T19:36:47.734Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:47.734Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:47.734Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:36:47.735Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:47.735Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:47.735Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:36:47.735Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:47.735Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:47.736Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:36:47.736Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:47.736Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is not matching search criteria
2021-09-24T19:36:47.736Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:36:47.736Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:36:47.736Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-24T19:36:47.737Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:36:47.737Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:36:47.737Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.737Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:47.737Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:36:47.738Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:47.738Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:36:47.738Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.738Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=291d7542-4c6e-4633-be50-083405aeb36b
2021-09-24T19:36:47.738Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:47.738Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is not matching search criteria
2021-09-24T19:36:47.739Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:36:47.739Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:36:47.739Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:36:47.739Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.739Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:47.739Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:36:47.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-24T19:36:47.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:36:47.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:47.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:36:47.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ebc99177-a405-42e0-a9fa-d6cb7cdbb6b0
2021-09-24T19:36:47.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:47.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is not matching search criteria
2021-09-24T19:36:47.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:36:47.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:36:47.742Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:36:47.742Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.742Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:47.742Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:36:47.742Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.743Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:36:47.743Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:36:47.743Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.743Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:47.743Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-24T19:36:47.743Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8aee3bd0-758c-4fa7-8523-8b3517f411ca
2021-09-24T19:36:47.744Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:47.744Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:47.744Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:47.744Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:47.744Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:47.744Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:47.745Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:47.745Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:47.745Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-24 19-34-00
Description:catalog service description
Model UUID:a70aab3e-7f1c-45d5-82c8-ee2982b49324
Model Version:NULL
Model InvariantUuid:559173be-0f8b-495b-9b20-4de31337c6d9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3a6a582d-8d0d
Model UUID:07608209-81fb-4439-bc7e-04969331e107
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3e43df54-3e49-4845-82fa-0b2ec3866ba4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5e0d3874-f369-42d6-b8b2-4fa42ad7a08b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b7dbb1af-7dae-4770-a611-f2d18bd0fe66
ModelName:Vfw3a6a582d8d0d..base_vfw..module-0
ModelUuid:dea0d0ed-d75a-4e18-bf04-996a649fac2a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:291d7542-4c6e-4633-be50-083405aeb36b
ModelInvariantUuid:c7e86a60-4a3f-480a-935f-d87465438310
ModelName:vFW 3a6a582d-8d0d-nodes.vfwCvfc
ModelUuid:de5c530a-7b03-4e82-967e-367ac8ac5f45
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a1fd03af-61c6-47a3-991a-6baa0b023bb7
ModelInvariantUuid:4d94aefe-7d45-468f-bc2c-18fa01dc8075
ModelName:Vfw3a6a582d8d0d.compute.nodes.heat.vfw
ModelUuid:1bb83c5c-98b1-424c-be74-5dc030fe1d60
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ebc99177-a405-42e0-a9fa-d6cb7cdbb6b0
ModelInvariantUuid:46d442ce-1b16-409c-b6c7-29a4b84cc9f8
ModelName:vFW 3a6a582d-8d0d-nodes.vsnCvfc
ModelUuid:7555d4cc-96cb-4be7-be27-c4bae82ddafe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:66a3774c-19d1-4ea1-be64-0654caee15fc
ModelInvariantUuid:98be0b79-6491-4b61-9509-eaf62258443c
ModelName:Vfw3a6a582d8d0d.compute.nodes.heat.vsn
ModelUuid:aafb8d77-0df5-4f5a-b5fc-97f07d1eccc0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8aee3bd0-758c-4fa7-8523-8b3517f411ca
ModelInvariantUuid:2c91f73a-184b-4d95-9e9b-25fbaf3105e2
ModelName:vFW 3a6a582d-8d0d-nodes.vpgCvfc
ModelUuid:2f2d1374-e12b-49ad-9705-0a7f3717ce85
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:960df227-9e5d-41b6-ab51-25eb50821eec
ModelInvariantUuid:2afa2aef-415d-44f9-922c-361895ce98f7
ModelName:Vfw3a6a582d8d0d.compute.nodes.heat.vpg
ModelUuid:a513ab62-3fe5-40aa-9e50-03cf37595edc
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-09-24T19:36:47.752Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: d7ba94ff-a423-4d64-9451-96b3bf0fce57
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-09-24T19:36:47.756Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||vFW 3a6a582d-8d0d 0
2021-09-24T19:36:47.756Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d7ba94ff-a423-4d64-9451-96b3bf0fce57
2021-09-24T19:36:47.756Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 553d672f-3b65-49a8-acc8-b326db88d6bc from URL: /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json
2021-09-24T19:36:47.756Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:36:47.756Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json
2021-09-24T19:36:48.432Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:36:48.433Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json 553d672f-3b65-49a8-acc8-b326db88d6bc 785
2021-09-24T19:36:48.433Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json ASDC sendASDCNotification
2021-09-24T19:36:48.433Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json
2021-09-24T19:36:48.433Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:36:48.434Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:48.435Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:48.436Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512208433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:36:48.536Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:48.537Z||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-09-24T19:36:48.537Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:48.548Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:36:48.548Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:36:49.436Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3a6a582d8d0d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b7dbb1af-7dae-4770-a611-f2d18bd0fe66",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dea0d0ed-d75a-4e18-bf04-996a649fac2a",
    "vfModuleModelCustomizationUUID": "f8570891-74f8-40b3-a800-3eb0fa0621a6",
    "isBase": true,
    "artifacts": [
      "52e8b703-14a1-44b1-9ca9-d2b61aab2ef4",
      "13d18453-1970-4dac-a82e-1875d654aaad"
    ],
    "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-09-24T19:36:49.441Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3a6a582d8d0d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dea0d0ed-d75a-4e18-bf04-996a649fac2a
VfModuleModelInvariantUUID:b7dbb1af-7dae-4770-a611-f2d18bd0fe66
VfModuleModelDescription:NULL
Artifacts UUID List:{
52e8b703-14a1-44b1-9ca9-d2b61aab2ef4
,
13d18453-1970-4dac-a82e-1875d654aaad

}
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-09-24T19:36:49.444Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3a6a582d8d0d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b7dbb1af-7dae-4770-a611-f2d18bd0fe66",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dea0d0ed-d75a-4e18-bf04-996a649fac2a",
    "vfModuleModelCustomizationUUID": "f8570891-74f8-40b3-a800-3eb0fa0621a6",
    "isBase": true,
    "artifacts": [
      "52e8b703-14a1-44b1-9ca9-d2b61aab2ef4",
      "13d18453-1970-4dac-a82e-1875d654aaad"
    ],
    "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-09-24T19:36:49.444Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3a6a582d8d0d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dea0d0ed-d75a-4e18-bf04-996a649fac2a
VfModuleModelInvariantUUID:b7dbb1af-7dae-4770-a611-f2d18bd0fe66
VfModuleModelDescription:NULL
Artifacts UUID List:{
52e8b703-14a1-44b1-9ca9-d2b61aab2ef4
,
13d18453-1970-4dac-a82e-1875d654aaad

}
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-09-24T19:36:49.445Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 52e8b703-14a1-44b1-9ca9-d2b61aab2ef4 from URL: /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml
2021-09-24T19:36:49.445Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:36:49.445Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml
2021-09-24T19:36:50.034Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:36:50.035Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml 52e8b703-14a1-44b1-9ca9-d2b61aab2ef4 20368
2021-09-24T19:36:50.035Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-24T19:36:50.035Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml
2021-09-24T19:36:50.035Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:36:50.035Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:50.037Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:50.037Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512210035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:36:50.137Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:50.138Z||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-09-24T19:36:50.138Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:50.149Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:36:50.150Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:36:51.038Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 13d18453-1970-4dac-a82e-1875d654aaad from URL: /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env
2021-09-24T19:36:51.038Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:36:51.038Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env
2021-09-24T19:36:51.690Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:36:51.691Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env 13d18453-1970-4dac-a82e-1875d654aaad 2098
2021-09-24T19:36:51.691Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-24T19:36:51.691Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env
2021-09-24T19:36:51.691Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:36:51.691Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:51.693Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:51.694Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512211691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:36:51.794Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:51.794Z||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-09-24T19:36:51.795Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:51.807Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:36:51.807Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:36:52.694Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a70aab3e-7f1c-45d5-82c8-ee2982b49324
2021-09-24T19:36:52.695Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3a6a582d-8d0d 0 d7ba94ff-a423-4d64-9451-96b3bf0fce57 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-09-24T19:36:52.718Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:52.718Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:52.718Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-24T19:36:52.719Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 5e0d3874-f369-42d6-b8b2-4fa42ad7a08b
2021-09-24T19:36:52.719Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5e0d3874-f369-42d6-b8b2-4fa42ad7a08b matches Tosca VF Customization UUID: 5e0d3874-f369-42d6-b8b2-4fa42ad7a08b
2021-09-24T19:36:52.719Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 5e0d3874-f369-42d6-b8b2-4fa42ad7a08b  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-09-24T19:36:52.722Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:52.722Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:52.723Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 5e0d3874-f369-42d6-b8b2-4fa42ad7a08b: {\"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-09-24T19:36:52.723Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b6ccdb2
2021-09-24T19:36:52.724Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:52.724Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T19:36:52.724Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f8570891-74f8-40b3-a800-3eb0fa0621a6
2021-09-24T19:36:52.724Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f8570891-74f8-40b3-a800-3eb0fa0621a6
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-09-24T19:36:52.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:52.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:52.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:36:52.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:52.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:52.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:36:52.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:52.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=291d7542-4c6e-4633-be50-083405aeb36b
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-09-24T19:36:52.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:52.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:52.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:36:52.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:52.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is not matching search criteria
2021-09-24T19:36:52.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:36:52.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:36:52.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:36:52.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:36:52.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:52.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:36:52.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:36:52.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-24T19:36:52.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:36:52.734Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:52.734Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:36:52.734Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:36:52.734Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ebc99177-a405-42e0-a9fa-d6cb7cdbb6b0
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-09-24T19:36:52.736Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:52.736Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:52.737Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:36:52.739Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:52.739Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is not matching search criteria
2021-09-24T19:36:52.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:36:52.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:36:52.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:36:52.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:36:52.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:52.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:36:52.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:36:52.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:36:52.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:36:52.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:36:52.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:52.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-24T19:36:52.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8aee3bd0-758c-4fa7-8523-8b3517f411ca
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-09-24T19:36:52.743Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:52.743Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:52.743Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:36:52.744Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:52.744Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:52.744Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0] matching following query criteria: sdcType=VF, customizationUUID=5e0d3874-f369-42d6-b8b2-4fa42ad7a08b
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-09-24T19:36:52.745Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:52.746Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:52.746Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a70aab3e-7f1c-45d5-82c8-ee2982b49324: vFW 3a6a582d-8d0d
2021-09-24T19:36:52.746Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:52.746Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:52.746Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:52.746Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:52.746Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:52.746Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:52.747Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:52.747Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:52.747Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:36:52.747Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:52.747Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-09-24 19-34-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-09-24T19:36:52.919Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3a6a582d-8d0d d7ba94ff-a423-4d64-9451-96b3bf0fce57 1 ASDC deployResourceStructure
2021-09-24T19:36:52.919Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json ASDC sendASDCNotification
2021-09-24T19:36:52.919Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json
2021-09-24T19:36:52.920Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:36:52.920Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:52.921Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:52.921Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512212919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:36:53.022Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T19:36:53.023Z||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-09-24T19:36:53.023Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:53.033Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:36:53.033Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:36:53.922Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-24T19:36:53.923Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml
2021-09-24T19:36:53.923Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:36:53.923Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:53.925Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:53.925Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512213922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T19:36:54.025Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:54.026Z||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-09-24T19:36:54.026Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:54.037Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:36:54.037Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:36:54.925Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-24T19:36:54.926Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env
2021-09-24T19:36:54.926Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:36:54.926Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:54.927Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:54.927Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512214925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-24T19:36:55.028Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:55.029Z||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-09-24T19:36:55.029Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:55.039Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:36:55.039Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:36:55.928Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar ASDC sendASDCNotification
2021-09-24T19:36:55.929Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:55.929Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:36:55.929Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:55.931Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:55.931Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512215928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:36:56.031Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:56.032Z||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-09-24T19:36:56.032Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:56.045Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:36:56.046Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:36:56.931Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:36:56.946Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:36:56.949Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:36:56.949Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:36:56.949Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:37:26.950Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:37:26.960Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:37:26.964Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:37:26.964Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:37:26.964Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:37:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:37:35.702Z||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-09-24T19:37:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:37:35.827Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:37:35.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:37:35.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512195700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:37:35.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:37:56.965Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:37:56.975Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:37:56.978Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:37:56.978Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:37:56.978Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:38:26.979Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:38:26.990Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:38:26.994Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:38:26.994Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:38:26.994Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:38:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:38:35.702Z||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-09-24T19:38:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:38:36.227Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:38:36.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512195700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:38:36.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:38:36.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512195700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:38:36.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:38:36.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512195700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512195700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512195700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "clamp",
  "timestamp": 1632512201455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512195700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "clamp",
  "timestamp": 1632512203460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512204238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "aai-ml",
  "timestamp": 1632512204332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "clamp",
  "timestamp": 1632512204463,
  "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-09-24T19:38:36.240Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e90a2775-959d-47cc-91b8-2f3f923b3e33
2021-09-24T19:38:36.241Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e90a2775-959d-47cc-91b8-2f3f923b3e33 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-09-24T19:38:36.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "aai-ml",
  "timestamp": 1632512205335,
  "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-09-24T19:38:36.255Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e90a2775-959d-47cc-91b8-2f3f923b3e33
2021-09-24T19:38:36.255Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e90a2775-959d-47cc-91b8-2f3f923b3e33 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-09-24T19:38:36.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512208433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:38:36.264Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:36.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512210035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:38:36.264Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:36.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512211691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512212919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512213922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512214925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512215928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:38:36.266Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:56.995Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:38:57.006Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:38:57.008Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:38:57.008Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T19:38:57.008Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T19:38:57.008Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T19:38:57.008Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:38:57.008Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:38:57.008Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:38:57.008Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:38:57.008Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:38:57.008Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:38:57.009Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:38:57.013Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T19:39:27.013Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33 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-09-24T19:39:27.021Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e90a2775-959d-47cc-91b8-2f3f923b3e33 and serviceModelVersionId: a70aab3e-7f1c-45d5-82c8-ee2982b49324
2021-09-24T19:39:27.021Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 559173be-0f8b-495b-9b20-4de31337c6d9
2021-09-24T19:39:27.022Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/559173be-0f8b-495b-9b20-4de31337c6d9/model-vers/model-ver/a70aab3e-7f1c-45d5-82c8-ee2982b49324?depth=0
2021-09-24T19:39:27.027Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T19:39:27.062Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/559173be-0f8b-495b-9b20-4de31337c6d9/model-vers/model-ver/a70aab3e-7f1c-45d5-82c8-ee2982b49324?depth=0|INFO|500||Invoke
2021-09-24T19:39:27.062Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/559173be-0f8b-495b-9b20-4de31337c6d9/model-vers/model-ver/a70aab3e-7f1c-45d5-82c8-ee2982b49324?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/559173be-0f8b-495b-9b20-4de31337c6d9/model-vers/model-ver/a70aab3e-7f1c-45d5-82c8-ee2982b49324?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e90a2775-959d-47cc-91b8-2f3f923b3e33], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3084e21f-927a-431a-8dcc-753225a44604], X-ECOMP-RequestID=[e90a2775-959d-47cc-91b8-2f3f923b3e33], X-TransactionId=[], X-ONAP-RequestID=[e90a2775-959d-47cc-91b8-2f3f923b3e33], Content-Type=[application/merge-patch+json]}
2021-09-24T19:39:27.087Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/559173be-0f8b-495b-9b20-4de31337c6d9/model-vers/model-ver/a70aab3e-7f1c-45d5-82c8-ee2982b49324?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-24T19:39:27.177Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/559173be-0f8b-495b-9b20-4de31337c6d9/model-vers/model-ver/a70aab3e-7f1c-45d5-82c8-ee2982b49324?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/559173be-0f8b-495b-9b20-4de31337c6d9/model-vers/model-ver/a70aab3e-7f1c-45d5-82c8-ee2982b49324?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210924-19:39:27:095-67280], vertex-id=[397480], Content-Length=[0], Date=[Fri, 24 Sep 2021 19:39:27 GMT], Content-Type=[application/json]}
2021-09-24T19:39:27.178Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/559173be-0f8b-495b-9b20-4de31337c6d9/model-vers/model-ver/a70aab3e-7f1c-45d5-82c8-ee2982b49324?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-24T19:39:27.178Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/559173be-0f8b-495b-9b20-4de31337c6d9/model-vers/model-ver/a70aab3e-7f1c-45d5-82c8-ee2982b49324?depth=0|INFO|500||InvokeReturn
2021-09-24T19:39:27.179Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T19:39:27.179Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||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-09-24T19:39:27.184Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T19:39:27.184Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e90a2775-959d-47cc-91b8-2f3f923b3e33 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T19:39:27.184Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T19:39:27.184Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:27.186Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:27.186Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512367184,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T19:39:27.286Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:27.287Z||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-09-24T19:39:27.287Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:27.303Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:39:27.304Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-24T19:39:28.199Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:39:28.200Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|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-09-24T19:39:28.200Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:32.498Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:39:32.501Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T19:39:32.501Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"385e2a85-56a7-492d-8517-19d4dcf69512","serviceName":"vFW 2021-09-24 19-37-06","serviceVersion":"1.0","serviceUUID":"53ef5a20-60b7-44c2-9cc4-42688b46b50a","serviceDescription":"catalog service description","serviceInvariantUUID":"e2b71ad8-8cfc-4f34-85bd-0cb47ba21772","resources":[{"resourceInstanceName":"vFW 605cc111-56b9 0","resourceName":"vFW 605cc111-56b9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"98850c4c-fb61-4a2e-938f-e309d89576ea","resourceInvariantUUID":"fdb9b62a-6297-43ac-985b-66fd28a4ddec","resourceCustomizationUUID":"73bfbe42-d1d4-4d72-90a0-d1fb9535d3e7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml","artifactChecksum":"MTNjOTBkOTllZjNhNjViM2YzY2YyNTE4ZTc2N2RkZjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"64134a1b-eaab-459f-bfca-508a1eac4ebc","artifactVersion":"1"},{"artifactName":"vfw605cc11156b90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json","artifactChecksum":"N2YzMzgzODMxYzFiZjczNTg1YzU0ZDU5NDgzZTFjMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"513d503f-5a84-419a-aac7-39e3bdbc3d55","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ee5b23f5-977b-47f8-84b4-cba1517cac31","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml","artifactChecksum":"OTZkZDYyYjlmNTA1ZjI3MDM5YmJjYTdkMmU3YjRjOGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ad16e1aa-843d-4ec4-9eeb-396ea17e437a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"47834932-8e44-4290-a977-52191fe5b7dd","artifactVersion":"3","generatedFromUUID":"ee5b23f5-977b-47f8-84b4-cba1517cac31"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210924193706-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml","artifactChecksum":"ZWM4NTQxYzhhN2Y0NzU3ZjJhMTllOGFkMjYwZThmZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8a7b946-a264-4613-b2f9-10389b8eb22f","artifactVersion":"1"},{"artifactName":"service-Vfw20210924193706-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar","artifactChecksum":"MDhkMjJlZDE5MjYzM2JkYjNiNTc0YjdiZDQ3YzlmOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07755c0e-e497-4565-9645-1fd222cd8506","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T19:39:32.504Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:39:32.504Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:32.506Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:32.506Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512368199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:32.606Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:32.607Z||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-09-24T19:39:32.607Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:32.619Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:39:32.619Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:33.506Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:39:33.507Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:33.509Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:33.509Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512368199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:39:33.610Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:33.610Z||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-09-24T19:39:33.610Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:33.625Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:39:33.625Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:34.510Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:39:34.511Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:34.513Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:34.513Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512368199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:39:34.614Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T19:39:34.614Z||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-09-24T19:39:34.614Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:34.627Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:39:34.627Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:35.514Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:39:35.515Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:35.517Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:35.517Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512368199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:35.617Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:35.617Z||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-09-24T19:39:35.618Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:35.627Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:39:35.627Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:39:35.702Z||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-09-24T19:39:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:36.334Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:39:36.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512339639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512341439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512346843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "cds",
  "timestamp": 1632512344945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512348859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512339639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512341439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512346843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "cds",
  "timestamp": 1632512344945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512348859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512339639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512346843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512341439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "cds",
  "timestamp": 1632512344945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512348859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "policy-id",
  "timestamp": 1632512351238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512339639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512346843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "cds",
  "timestamp": 1632512344945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512341439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512348859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "policy-id",
  "timestamp": 1632512351238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512339639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512346843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "cds",
  "timestamp": 1632512344945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512341439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512348859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "policy-id",
  "timestamp": 1632512351238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512353506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512339639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512341439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "cds",
  "timestamp": 1632512344945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512346843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512348859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "policy-id",
  "timestamp": 1632512351238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512353506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512339639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512346843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512341439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "cds",
  "timestamp": 1632512344945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512348859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "policy-id",
  "timestamp": 1632512351238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512353506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "policy-id",
  "timestamp": 1632512351238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512357079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512353506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512357234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "cds",
  "timestamp": 1632512357242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512357244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "dcae-sch",
  "timestamp": 1632512356763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "policy-id",
  "timestamp": 1632512351238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512353506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "cds",
  "timestamp": 1632512358248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-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-09-24T19:39:36.361Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 385e2a85-56a7-492d-8517-19d4dcf69512
2021-09-24T19:39:36.361Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 385e2a85-56a7-492d-8517-19d4dcf69512 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-09-24T19:39:36.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "dcae-sch",
  "timestamp": 1632512356763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512358933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.371Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512353506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512359333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.373Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "dcae-sch",
  "timestamp": 1632512356763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512353506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512360192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:39:36.374Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "policy-id",
  "timestamp": 1632512360330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.375Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "dcae-sch",
  "timestamp": 1632512356763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512361196,
  "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-09-24T19:39:36.382Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 385e2a85-56a7-492d-8517-19d4dcf69512
2021-09-24T19:39:36.382Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 385e2a85-56a7-492d-8517-19d4dcf69512 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-09-24T19:39:36.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "policy-id",
  "timestamp": 1632512361334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:39:36.397Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "dcae-sch",
  "timestamp": 1632512356763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "clamp",
  "timestamp": 1632512361487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "policy-id",
  "timestamp": 1632512362337,
  "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-09-24T19:39:36.403Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 385e2a85-56a7-492d-8517-19d4dcf69512
2021-09-24T19:39:36.404Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 385e2a85-56a7-492d-8517-19d4dcf69512 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-09-24T19:39:36.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "dcae-sch",
  "timestamp": 1632512356763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "clamp",
  "timestamp": 1632512361487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512363128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.414Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512363128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.414Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512363275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.415Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "dcae-sch",
  "timestamp": 1632512356763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "clamp",
  "timestamp": 1632512361487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512364132,
  "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-09-24T19:39:36.421Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 385e2a85-56a7-492d-8517-19d4dcf69512
2021-09-24T19:39:36.421Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 385e2a85-56a7-492d-8517-19d4dcf69512 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-09-24T19:39:36.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512364133,
  "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-09-24T19:39:36.434Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 385e2a85-56a7-492d-8517-19d4dcf69512
2021-09-24T19:39:36.434Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 385e2a85-56a7-492d-8517-19d4dcf69512 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-09-24T19:39:36.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512364830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.443Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "aai-ml",
  "timestamp": 1632512364288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "clamp",
  "timestamp": 1632512361487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512365135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:39:36.443Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512365135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:39:36.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "aai-ml",
  "timestamp": 1632512364288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512366007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "clamp",
  "timestamp": 1632512361487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "aai-ml",
  "timestamp": 1632512364288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512367025,
  "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-09-24T19:39:36.451Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 385e2a85-56a7-492d-8517-19d4dcf69512
2021-09-24T19:39:36.451Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 385e2a85-56a7-492d-8517-19d4dcf69512 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-09-24T19:39:36.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "clamp",
  "timestamp": 1632512361487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512367184,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "aai-ml",
  "timestamp": 1632512364288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512368027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "clamp",
  "timestamp": 1632512361487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "aai-ml",
  "timestamp": 1632512364288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "aai-ml",
  "timestamp": 1632512364288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "aai-ml",
  "timestamp": 1632512364288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "aai-ml",
  "timestamp": 1632512372143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512368199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512368199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "clamp",
  "timestamp": 1632512374482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.462Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512368199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512368199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:39:36.517Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:39:36.518Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:36.520Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:36.521Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512368199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-24T19:39:36.621Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T19:39:36.621Z||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-09-24T19:39:36.621Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:36.632Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:39:36.632Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:37.521Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:39:37.522Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:37.523Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:37.524Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512368199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:39:37.624Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:37.625Z||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-09-24T19:39:37.625Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:37.635Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:39:37.636Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:38.524Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:39:38.525Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:38.526Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:38.526Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512368199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:39:38.627Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T19:39:38.627Z||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-09-24T19:39:38.627Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:38.638Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:39:38.639Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:39.528Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "serviceName": "vFW 2021-09-24 19-37-06",
  "serviceVersion": "1.0",
  "serviceUUID": "53ef5a20-60b7-44c2-9cc4-42688b46b50a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e2b71ad8-8cfc-4f34-85bd-0cb47ba21772",
  "resources": [
    {
      "resourceInstanceName": "vFW 605cc111-56b9 0",
      "resourceCustomizationUUID": "73bfbe42-d1d4-4d72-90a0-d1fb9535d3e7",
      "resourceName": "vFW 605cc111-56b9",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "98850c4c-fb61-4a2e-938f-e309d89576ea",
      "resourceInvariantUUID": "fdb9b62a-6297-43ac-985b-66fd28a4ddec",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw605cc11156b90_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
          "artifactChecksum": "N2YzMzgzODMxYzFiZjczNTg1YzU0ZDU5NDgzZTFjMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "513d503f-5a84-419a-aac7-39e3bdbc3d55",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ee5b23f5-977b-47f8-84b4-cba1517cac31",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "47834932-8e44-4290-a977-52191fe5b7dd",
            "generatedFromUUID": "ee5b23f5-977b-47f8-84b4-cba1517cac31"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "47834932-8e44-4290-a977-52191fe5b7dd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210924193706-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
      "artifactChecksum": "MDhkMjJlZDE5MjYzM2JkYjNiNTc0YjdiZDQ3YzlmOTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "07755c0e-e497-4565-9645-1fd222cd8506"
    }
  ],
  "workloadContext": "Production"
}
2021-09-24T19:39:39.528Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T19:39:39.528Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 53ef5a20-60b7-44c2-9cc4-42688b46b50a ASDC
2021-09-24T19:39:39.529Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:385e2a85-56a7-492d-8517-19d4dcf69512
ServiceName:vFW 2021-09-24 19-37-06
ServiceVersion:1.0
ServiceUUID:53ef5a20-60b7-44c2-9cc4-42688b46b50a
ServiceInvariantUUID:e2b71ad8-8cfc-4f34-85bd-0cb47ba21772
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210924193706-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar
ArtifactUUID:07755c0e-e497-4565-9645-1fd222cd8506
ArtifactChecksum:MDhkMjJlZDE5MjYzM2JkYjNiNTc0YjdiZDQ3YzlmOTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 605cc111-56b9 0
ResourceCustomizationUUID:73bfbe42-d1d4-4d72-90a0-d1fb9535d3e7
ResourceInvariantUUID:fdb9b62a-6297-43ac-985b-66fd28a4ddec
ResourceName:vFW 605cc111-56b9
ResourceType:VF
ResourceUUID:98850c4c-fb61-4a2e-938f-e309d89576ea
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw605cc11156b90_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json
ArtifactUUID:513d503f-5a84-419a-aac7-39e3bdbc3d55
ArtifactChecksum:N2YzMzgzODMxYzFiZjczNTg1YzU0ZDU5NDgzZTFjMzA=
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/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml
ArtifactUUID:ee5b23f5-977b-47f8-84b4-cba1517cac31
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env
ArtifactUUID:47834932-8e44-4290-a977-52191fe5b7dd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env
ArtifactUUID:47834932-8e44-4290-a977-52191fe5b7dd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-24T19:39:39.529Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 53ef5a20-60b7-44c2-9cc4-42688b46b50a 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-09-24T19:39:39.564Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:39:39.565Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:39:39.565Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:39:39.566Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 07755c0e-e497-4565-9645-1fd222cd8506 from URL: /sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:39.566Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:39:39.566Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:43.134Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:39:43.139Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar 07755c0e-e497-4565-9645-1fd222cd8506 110120
2021-09-24T19:39:43.139Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar ASDC sendASDCNotification
2021-09-24T19:39:43.139Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:43.139Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:39:43.140Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:43.141Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:43.141Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512383139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:39:43.242Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:43.242Z||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-09-24T19:39:43.242Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:43.254Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:39:43.254Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:44.141Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:39:44.143Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:39:44.143Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 07755c0e-e497-4565-9645-1fd222cd8506, URL: /sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar to file: /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:44.143Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210924193706-csar.csar
2021-09-24T19:39:44.143Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:44.143Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:44.340Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1802545367903937052/Definitions/service-Vfw20210924193706-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-09-24T19:39:46.034Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||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-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||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-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||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-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 605cc111-56b9 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 605cc111-56b9 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-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is matching search criteria
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 605cc111-56b9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is matching search criteria
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 605cc111-56b9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is not matching search criteria
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is matching search criteria
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 605cc111-56b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 605cc111-56b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 605cc111-56b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is not matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e5083588-31b0-434e-8ea5-3f651a4d7d9e
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4dc43d82-d93c-4017-9e41-c11e336a240f
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=16a368d9-d0ad-494f-bd8a-609e3af7541b
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-24 19-37-06
Description:catalog service description
Model UUID:53ef5a20-60b7-44c2-9cc4-42688b46b50a
Model Version:NULL
Model InvariantUuid:e2b71ad8-8cfc-4f34-85bd-0cb47ba21772
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 605cc111-56b9
Model UUID:469e774c-6e91-4166-b29d-0b1671f7a79a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fdb9b62a-6297-43ac-985b-66fd28a4ddec
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:73bfbe42-d1d4-4d72-90a0-d1fb9535d3e7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ec4aa4c-70b4-469f-ad5a-315240e7dd86
ModelName:Vfw605cc11156b9..base_vfw..module-0
ModelUuid:ce396d8d-82b7-4259-9f96-680bf5d34312
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e5083588-31b0-434e-8ea5-3f651a4d7d9e
ModelInvariantUuid:c50888db-425a-45f4-b4f0-3f93fc481a5b
ModelName:vFW 605cc111-56b9-nodes.vfwCvfc
ModelUuid:02337bc4-2df1-4b61-af48-6e02f8579b61
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d8de0943-9d76-4842-8036-beeac92fee09
ModelInvariantUuid:7efe19f6-d8af-4159-9d11-0bfcf811ccc3
ModelName:Vfw605cc11156b9.compute.nodes.heat.vfw
ModelUuid:579be781-3bdc-47c3-a7e7-d0cbc32d3dcd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4dc43d82-d93c-4017-9e41-c11e336a240f
ModelInvariantUuid:b4ddc668-7a23-4276-8a03-caf2f19dddcf
ModelName:vFW 605cc111-56b9-nodes.vsnCvfc
ModelUuid:630fca10-56dd-423e-85c1-4514dd904dfd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a2ab3176-3820-497e-b696-e4e96c050814
ModelInvariantUuid:db79558c-7e43-4d16-8de1-329c52a47742
ModelName:Vfw605cc11156b9.compute.nodes.heat.vsn
ModelUuid:44b72e1b-c0c7-419f-be2e-4a25a441bd52
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:16a368d9-d0ad-494f-bd8a-609e3af7541b
ModelInvariantUuid:268b58c6-024b-4339-9fad-e4293eac52c4
ModelName:vFW 605cc111-56b9-nodes.vpgCvfc
ModelUuid:77b6ee90-bdea-4f5c-a544-de3fc219cccf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:39df1ebc-6f61-4f5e-91b4-ec3eb4a0300e
ModelInvariantUuid:ac7ac8f6-9bcf-4fb8-b6dc-0a56f8d4b50f
ModelName:Vfw605cc11156b9.compute.nodes.heat.vpg
ModelUuid:c3eb6036-bb13-4a2d-9819-bd9ed0936d2b
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-09-24T19:39:46.049Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 98850c4c-fb61-4a2e-938f-e309d89576ea
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-09-24T19:39:46.051Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||vFW 605cc111-56b9 0
2021-09-24T19:39:46.051Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 98850c4c-fb61-4a2e-938f-e309d89576ea
2021-09-24T19:39:46.051Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 513d503f-5a84-419a-aac7-39e3bdbc3d55 from URL: /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json
2021-09-24T19:39:46.051Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:39:46.051Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json
2021-09-24T19:39:46.250Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:39:46.250Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json 513d503f-5a84-419a-aac7-39e3bdbc3d55 785
2021-09-24T19:39:46.250Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json ASDC sendASDCNotification
2021-09-24T19:39:46.250Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json
2021-09-24T19:39:46.250Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:39:46.250Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:46.252Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:46.252Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512386250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:39:46.352Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:46.353Z||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-09-24T19:39:46.353Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:46.365Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:39:46.365Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:47.252Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw605cc11156b9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6ec4aa4c-70b4-469f-ad5a-315240e7dd86",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ce396d8d-82b7-4259-9f96-680bf5d34312",
    "vfModuleModelCustomizationUUID": "44fbee70-1b0a-40d2-8f39-c5c5de359fe8",
    "isBase": true,
    "artifacts": [
      "ee5b23f5-977b-47f8-84b4-cba1517cac31",
      "47834932-8e44-4290-a977-52191fe5b7dd"
    ],
    "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-09-24T19:39:47.256Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw605cc11156b9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ce396d8d-82b7-4259-9f96-680bf5d34312
VfModuleModelInvariantUUID:6ec4aa4c-70b4-469f-ad5a-315240e7dd86
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee5b23f5-977b-47f8-84b4-cba1517cac31
,
47834932-8e44-4290-a977-52191fe5b7dd

}
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-09-24T19:39:47.259Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw605cc11156b9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6ec4aa4c-70b4-469f-ad5a-315240e7dd86",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ce396d8d-82b7-4259-9f96-680bf5d34312",
    "vfModuleModelCustomizationUUID": "44fbee70-1b0a-40d2-8f39-c5c5de359fe8",
    "isBase": true,
    "artifacts": [
      "ee5b23f5-977b-47f8-84b4-cba1517cac31",
      "47834932-8e44-4290-a977-52191fe5b7dd"
    ],
    "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-09-24T19:39:47.259Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw605cc11156b9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ce396d8d-82b7-4259-9f96-680bf5d34312
VfModuleModelInvariantUUID:6ec4aa4c-70b4-469f-ad5a-315240e7dd86
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee5b23f5-977b-47f8-84b4-cba1517cac31
,
47834932-8e44-4290-a977-52191fe5b7dd

}
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-09-24T19:39:47.259Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ee5b23f5-977b-47f8-84b4-cba1517cac31 from URL: /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml
2021-09-24T19:39:47.260Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:39:47.260Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml
2021-09-24T19:39:47.459Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:39:47.460Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml ee5b23f5-977b-47f8-84b4-cba1517cac31 20368
2021-09-24T19:39:47.460Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-24T19:39:47.461Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml
2021-09-24T19:39:47.461Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:39:47.461Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:47.463Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:47.463Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512387460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:39:47.563Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:47.564Z||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-09-24T19:39:47.564Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:47.575Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:39:47.576Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:48.464Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 47834932-8e44-4290-a977-52191fe5b7dd from URL: /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env
2021-09-24T19:39:48.464Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:39:48.465Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env
2021-09-24T19:39:48.970Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:39:48.970Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env 47834932-8e44-4290-a977-52191fe5b7dd 2098
2021-09-24T19:39:48.971Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-24T19:39:48.971Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env
2021-09-24T19:39:48.971Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:39:48.971Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:48.972Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:48.973Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512388971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:39:49.073Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:49.073Z||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-09-24T19:39:49.073Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:49.085Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:39:49.085Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:39:49.973Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 53ef5a20-60b7-44c2-9cc4-42688b46b50a
2021-09-24T19:39:49.974Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 605cc111-56b9 0 98850c4c-fb61-4a2e-938f-e309d89576ea 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-09-24T19:39:49.995Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:49.995Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:49.995Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-24T19:39:49.995Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 73bfbe42-d1d4-4d72-90a0-d1fb9535d3e7
2021-09-24T19:39:49.996Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 73bfbe42-d1d4-4d72-90a0-d1fb9535d3e7 matches Tosca VF Customization UUID: 73bfbe42-d1d4-4d72-90a0-d1fb9535d3e7
2021-09-24T19:39:49.996Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 73bfbe42-d1d4-4d72-90a0-d1fb9535d3e7  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-09-24T19:39:49.998Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:49.998Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:49.998Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 73bfbe42-d1d4-4d72-90a0-d1fb9535d3e7: {\"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-09-24T19:39:49.998Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@37125a42
2021-09-24T19:39:49.999Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:49.999Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T19:39:49.999Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 44fbee70-1b0a-40d2-8f39-c5c5de359fe8
2021-09-24T19:39:49.999Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 44fbee70-1b0a-40d2-8f39-c5c5de359fe8
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-09-24T19:39:50.001Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:50.001Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is matching search criteria
2021-09-24T19:39:50.001Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 605cc111-56b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:39:50.001Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:50.001Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is matching search criteria
2021-09-24T19:39:50.002Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 605cc111-56b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:39:50.002Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:50.002Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is not matching search criteria
2021-09-24T19:39:50.002Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:39:50.002Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-24T19:39:50.002Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:39:50.002Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:39:50.002Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:39:50.003Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:39:50.003Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:50.003Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:39:50.003Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:50.003Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:39:50.003Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:39:50.003Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e5083588-31b0-434e-8ea5-3f651a4d7d9e
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-09-24T19:39:50.005Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:50.006Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is matching search criteria
2021-09-24T19:39:50.006Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 605cc111-56b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:39:50.006Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:50.006Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is not matching search criteria
2021-09-24T19:39:50.006Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:39:50.006Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:39:50.006Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:50.006Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:39:50.006Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:39:50.007Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:39:50.007Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:39:50.007Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-24T19:39:50.007Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:39:50.007Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:50.007Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:39:50.007Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:39:50.007Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4dc43d82-d93c-4017-9e41-c11e336a240f
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-09-24T19:39:50.009Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:50.009Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is matching search criteria
2021-09-24T19:39:50.009Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 605cc111-56b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:39:50.009Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:50.009Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is not matching search criteria
2021-09-24T19:39:50.010Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:39:50.010Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:39:50.010Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:50.010Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:39:50.010Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:39:50.010Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:39:50.010Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:39:50.010Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:39:50.010Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:39:50.010Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:39:50.010Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:50.011Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-24T19:39:50.011Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=16a368d9-d0ad-494f-bd8a-609e3af7541b
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-09-24T19:39:50.012Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:50.012Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is matching search criteria
2021-09-24T19:39:50.013Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 605cc111-56b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:39:50.013Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:50.013Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is matching search criteria
2021-09-24T19:39:50.013Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 605cc111-56b9 0] matching following query criteria: sdcType=VF, customizationUUID=73bfbe42-d1d4-4d72-90a0-d1fb9535d3e7
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-09-24T19:39:50.015Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:50.015Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:50.015Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 53ef5a20-60b7-44c2-9cc4-42688b46b50a: vFW 605cc111-56b9
2021-09-24T19:39:50.015Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:50.015Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:50.015Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:50.015Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:50.015Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:50.015Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:50.015Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:50.016Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:50.016Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:39:50.016Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:50.016Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-09-24 19-37-06 
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-09-24T19:39:50.199Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 605cc111-56b9 98850c4c-fb61-4a2e-938f-e309d89576ea 1 ASDC deployResourceStructure
2021-09-24T19:39:50.199Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json ASDC sendASDCNotification
2021-09-24T19:39:50.199Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json
2021-09-24T19:39:50.199Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:39:50.200Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:50.201Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:50.201Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512390199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:39:50.302Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T19:39:50.302Z||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-09-24T19:39:50.303Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:50.314Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:39:50.314Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:51.202Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-24T19:39:51.203Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml
2021-09-24T19:39:51.203Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:39:51.203Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:51.206Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:51.206Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512391202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T19:39:51.306Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:51.307Z||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-09-24T19:39:51.307Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:51.318Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:39:51.319Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:52.207Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-24T19:39:52.207Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env
2021-09-24T19:39:52.208Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:39:52.208Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:52.210Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:52.210Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512392207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-24T19:39:52.310Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:52.311Z||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-09-24T19:39:52.311Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:52.324Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:39:52.325Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:53.210Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar ASDC sendASDCNotification
2021-09-24T19:39:53.211Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:53.211Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:39:53.211Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:53.213Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:53.213Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512393210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:39:53.313Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:53.313Z||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-09-24T19:39:53.313Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:53.326Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:39:53.327Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:54.214Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 385e2a85-56a7-492d-8517-19d4dcf69512
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:39:54.226Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 385e2a85-56a7-492d-8517-19d4dcf69512
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:39:54.229Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:39:54.229Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:39:54.229Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:40:24.229Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 385e2a85-56a7-492d-8517-19d4dcf69512
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:40:24.243Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 385e2a85-56a7-492d-8517-19d4dcf69512
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:40:24.245Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:40:24.245Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:40:24.246Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:40:35.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:40:35.702Z||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-09-24T19:40:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:40:35.826Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:40:35.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T19:40:35.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "clamp",
  "timestamp": 1632512376489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:40:35.827Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:40:54.246Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 385e2a85-56a7-492d-8517-19d4dcf69512
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:40:54.257Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 385e2a85-56a7-492d-8517-19d4dcf69512
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:40:54.259Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:40:54.259Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:40:54.259Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:41:24.260Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 385e2a85-56a7-492d-8517-19d4dcf69512
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:41:24.271Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 385e2a85-56a7-492d-8517-19d4dcf69512
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:41:24.274Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:41:24.274Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:41:24.274Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:41:35.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:41:35.702Z||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-09-24T19:41:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:41:36.225Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:41:36.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T19:41:36.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512368199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-24T19:41:36.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:41:36.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T19:41:36.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "clamp",
  "timestamp": 1632512377493,
  "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-09-24T19:41:36.234Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 385e2a85-56a7-492d-8517-19d4dcf69512
2021-09-24T19:41:36.234Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 385e2a85-56a7-492d-8517-19d4dcf69512 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-09-24T19:41:36.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T19:41:36.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512368199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:41:36.243Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:41:36.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T19:41:36.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512368199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:41:36.243Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:41:36.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T19:41:36.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512383139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:41:36.243Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:41:36.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T19:41:36.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "aai-ml",
  "timestamp": 1632512384032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:41:36.243Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:41:36.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T19:41:36.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "aai-ml",
  "timestamp": 1632512385035,
  "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-09-24T19:41:36.248Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 385e2a85-56a7-492d-8517-19d4dcf69512
2021-09-24T19:41:36.248Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 385e2a85-56a7-492d-8517-19d4dcf69512 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-09-24T19:41:36.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T19:41:36.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512386250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:41:36.260Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:41:36.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T19:41:36.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512387460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:41:36.261Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:41:36.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T19:41:36.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512388971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:41:36.261Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:41:36.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T19:41:36.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512390199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:41:36.261Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:41:36.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T19:41:36.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512391202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T19:41:36.261Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:41:36.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T19:41:36.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512392207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-24T19:41:36.261Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:41:36.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T19:41:36.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512393210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:41:36.261Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:41:54.274Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 385e2a85-56a7-492d-8517-19d4dcf69512
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:41:54.285Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 385e2a85-56a7-492d-8517-19d4dcf69512
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:41:54.288Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:41:54.288Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T19:41:54.288Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T19:41:54.288Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T19:41:54.288Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:41:54.288Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:41:54.288Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:41:54.288Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:41:54.288Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:41:54.288Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:41:54.288Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:41:54.295Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T19:42:24.295Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 385e2a85-56a7-492d-8517-19d4dcf69512 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-09-24T19:42:24.300Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 385e2a85-56a7-492d-8517-19d4dcf69512 and serviceModelVersionId: 53ef5a20-60b7-44c2-9cc4-42688b46b50a
2021-09-24T19:42:24.300Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2b71ad8-8cfc-4f34-85bd-0cb47ba21772
2021-09-24T19:42:24.300Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2b71ad8-8cfc-4f34-85bd-0cb47ba21772/model-vers/model-ver/53ef5a20-60b7-44c2-9cc4-42688b46b50a?depth=0
2021-09-24T19:42:24.304Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T19:42:24.341Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2b71ad8-8cfc-4f34-85bd-0cb47ba21772/model-vers/model-ver/53ef5a20-60b7-44c2-9cc4-42688b46b50a?depth=0|INFO|500||Invoke
2021-09-24T19:42:24.341Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2b71ad8-8cfc-4f34-85bd-0cb47ba21772/model-vers/model-ver/53ef5a20-60b7-44c2-9cc4-42688b46b50a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2b71ad8-8cfc-4f34-85bd-0cb47ba21772/model-vers/model-ver/53ef5a20-60b7-44c2-9cc4-42688b46b50a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[385e2a85-56a7-492d-8517-19d4dcf69512], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d94163e6-e26c-4ae7-a121-2b82513d8fde], X-ECOMP-RequestID=[385e2a85-56a7-492d-8517-19d4dcf69512], X-TransactionId=[], X-ONAP-RequestID=[385e2a85-56a7-492d-8517-19d4dcf69512], Content-Type=[application/merge-patch+json]}
2021-09-24T19:42:24.360Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2b71ad8-8cfc-4f34-85bd-0cb47ba21772/model-vers/model-ver/53ef5a20-60b7-44c2-9cc4-42688b46b50a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-24T19:42:24.730Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2b71ad8-8cfc-4f34-85bd-0cb47ba21772/model-vers/model-ver/53ef5a20-60b7-44c2-9cc4-42688b46b50a?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/e2b71ad8-8cfc-4f34-85bd-0cb47ba21772/model-vers/model-ver/53ef5a20-60b7-44c2-9cc4-42688b46b50a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210924-19:42:24:366-57897], vertex-id=[200840], Content-Length=[0], Date=[Fri, 24 Sep 2021 19:42:24 GMT], Content-Type=[application/json]}
2021-09-24T19:42:24.730Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2b71ad8-8cfc-4f34-85bd-0cb47ba21772/model-vers/model-ver/53ef5a20-60b7-44c2-9cc4-42688b46b50a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-24T19:42:24.731Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2b71ad8-8cfc-4f34-85bd-0cb47ba21772/model-vers/model-ver/53ef5a20-60b7-44c2-9cc4-42688b46b50a?depth=0|INFO|500||InvokeReturn
2021-09-24T19:42:24.731Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T19:42:24.731Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||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-09-24T19:42:24.737Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T19:42:24.737Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 385e2a85-56a7-492d-8517-19d4dcf69512 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T19:42:24.737Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T19:42:24.737Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:42:24.739Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:42:24.739Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512544737,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T19:42:24.839Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:42:24.840Z||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-09-24T19:42:24.840Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:42:24.854Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:42:24.855Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-24T19:42:25.752Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:42:25.753Z|385e2a85-56a7-492d-8517-19d4dcf69512|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-09-24T19:42:25.753Z|385e2a85-56a7-492d-8517-19d4dcf69512|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:42:35.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:42:35.702Z||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-09-24T19:42:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:42:35.956Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:42:35.957Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:42:35.957Z|385e2a85-56a7-492d-8517-19d4dcf69512|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-09-24T19:42:35.957Z|385e2a85-56a7-492d-8517-19d4dcf69512|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:42:36.323Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:42:36.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T19:42:36.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512544737,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T19:42:36.324Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:42:45.498Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:42:45.499Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:42:45.499Z|385e2a85-56a7-492d-8517-19d4dcf69512|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-09-24T19:42:45.499Z|385e2a85-56a7-492d-8517-19d4dcf69512|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:42:55.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:42:55.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:42:55.043Z|385e2a85-56a7-492d-8517-19d4dcf69512|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-09-24T19:42:55.043Z|385e2a85-56a7-492d-8517-19d4dcf69512|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:43:04.583Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:43:04.584Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:43:04.585Z|385e2a85-56a7-492d-8517-19d4dcf69512|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-09-24T19:43:04.585Z|385e2a85-56a7-492d-8517-19d4dcf69512|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:43:14.125Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:43:35.700Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:43:35.700Z|385e2a85-56a7-492d-8517-19d4dcf69512|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-09-24T19:43:35.701Z|385e2a85-56a7-492d-8517-19d4dcf69512|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:43:35.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:43:35.702Z||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-09-24T19:43:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:43:45.244Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:43:45.244Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:44:35.700Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:44:35.700Z|385e2a85-56a7-492d-8517-19d4dcf69512|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-09-24T19:44:35.700Z|385e2a85-56a7-492d-8517-19d4dcf69512|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:44:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:44:35.702Z||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-09-24T19:44:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:44:45.249Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:44:45.251Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:45:35.700Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:45:35.700Z|385e2a85-56a7-492d-8517-19d4dcf69512|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-09-24T19:45:35.701Z|385e2a85-56a7-492d-8517-19d4dcf69512|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:45:35.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:45:35.702Z||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-09-24T19:45:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:45:45.249Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:45:45.252Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:46:35.700Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:46:35.700Z|385e2a85-56a7-492d-8517-19d4dcf69512|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-09-24T19:46:35.700Z|385e2a85-56a7-492d-8517-19d4dcf69512|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:46:35.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:46:35.702Z||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-09-24T19:46:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:46:36.329Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:46:36.330Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.330Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d7453716-9b5a-40ae-8ce7-32aa758408c4","serviceName":"vFW 2021-09-24 19-44-27","serviceVersion":"1.0","serviceUUID":"ca1deedb-203d-4e42-a49b-d278a34a38d7","serviceDescription":"catalog service description","serviceInvariantUUID":"2d5ee286-05c7-4fc5-8135-ed2837ffa121","resources":[{"resourceInstanceName":"vFW edf1ea0f-8df9 0","resourceName":"vFW edf1ea0f-8df9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"983dd9e6-3369-4384-9f21-343b86964ba1","resourceInvariantUUID":"faf2af10-edb6-4fd8-a59c-c07f5d6c6184","resourceCustomizationUUID":"37909585-7a89-4cd3-a959-adb3c6cccd1e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vf-license-model.xml","artifactChecksum":"ZjRkMjNlZDgyOTYzMWJlMzQxOWY4ZDA5NGQ1ZWVlNGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"addcc887-fb02-4976-b610-b8ef42b85a54","artifactVersion":"1"},{"artifactName":"vfwedf1ea0f8df90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json","artifactChecksum":"YTkyODM3MTI0ZGY5Mzk5ZmZlYjkyYTJmYzgxZTQxMjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4319b474-7e54-4581-990c-6226308df503","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7d891c81-afa8-42f2-bd31-20ca3d7a0c67","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vendor-license-model.xml","artifactChecksum":"NjE3Y2Q4Mzg0YjViZmVhNmQ4YjExNDY4OGFlYmRmZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a9b4b880-e476-4580-8328-ee82cf568cd5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f389a59e-c81b-4bf2-93fc-d9710b096576","artifactVersion":"2","generatedFromUUID":"7d891c81-afa8-42f2-bd31-20ca3d7a0c67"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210924194427-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-template.yml","artifactChecksum":"YzEyNjc0NDVkNjkxNzU3NjA0YjA1MjA2MTZlMmZmYjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e58c2707-ea74-426a-b932-9e6f72326560","artifactVersion":"1"},{"artifactName":"service-Vfw20210924194427-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar","artifactChecksum":"OGE2ZjQwNGQ0OGY5NWE5ZDRlNjkwYjU3ZjE2ODBhMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c440c09-3b63-4cb6-bd4b-7003c826cffa","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T19:46:36.331Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:46:36.333Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:46:36.333Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:46:36.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512759639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.335Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:46:36.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.335Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512795700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512761439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512766844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "cds",
  "timestamp": 1632512764945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512768859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512759639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:46:36.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512761439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512766844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "cds",
  "timestamp": 1632512764945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512768859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:46:36.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512759639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:46:36.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512766844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "cds",
  "timestamp": 1632512764945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512761439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512768859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:46:36.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "policy-id",
  "timestamp": 1632512771238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512759639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "cds",
  "timestamp": 1632512764945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512761439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512766844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512768859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "policy-id",
  "timestamp": 1632512771238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512759639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "cds",
  "timestamp": 1632512764945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512766844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512761439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512768859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "policy-id",
  "timestamp": 1632512771238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512773506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512759639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512761439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "cds",
  "timestamp": 1632512764945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512766844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512768859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "policy-id",
  "timestamp": 1632512771238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512773506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512759639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512761439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "cds",
  "timestamp": 1632512764945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632512766844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512768859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "policy-id",
  "timestamp": 1632512771238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512773506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "policy-id",
  "timestamp": 1632512771238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512773506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512777281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "cds",
  "timestamp": 1632512777291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "dcae-sch",
  "timestamp": 1632512776763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512777428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512777461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:46:36.345Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:46:36.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "policy-id",
  "timestamp": 1632512771238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:46:36.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512773506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-24T19:46:36.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "cds",
  "timestamp": 1632512778297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-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-09-24T19:46:36.360Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d7453716-9b5a-40ae-8ce7-32aa758408c4
2021-09-24T19:46:36.361Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7453716-9b5a-40ae-8ce7-32aa758408c4 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-09-24T19:46:36.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "dcae-sch",
  "timestamp": 1632512776763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512773506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "dcae-sch",
  "timestamp": 1632512776763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512779592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:46:36.370Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:46:36.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512779932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:46:36.370Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:46:36.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512773506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:46:36.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "policy-id",
  "timestamp": 1632512780133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:46:36.371Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:46:36.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "dcae-sch",
  "timestamp": 1632512776763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512780401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:46:36.371Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:46:36.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "policy-id",
  "timestamp": 1632512781142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:46:36.371Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:46:36.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "dcae-sch",
  "timestamp": 1632512776763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632512781405,
  "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-09-24T19:46:36.377Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d7453716-9b5a-40ae-8ce7-32aa758408c4
2021-09-24T19:46:36.377Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7453716-9b5a-40ae-8ce7-32aa758408c4 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-09-24T19:46:36.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "clamp",
  "timestamp": 1632512781487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "policy-id",
  "timestamp": 1632512782144,
  "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-09-24T19:46:36.391Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7453716-9b5a-40ae-8ce7-32aa758408c4
2021-09-24T19:46:36.391Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7453716-9b5a-40ae-8ce7-32aa758408c4 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-09-24T19:46:36.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "dcae-sch",
  "timestamp": 1632512776763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "clamp",
  "timestamp": 1632512781487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:46:36.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512783328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:46:36.401Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:46:36.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512783390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:46:36.401Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:46:36.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "dcae-sch",
  "timestamp": 1632512776763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512783426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:46:36.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:46:36.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "clamp",
  "timestamp": 1632512781487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512784333,
  "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-09-24T19:46:36.407Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7453716-9b5a-40ae-8ce7-32aa758408c4
2021-09-24T19:46:36.408Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7453716-9b5a-40ae-8ce7-32aa758408c4 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-09-24T19:46:36.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512784399,
  "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-09-24T19:46:36.421Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7453716-9b5a-40ae-8ce7-32aa758408c4
2021-09-24T19:46:36.421Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7453716-9b5a-40ae-8ce7-32aa758408c4 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-09-24T19:46:36.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "aai-ml",
  "timestamp": 1632512784288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512784926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:46:36.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:46:36.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "clamp",
  "timestamp": 1632512781487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512785336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:46:36.429Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:46:36.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512785405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:46:36.429Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:46:36.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "aai-ml",
  "timestamp": 1632512784288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512786112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:46:36.429Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:46:36.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "clamp",
  "timestamp": 1632512781487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "aai-ml",
  "timestamp": 1632512784288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512787127,
  "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-09-24T19:46:36.434Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7453716-9b5a-40ae-8ce7-32aa758408c4
2021-09-24T19:46:36.435Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7453716-9b5a-40ae-8ce7-32aa758408c4 and ComponentName POLICY
2021-09-24T19:46:36.435Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:46:36.436Z||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.
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:46:36.436Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-24T19:46:36.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "clamp",
  "timestamp": 1632512781487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "aai-ml",
  "timestamp": 1632512784288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512788130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:46:36.442Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:46:36.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "clamp",
  "timestamp": 1632512781487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:46:36.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "aai-ml",
  "timestamp": 1632512784288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "aai-ml",
  "timestamp": 1632512784288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:36.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "aai-ml",
  "timestamp": 1632512784288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:46:36.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:46:36.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "aai-ml",
  "timestamp": 1632512792196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:46:36.443Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:46:36.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:46:36.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "clamp",
  "timestamp": 1632512795547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:46:36.443Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:46:36.450Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:46:36.450Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:46:37.335Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:46:37.336Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:46:37.338Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:46:37.338Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512795700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:46:37.438Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T19:46:37.439Z||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-09-24T19:46:37.439Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:46:37.451Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:46:37.451Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:46:38.339Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:46:38.340Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:46:38.341Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:46:38.342Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512795700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:46:38.442Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:46:38.443Z||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-09-24T19:46:38.443Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:46:38.456Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:46:38.457Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:46:39.342Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:46:39.343Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:46:39.345Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:46:39.346Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512795700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:39.446Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:46:39.447Z||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-09-24T19:46:39.447Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:46:39.458Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:46:39.459Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:46:40.346Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:46:40.347Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:46:40.350Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:46:40.350Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512795700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-24T19:46:40.450Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:46:40.451Z||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-09-24T19:46:40.451Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:46:40.463Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:46:40.464Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:46:41.350Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:46:41.351Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:46:41.352Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:46:41.353Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512795700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:46:41.453Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:46:41.454Z||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-09-24T19:46:41.454Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:46:41.466Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:46:41.466Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:46:42.353Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:46:42.354Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:46:42.355Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:46:42.356Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512795700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:46:42.456Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:46:42.456Z||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-09-24T19:46:42.457Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:46:42.468Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:46:42.468Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:46:43.357Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "serviceName": "vFW 2021-09-24 19-44-27",
  "serviceVersion": "1.0",
  "serviceUUID": "ca1deedb-203d-4e42-a49b-d278a34a38d7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2d5ee286-05c7-4fc5-8135-ed2837ffa121",
  "resources": [
    {
      "resourceInstanceName": "vFW edf1ea0f-8df9 0",
      "resourceCustomizationUUID": "37909585-7a89-4cd3-a959-adb3c6cccd1e",
      "resourceName": "vFW edf1ea0f-8df9",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "983dd9e6-3369-4384-9f21-343b86964ba1",
      "resourceInvariantUUID": "faf2af10-edb6-4fd8-a59c-c07f5d6c6184",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwedf1ea0f8df90_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
          "artifactChecksum": "YTkyODM3MTI0ZGY5Mzk5ZmZlYjkyYTJmYzgxZTQxMjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4319b474-7e54-4581-990c-6226308df503",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7d891c81-afa8-42f2-bd31-20ca3d7a0c67",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f389a59e-c81b-4bf2-93fc-d9710b096576",
            "generatedFromUUID": "7d891c81-afa8-42f2-bd31-20ca3d7a0c67"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f389a59e-c81b-4bf2-93fc-d9710b096576",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210924194427-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
      "artifactChecksum": "OGE2ZjQwNGQ0OGY5NWE5ZDRlNjkwYjU3ZjE2ODBhMzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8c440c09-3b63-4cb6-bd4b-7003c826cffa"
    }
  ],
  "workloadContext": "Production"
}
2021-09-24T19:46:43.357Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T19:46:43.357Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ca1deedb-203d-4e42-a49b-d278a34a38d7 ASDC
2021-09-24T19:46:43.358Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d7453716-9b5a-40ae-8ce7-32aa758408c4
ServiceName:vFW 2021-09-24 19-44-27
ServiceVersion:1.0
ServiceUUID:ca1deedb-203d-4e42-a49b-d278a34a38d7
ServiceInvariantUUID:2d5ee286-05c7-4fc5-8135-ed2837ffa121
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210924194427-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar
ArtifactUUID:8c440c09-3b63-4cb6-bd4b-7003c826cffa
ArtifactChecksum:OGE2ZjQwNGQ0OGY5NWE5ZDRlNjkwYjU3ZjE2ODBhMzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW edf1ea0f-8df9 0
ResourceCustomizationUUID:37909585-7a89-4cd3-a959-adb3c6cccd1e
ResourceInvariantUUID:faf2af10-edb6-4fd8-a59c-c07f5d6c6184
ResourceName:vFW edf1ea0f-8df9
ResourceType:VF
ResourceUUID:983dd9e6-3369-4384-9f21-343b86964ba1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwedf1ea0f8df90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json
ArtifactUUID:4319b474-7e54-4581-990c-6226308df503
ArtifactChecksum:YTkyODM3MTI0ZGY5Mzk5ZmZlYjkyYTJmYzgxZTQxMjg=
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/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml
ArtifactUUID:7d891c81-afa8-42f2-bd31-20ca3d7a0c67
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/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env
ArtifactUUID:f389a59e-c81b-4bf2-93fc-d9710b096576
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/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env
ArtifactUUID:f389a59e-c81b-4bf2-93fc-d9710b096576
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-24T19:46:43.358Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ca1deedb-203d-4e42-a49b-d278a34a38d7 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-09-24T19:46:43.388Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:46:43.389Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:46:43.389Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:46:43.389Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8c440c09-3b63-4cb6-bd4b-7003c826cffa from URL: /sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar
2021-09-24T19:46:43.389Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:46:43.389Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar
2021-09-24T19:46:44.029Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:46:44.035Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar 8c440c09-3b63-4cb6-bd4b-7003c826cffa 110148
2021-09-24T19:46:44.035Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar ASDC sendASDCNotification
2021-09-24T19:46:44.036Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar
2021-09-24T19:46:44.036Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:46:44.036Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:46:44.038Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:46:44.039Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512804035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:46:44.138Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T19:46:44.139Z||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-09-24T19:46:44.139Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:46:44.148Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:46:44.148Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:46:45.039Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:46:45.040Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:46:45.040Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8c440c09-3b63-4cb6-bd4b-7003c826cffa, URL: /sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar to file: /app/ASDC/1/service-Vfw20210924194427-csar.csar
2021-09-24T19:46:45.040Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210924194427-csar.csar
2021-09-24T19:46:45.040Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210924194427-csar.csar
2021-09-24T19:46:45.041Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210924194427-csar.csar
2021-09-24T19:46:45.172Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1073808943348852972/Definitions/service-Vfw20210924194427-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-09-24T19:46:46.817Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T19:46:46.817Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T19:46:46.818Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210924194427-csar.csar
2021-09-24T19:46:46.818Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-09-24T19:46:46.818Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||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-Vfw20210924194427-csar.csar
2021-09-24T19:46:46.818Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||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-Vfw20210924194427-csar.csar
2021-09-24T19:46:46.818Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924194427-csar.csar
2021-09-24T19:46:46.818Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924194427-csar.csar
2021-09-24T19:46:46.818Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW edf1ea0f-8df9 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-Vfw20210924194427-csar.csar
2021-09-24T19:46:46.818Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924194427-csar.csar
2021-09-24T19:46:46.818Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||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-Vfw20210924194427-csar.csar
2021-09-24T19:46:46.818Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW edf1ea0f-8df9 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924194427-csar.csar
2021-09-24T19:46:46.818Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924194427-csar.csar
2021-09-24T19:46:46.818Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924194427-csar.csar
2021-09-24T19:46:46.818Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210924194427-csar.csar
2021-09-24T19:46:46.818Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210924194427-csar.csar
2021-09-24T19:46:46.818Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924194427-csar.csar
2021-09-24T19:46:46.818Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924194427-csar.csar
2021-09-24T19:46:46.818Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T19:46:46.818Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:46.818Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-44-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:46:46.819Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vFW edf1ea0f-8df9 0 is matching search criteria
2021-09-24T19:46:46.819Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T19:46:46.819Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edf1ea0f-8df9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:46:46.819Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:46.819Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-44-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:46:46.819Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vFW edf1ea0f-8df9 0 is matching search criteria
2021-09-24T19:46:46.819Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T19:46:46.820Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edf1ea0f-8df9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:46:46.820Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:46.820Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-44-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:46:46.820Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:46.820Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vFW edf1ea0f-8df9 0 is not matching search criteria
2021-09-24T19:46:46.820Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:46:46.820Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:46:46.820Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:46:46.820Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:46:46.820Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:46:46.821Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:46:46.821Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:46:46.821Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:46:46.821Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:46:46.821Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:46:46.821Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:46:46.821Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:46:46.821Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:46:46.821Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:46:46.821Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:46:46.821Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T19:46:46.821Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:46.821Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-44-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T19:46:46.821Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:46.822Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vFW edf1ea0f-8df9 0 is matching search criteria
2021-09-24T19:46:46.822Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edf1ea0f-8df9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:46:46.822Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:46.822Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vFW edf1ea0f-8df9 0 is matching search criteria
2021-09-24T19:46:46.822Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edf1ea0f-8df9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:46:46.822Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:46.822Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vFW edf1ea0f-8df9 0 is matching search criteria
2021-09-24T19:46:46.822Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edf1ea0f-8df9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:46:46.822Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:46.822Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vFW edf1ea0f-8df9 0 is not matching search criteria
2021-09-24T19:46:46.822Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:46:46.822Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-24T19:46:46.822Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:46:46.822Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:46:46.823Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:46:46.823Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:46:46.823Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:46:46.823Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:46:46.823Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:46:46.823Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:46:46.823Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:46:46.823Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6eb90c02-3d07-46d8-b5c7-728047e0da95
2021-09-24T19:46:46.823Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:46.823Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vFW edf1ea0f-8df9 0 is not matching search criteria
2021-09-24T19:46:46.823Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:46:46.823Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:46:46.823Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:46:46.823Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:46:46.824Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:46:46.824Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:46:46.824Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:46:46.824Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-24T19:46:46.824Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:46:46.824Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:46:46.824Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:46:46.824Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:46:46.824Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e43563d4-d3f1-4383-9185-c30b7f9dce51
2021-09-24T19:46:46.824Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:46.824Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vFW edf1ea0f-8df9 0 is not matching search criteria
2021-09-24T19:46:46.824Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:46:46.824Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:46:46.824Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:46:46.825Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:46:46.825Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:46:46.825Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:46:46.825Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:46:46.825Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:46:46.825Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:46:46.825Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:46:46.825Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:46:46.825Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-24T19:46:46.825Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ee5b1d46-da9d-40ad-838e-68922728bfa2
2021-09-24T19:46:46.825Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:46.825Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-44-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:46:46.825Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:46.825Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-44-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:46:46.826Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:46.826Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-44-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:46:46.826Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:46.826Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-44-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:46:46.826Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-24 19-44-27
Description:catalog service description
Model UUID:ca1deedb-203d-4e42-a49b-d278a34a38d7
Model Version:NULL
Model InvariantUuid:2d5ee286-05c7-4fc5-8135-ed2837ffa121
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW edf1ea0f-8df9
Model UUID:c2339672-75d4-4aa1-bd30-3034332d1f29
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:faf2af10-edb6-4fd8-a59c-c07f5d6c6184
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:37909585-7a89-4cd3-a959-adb3c6cccd1e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b4be141f-29c5-4efb-a39d-b6a055876384
ModelName:VfwEdf1ea0f8df9..base_vfw..module-0
ModelUuid:9b36aadf-62ef-4554-ae9c-d069c9d7ed9d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6eb90c02-3d07-46d8-b5c7-728047e0da95
ModelInvariantUuid:730d66a3-1880-414b-849c-2cd84417719c
ModelName:vFW edf1ea0f-8df9-nodes.vfwCvfc
ModelUuid:5d0c4d03-5e0e-41f4-a868-67b6e0985fab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8221ffa6-c022-49d8-a1fb-a23df307b263
ModelInvariantUuid:81d59e59-01d1-41a8-b4c5-4fd512bcd702
ModelName:VfwEdf1ea0f8df9.compute.nodes.heat.vfw
ModelUuid:2501c14e-074c-4235-b964-d96b7fea81b1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e43563d4-d3f1-4383-9185-c30b7f9dce51
ModelInvariantUuid:fa4170f2-72ed-4225-9397-1c24ee6c4df9
ModelName:vFW edf1ea0f-8df9-nodes.vsnCvfc
ModelUuid:5b60dcf2-beb3-48f5-90c2-45da328364c5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f1637732-37f2-4eb9-be7a-96d07e950138
ModelInvariantUuid:f6443523-269f-4018-8a0e-72c5a85c2861
ModelName:VfwEdf1ea0f8df9.compute.nodes.heat.vsn
ModelUuid:fea3774b-d101-46a4-b27b-39029a31895c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ee5b1d46-da9d-40ad-838e-68922728bfa2
ModelInvariantUuid:821592c6-b573-42fb-b19c-fdf46a46716f
ModelName:vFW edf1ea0f-8df9-nodes.vpgCvfc
ModelUuid:3241c63e-1b36-4a4c-a288-8cfa11968356
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:9a1434e3-2caa-4f70-9dba-3ede63906106
ModelInvariantUuid:1c5f8a94-2f7f-43db-bad1-cad51bf93da3
ModelName:VfwEdf1ea0f8df9.compute.nodes.heat.vpg
ModelUuid:bdd56e01-db6d-42d2-967d-23b4d5eb51cf
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-09-24T19:46:46.833Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 983dd9e6-3369-4384-9f21-343b86964ba1
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-09-24T19:46:46.835Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||vFW edf1ea0f-8df9 0
2021-09-24T19:46:46.835Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 983dd9e6-3369-4384-9f21-343b86964ba1
2021-09-24T19:46:46.835Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4319b474-7e54-4581-990c-6226308df503 from URL: /sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json
2021-09-24T19:46:46.835Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:46:46.835Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json
2021-09-24T19:46:47.019Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:46:47.019Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json 4319b474-7e54-4581-990c-6226308df503 785
2021-09-24T19:46:47.019Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json ASDC sendASDCNotification
2021-09-24T19:46:47.019Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json
2021-09-24T19:46:47.019Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:46:47.020Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:46:47.021Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:46:47.021Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512807019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:46:47.121Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:46:47.122Z||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-09-24T19:46:47.122Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:46:47.133Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:46:47.134Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:46:48.021Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEdf1ea0f8df9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b4be141f-29c5-4efb-a39d-b6a055876384",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9b36aadf-62ef-4554-ae9c-d069c9d7ed9d",
    "vfModuleModelCustomizationUUID": "78e24c5f-9aff-4679-aaae-2afd87dbeb4b",
    "isBase": true,
    "artifacts": [
      "7d891c81-afa8-42f2-bd31-20ca3d7a0c67",
      "f389a59e-c81b-4bf2-93fc-d9710b096576"
    ],
    "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-09-24T19:46:48.026Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEdf1ea0f8df9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b36aadf-62ef-4554-ae9c-d069c9d7ed9d
VfModuleModelInvariantUUID:b4be141f-29c5-4efb-a39d-b6a055876384
VfModuleModelDescription:NULL
Artifacts UUID List:{
7d891c81-afa8-42f2-bd31-20ca3d7a0c67
,
f389a59e-c81b-4bf2-93fc-d9710b096576

}
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-09-24T19:46:48.029Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEdf1ea0f8df9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b4be141f-29c5-4efb-a39d-b6a055876384",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9b36aadf-62ef-4554-ae9c-d069c9d7ed9d",
    "vfModuleModelCustomizationUUID": "78e24c5f-9aff-4679-aaae-2afd87dbeb4b",
    "isBase": true,
    "artifacts": [
      "7d891c81-afa8-42f2-bd31-20ca3d7a0c67",
      "f389a59e-c81b-4bf2-93fc-d9710b096576"
    ],
    "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-09-24T19:46:48.029Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEdf1ea0f8df9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b36aadf-62ef-4554-ae9c-d069c9d7ed9d
VfModuleModelInvariantUUID:b4be141f-29c5-4efb-a39d-b6a055876384
VfModuleModelDescription:NULL
Artifacts UUID List:{
7d891c81-afa8-42f2-bd31-20ca3d7a0c67
,
f389a59e-c81b-4bf2-93fc-d9710b096576

}
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-09-24T19:46:48.029Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7d891c81-afa8-42f2-bd31-20ca3d7a0c67 from URL: /sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml
2021-09-24T19:46:48.029Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:46:48.029Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml
2021-09-24T19:46:48.578Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:46:48.579Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml 7d891c81-afa8-42f2-bd31-20ca3d7a0c67 20368
2021-09-24T19:46:48.579Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-24T19:46:48.580Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml
2021-09-24T19:46:48.580Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:46:48.580Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:46:48.582Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:46:48.583Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512808579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:46:48.682Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T19:46:48.683Z||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-09-24T19:46:48.683Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:46:48.693Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:46:48.694Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:46:49.583Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f389a59e-c81b-4bf2-93fc-d9710b096576 from URL: /sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env
2021-09-24T19:46:49.583Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:46:49.584Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env
2021-09-24T19:46:50.074Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:46:50.074Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env f389a59e-c81b-4bf2-93fc-d9710b096576 2098
2021-09-24T19:46:50.075Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-24T19:46:50.075Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env
2021-09-24T19:46:50.075Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:46:50.075Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:46:50.077Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:46:50.077Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512810075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:46:50.177Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:46:50.178Z||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-09-24T19:46:50.178Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:46:50.188Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:46:50.188Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:46:51.078Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ca1deedb-203d-4e42-a49b-d278a34a38d7
2021-09-24T19:46:51.078Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW edf1ea0f-8df9 0 983dd9e6-3369-4384-9f21-343b86964ba1 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-09-24T19:46:51.096Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:51.096Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-44-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:46:51.096Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-24T19:46:51.096Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 37909585-7a89-4cd3-a959-adb3c6cccd1e
2021-09-24T19:46:51.096Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 37909585-7a89-4cd3-a959-adb3c6cccd1e matches Tosca VF Customization UUID: 37909585-7a89-4cd3-a959-adb3c6cccd1e
2021-09-24T19:46:51.096Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 37909585-7a89-4cd3-a959-adb3c6cccd1e  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-09-24T19:46:51.099Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:51.099Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-44-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:46:51.100Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 37909585-7a89-4cd3-a959-adb3c6cccd1e: {\"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-09-24T19:46:51.100Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@71662192
2021-09-24T19:46:51.100Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:51.100Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-44-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T19:46:51.101Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 78e24c5f-9aff-4679-aaae-2afd87dbeb4b
2021-09-24T19:46:51.101Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 78e24c5f-9aff-4679-aaae-2afd87dbeb4b
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-09-24T19:46:51.103Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:51.103Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vFW edf1ea0f-8df9 0 is matching search criteria
2021-09-24T19:46:51.103Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edf1ea0f-8df9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:46:51.103Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:51.104Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vFW edf1ea0f-8df9 0 is matching search criteria
2021-09-24T19:46:51.104Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edf1ea0f-8df9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:46:51.104Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:51.104Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vFW edf1ea0f-8df9 0 is not matching search criteria
2021-09-24T19:46:51.104Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:46:51.105Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-24T19:46:51.105Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:46:51.105Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:46:51.105Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:46:51.105Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:46:51.105Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:46:51.106Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:46:51.106Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:46:51.106Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:46:51.106Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:46:51.106Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6eb90c02-3d07-46d8-b5c7-728047e0da95
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-09-24T19:46:51.109Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:51.109Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vFW edf1ea0f-8df9 0 is matching search criteria
2021-09-24T19:46:51.109Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edf1ea0f-8df9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:46:51.109Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:51.110Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vFW edf1ea0f-8df9 0 is not matching search criteria
2021-09-24T19:46:51.110Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:46:51.110Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:46:51.110Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:46:51.110Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:46:51.110Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:46:51.110Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:46:51.111Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:46:51.111Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-24T19:46:51.111Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:46:51.111Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:46:51.111Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:46:51.111Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:46:51.111Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e43563d4-d3f1-4383-9185-c30b7f9dce51
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-09-24T19:46:51.113Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:51.113Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vFW edf1ea0f-8df9 0 is matching search criteria
2021-09-24T19:46:51.113Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edf1ea0f-8df9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:46:51.113Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:51.113Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vFW edf1ea0f-8df9 0 is not matching search criteria
2021-09-24T19:46:51.113Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:46:51.113Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:46:51.113Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:46:51.113Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:46:51.113Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:46:51.114Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:46:51.114Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:46:51.114Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:46:51.114Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:46:51.114Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:46:51.114Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:46:51.114Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-24T19:46:51.114Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ee5b1d46-da9d-40ad-838e-68922728bfa2
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-09-24T19:46:51.116Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:51.116Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vFW edf1ea0f-8df9 0 is matching search criteria
2021-09-24T19:46:51.116Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edf1ea0f-8df9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:46:51.117Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:51.117Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Node template vFW edf1ea0f-8df9 0 is matching search criteria
2021-09-24T19:46:51.117Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edf1ea0f-8df9 0] matching following query criteria: sdcType=VF, customizationUUID=37909585-7a89-4cd3-a959-adb3c6cccd1e
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-09-24T19:46:51.118Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:51.118Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-44-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:46:51.118Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ca1deedb-203d-4e42-a49b-d278a34a38d7: vFW edf1ea0f-8df9
2021-09-24T19:46:51.118Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:51.118Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-44-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:46:51.118Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:51.119Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-44-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:46:51.119Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:51.119Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-44-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:46:51.119Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:51.119Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-44-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:46:51.119Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:46:51.119Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-44-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:46:51.119Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-09-24 19-44-27 
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-09-24T19:46:51.294Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW edf1ea0f-8df9 983dd9e6-3369-4384-9f21-343b86964ba1 1 ASDC deployResourceStructure
2021-09-24T19:46:51.294Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json ASDC sendASDCNotification
2021-09-24T19:46:51.294Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json
2021-09-24T19:46:51.294Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:46:51.294Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:46:51.296Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:46:51.296Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512811294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:46:51.397Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:46:51.398Z||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-09-24T19:46:51.398Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:46:51.410Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:46:51.411Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:46:52.297Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-24T19:46:52.297Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml
2021-09-24T19:46:52.297Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:46:52.297Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:46:52.299Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:46:52.299Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512812296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T19:46:52.400Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T19:46:52.401Z||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-09-24T19:46:52.401Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:46:52.413Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:46:52.413Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:46:53.300Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-24T19:46:53.300Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env
2021-09-24T19:46:53.300Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:46:53.301Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:46:53.302Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:46:53.302Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512813300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-24T19:46:53.403Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:46:53.403Z||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-09-24T19:46:53.404Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:46:53.415Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:46:53.416Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:46:54.303Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar ASDC sendASDCNotification
2021-09-24T19:46:54.303Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar
2021-09-24T19:46:54.304Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:46:54.304Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:46:54.305Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:46:54.305Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512814303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:46:54.406Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T19:46:54.406Z||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-09-24T19:46:54.406Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:46:54.418Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:46:54.419Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:46:55.306Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7453716-9b5a-40ae-8ce7-32aa758408c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:46:55.316Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7453716-9b5a-40ae-8ce7-32aa758408c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:46:55.318Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:46:55.318Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:46:55.318Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:47:25.318Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7453716-9b5a-40ae-8ce7-32aa758408c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:47:25.329Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7453716-9b5a-40ae-8ce7-32aa758408c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:47:25.332Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:47:25.332Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:47:25.332Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:47:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:47:35.702Z||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-09-24T19:47:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:47:35.826Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:47:35.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:47:35.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512795700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:47:35.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:47:55.332Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7453716-9b5a-40ae-8ce7-32aa758408c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:47:55.342Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7453716-9b5a-40ae-8ce7-32aa758408c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:47:55.344Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:47:55.344Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:47:55.344Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:48:25.344Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7453716-9b5a-40ae-8ce7-32aa758408c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:48:25.355Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7453716-9b5a-40ae-8ce7-32aa758408c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:48:25.358Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:48:25.358Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:48:25.358Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:48:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:48:35.702Z||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-09-24T19:48:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:48:36.226Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:48:36.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:48:36.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512795700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:48:36.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:48:36.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:48:36.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "clamp",
  "timestamp": 1632512797553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:48:36.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:48:36.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:48:36.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512795700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:48:36.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:48:36.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:48:36.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "clamp",
  "timestamp": 1632512798557,
  "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-09-24T19:48:36.235Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d7453716-9b5a-40ae-8ce7-32aa758408c4
2021-09-24T19:48:36.235Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7453716-9b5a-40ae-8ce7-32aa758408c4 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-09-24T19:48:36.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:48:36.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512795700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:48:36.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:48:36.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:48:36.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512795700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-24T19:48:36.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:48:36.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:48:36.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512795700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:48:36.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:48:36.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:48:36.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512795700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:48:36.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:48:36.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:48:36.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "aai-ml",
  "timestamp": 1632512804032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:48:36.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:48:36.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:48:36.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512804035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:48:36.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:48:36.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:48:36.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "aai-ml",
  "timestamp": 1632512805035,
  "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-09-24T19:48:36.250Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d7453716-9b5a-40ae-8ce7-32aa758408c4
2021-09-24T19:48:36.250Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7453716-9b5a-40ae-8ce7-32aa758408c4 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-09-24T19:48:36.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:48:36.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512807019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:48:36.259Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:48:36.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:48:36.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512808579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:48:36.259Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:48:36.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:48:36.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512810075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:48:36.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:48:36.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:48:36.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512811294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/vfwedf1ea0f8df90_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:48:36.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:48:36.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:48:36.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512812296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T19:48:36.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:48:36.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:48:36.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512813300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/resourceInstances/vfwedf1ea0f8df90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-24T19:48:36.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:48:36.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:48:36.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512814303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924194427/1.0/artifacts/service-Vfw20210924194427-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:48:36.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:48:55.358Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7453716-9b5a-40ae-8ce7-32aa758408c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:48:55.368Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7453716-9b5a-40ae-8ce7-32aa758408c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:48:55.371Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:48:55.371Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T19:48:55.371Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T19:48:55.371Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T19:48:55.371Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:48:55.371Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:48:55.371Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:48:55.371Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:48:55.371Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:48:55.371Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:48:55.372Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:48:55.378Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T19:49:25.378Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d7453716-9b5a-40ae-8ce7-32aa758408c4 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-09-24T19:49:25.384Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d7453716-9b5a-40ae-8ce7-32aa758408c4 and serviceModelVersionId: ca1deedb-203d-4e42-a49b-d278a34a38d7
2021-09-24T19:49:25.384Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d5ee286-05c7-4fc5-8135-ed2837ffa121
2021-09-24T19:49:25.385Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d5ee286-05c7-4fc5-8135-ed2837ffa121/model-vers/model-ver/ca1deedb-203d-4e42-a49b-d278a34a38d7?depth=0
2021-09-24T19:49:25.391Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T19:49:25.431Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d5ee286-05c7-4fc5-8135-ed2837ffa121/model-vers/model-ver/ca1deedb-203d-4e42-a49b-d278a34a38d7?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-09-24T19:49:25.432Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d5ee286-05c7-4fc5-8135-ed2837ffa121/model-vers/model-ver/ca1deedb-203d-4e42-a49b-d278a34a38d7?depth=0|INFO|500||Invoke
2021-09-24T19:49:25.449Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d5ee286-05c7-4fc5-8135-ed2837ffa121/model-vers/model-ver/ca1deedb-203d-4e42-a49b-d278a34a38d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-24T19:49:25.743Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d5ee286-05c7-4fc5-8135-ed2837ffa121/model-vers/model-ver/ca1deedb-203d-4e42-a49b-d278a34a38d7?depth=0|INFO|500||InvokeReturn
2021-09-24T19:49:25.743Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d5ee286-05c7-4fc5-8135-ed2837ffa121/model-vers/model-ver/ca1deedb-203d-4e42-a49b-d278a34a38d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210924-19:49:25:456-27386], vertex-id=[217104], Content-Length=[0], Date=[Fri, 24 Sep 2021 19:49:25 GMT], Content-Type=[application/json]}
2021-09-24T19:49:25.743Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-24T19:49:25.744Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T19:49:25.744Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||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-09-24T19:49:25.747Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T19:49:25.747Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d7453716-9b5a-40ae-8ce7-32aa758408c4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T19:49:25.747Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T19:49:25.748Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:49:25.749Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:49:25.749Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512965747,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T19:49:25.850Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:49:25.850Z||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-09-24T19:49:25.850Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:49:25.865Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:49:25.865Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-24T19:49:26.763Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:49:26.764Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|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-09-24T19:49:26.764Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:49:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:49:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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-09-24T19:49:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:49:36.331Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:49:36.332Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:49:36.332Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7453716-9b5a-40ae-8ce7-32aa758408c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632512965747,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T19:49:36.332Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:49:36.980Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:49:36.981Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:49:36.981Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|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-09-24T19:49:36.981Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:49:46.524Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:49:46.525Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:49:46.525Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|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-09-24T19:49:46.525Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:49:56.072Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:50:35.700Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:50:35.700Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|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-09-24T19:50:35.700Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:50:35.701Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:50:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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-09-24T19:50:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:50:36.330Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:50:36.330Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.330Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5cf91470-d96b-4cb8-9b61-081fa239e988","serviceDescription":"service","serviceInvariantUUID":"f132e119-03d4-437f-86de-34375c2fdc94","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5721c926-91c7-4ca4-bbdd-f7e49a0204f1","resourceInvariantUUID":"e7c0cc51-f51d-4cec-bb29-0c91fb4310c5","resourceCustomizationUUID":"a40396a7-c834-4cf5-9926-3055d1786f0e","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":"NGEzNmExYmU4NWUyNmU3ZTEzMTdmMmQ2NmI0NDVmYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47abdbcc-c140-4711-a396-0091fbbd7316","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWZlYThmYzEzMDFhMmMzMDU5ODc4OTE1ZTc0Nzk2YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c74a8aca-70df-47b8-bb7b-e540905787df","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T19:50:36.331Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:50:36.332Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.332Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:50:36.332Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "cds",
  "timestamp": 1632512989945,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:50:36.332Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:50:36.333Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:50:36.333Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.333Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512988859,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:50:36.333Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:50:36.333Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.333Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "dcae-sch",
  "timestamp": 1632512996763,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:50:36.334Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:50:36.334Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.334Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "clamp",
  "timestamp": 1632512991487,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:50:36.334Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:50:36.334Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.334Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "aai-ml",
  "timestamp": 1632512994288,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:50:36.334Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:50:36.334Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:50:36.334Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.334Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513035700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:50:36.334Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "policy-id",
  "timestamp": 1632512991238,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:50:36.335Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:50:36.335Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.335Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512993506,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:50:36.335Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:50:36.335Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.335Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632512988859,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:50:36.335Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:50:36.335Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.335Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "cds",
  "timestamp": 1632512989945,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:50:36.336Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:50:36.336Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.336Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "aai-ml",
  "timestamp": 1632512994288,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:50:36.336Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:50:36.336Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.336Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "dcae-sch",
  "timestamp": 1632512996763,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:50:36.336Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:50:36.337Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.337Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "clamp",
  "timestamp": 1632512991487,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:50:36.337Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:50:36.337Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.338Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "policy-id",
  "timestamp": 1632512991238,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:50:36.338Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:50:36.338Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.338Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632512993506,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:50:36.338Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:50:36.338Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.338Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512999639,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:50:36.339Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:50:36.339Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.339Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632512999639,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:50:36.339Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:50:36.339Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.339Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513001439,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:50:36.339Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:50:36.339Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.340Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513001439,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:50:36.340Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:50:36.340Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.340Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "aai-ml",
  "timestamp": 1632513003735,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:50:36.340Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:50:36.340Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.340Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "policy-id",
  "timestamp": 1632513003740,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:50:36.341Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:50:36.341Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.341Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "cds",
  "timestamp": 1632513003837,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:50:36.341Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:50:36.341Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.341Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513004451,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:50:36.341Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:50:36.342Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.342Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "policy-id",
  "timestamp": 1632513004743,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:50:36.342Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:50:36.342Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.342Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "cds",
  "timestamp": 1632513004842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:50:36.355Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454
2021-09-24T19:50:36.355Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454 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-09-24T19:50:36.363Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.363Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "policy-id",
  "timestamp": 1632513005745,
  "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-09-24T19:50:36.368Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454
2021-09-24T19:50:36.368Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454 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-09-24T19:50:36.377Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.377Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513005955,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:50:36.377Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:50:36.377Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.377Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513006958,
  "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-09-24T19:50:36.383Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454
2021-09-24T19:50:36.383Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454 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-09-24T19:50:36.391Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.391Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "aai-ml",
  "timestamp": 1632513007229,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:50:36.391Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:50:36.391Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.392Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513006843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:50:36.392Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:50:36.392Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.392Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "clamp",
  "timestamp": 1632513007582,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:50:36.392Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:50:36.392Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.392Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "aai-ml",
  "timestamp": 1632513008232,
  "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-09-24T19:50:36.397Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454
2021-09-24T19:50:36.397Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454 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-09-24T19:50:36.406Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.406Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513006843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:50:36.407Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:50:36.407Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.407Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "clamp",
  "timestamp": 1632513009587,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:50:36.408Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:50:36.408Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:50:36.408Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "clamp",
  "timestamp": 1632513010590,
  "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-09-24T19:50:36.412Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454
2021-09-24T19:50:36.412Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454 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-09-24T19:50:36.434Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:50:36.435Z||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-09-24T19:50:36.435Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:50:36.447Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:50:36.448Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:50:37.335Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:50:37.336Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:50:37.338Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:50:37.338Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513035700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:50:37.438Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:50:37.438Z||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-09-24T19:50:37.438Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:50:37.450Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:50:37.451Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:50:38.339Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "5cf91470-d96b-4cb8-9b61-081fa239e988",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f132e119-03d4-437f-86de-34375c2fdc94",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "a40396a7-c834-4cf5-9926-3055d1786f0e",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "5721c926-91c7-4ca4-bbdd-f7e49a0204f1",
      "resourceInvariantUUID": "e7c0cc51-f51d-4cec-bb29-0c91fb4310c5",
      "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": "ZWZlYThmYzEzMDFhMmMzMDU5ODc4OTE1ZTc0Nzk2YTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c74a8aca-70df-47b8-bb7b-e540905787df"
    }
  ],
  "workloadContext": "Production"
}
2021-09-24T19:50:38.339Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T19:50:38.339Z|d7453716-9b5a-40ae-8ce7-32aa758408c4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5cf91470-d96b-4cb8-9b61-081fa239e988 ASDC
2021-09-24T19:50:38.340Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:5cf91470-d96b-4cb8-9b61-081fa239e988
ServiceInvariantUUID:f132e119-03d4-437f-86de-34375c2fdc94
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:c74a8aca-70df-47b8-bb7b-e540905787df
ArtifactChecksum:ZWZlYThmYzEzMDFhMmMzMDU5ODc4OTE1ZTc0Nzk2YTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a40396a7-c834-4cf5-9926-3055d1786f0e
ResourceInvariantUUID:e7c0cc51-f51d-4cec-bb29-0c91fb4310c5
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:5721c926-91c7-4ca4-bbdd-f7e49a0204f1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-24T19:50:38.340Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5cf91470-d96b-4cb8-9b61-081fa239e988 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-09-24T19:50:38.363Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:50:38.363Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:50:38.363Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:50:38.363Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c74a8aca-70df-47b8-bb7b-e540905787df from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-24T19:50:38.363Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:50:38.364Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-24T19:50:39.249Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:50:39.251Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c74a8aca-70df-47b8-bb7b-e540905787df 52222
2021-09-24T19:50:39.251Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-24T19:50:39.251Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-24T19:50:39.251Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:50:39.251Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:50:39.252Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:50:39.252Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513039251,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:50:39.353Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T19:50:39.366Z||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-09-24T19:50:39.381Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:50:39.393Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:50:39.394Z||pool-69-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:50:40.253Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:50:40.254Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:50:40.254Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c74a8aca-70df-47b8-bb7b-e540905787df, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T19:50:40.254Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-24T19:50:40.254Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T19:50:40.254Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T19:50:40.352Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2591519938425665278/Definitions/service-BasicNetwork-template.yml
2021-09-24T19:50:40.640Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T19:50:40.641Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T19:50:40.641Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T19:50:40.641Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-24T19:50:40.641Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T19:50:40.641Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T19:50:40.641Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T19:50:40.641Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T19:50:40.641Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T19:50:40.641Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T19:50:40.654Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T19:50:40.655Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T19:50:40.655Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T19:50:40.655Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:50:40.655Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:50:40.655Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-24T19:50:40.655Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T19:50:40.655Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:50:40.655Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:50:40.656Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:50:40.656Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-24T19:50:40.656Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T19:50:40.656Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:50:40.656Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:50:40.656Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:50:40.656Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:50:40.656Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:50:40.657Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:50:40.657Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:50:40.657Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:50:40.657Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:50:40.657Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:50:40.657Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:50:40.657Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:5cf91470-d96b-4cb8-9b61-081fa239e988
Model Version:NULL
Model InvariantUuid:f132e119-03d4-437f-86de-34375c2fdc94
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e7c0cc51-f51d-4cec-bb29-0c91fb4310c5
Model UUID:523f33dd-5c45-4d3f-9387-91211fb84e57
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:a40396a7-c834-4cf5-9926-3055d1786f0e
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-09-24T19:50:40.663Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 5721c926-91c7-4ca4-bbdd-f7e49a0204f1
2021-09-24T19:50:40.663Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||No resources found for Service: 5cf91470-d96b-4cb8-9b61-081fa239e988
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-09-24T19:50:40.666Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||
2021-09-24T19:50:40.666Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-24T19:50:40.667Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 5cf91470-d96b-4cb8-9b61-081fa239e988
2021-09-24T19:50:40.667Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5cf91470-d96b-4cb8-9b61-081fa239e988
2021-09-24T19:50:40.667Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-24T19:50:40.667Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-09-24T19:50:40.672Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:50:40.672Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:50:40.672Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:50:40.672Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:50:40.672Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5cf91470-d96b-4cb8-9b61-081fa239e988: Generic NeutronNet
2021-09-24T19:50:40.672Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:50:40.673Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:50:40.673Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:50:40.673Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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-09-24T19:50:40.696Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:50:40.696Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:50:40.696Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:50:40.696Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:50:40.696Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:50:40.697Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:50:40.697Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||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-09-24T19:50:40.750Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-24T19:50:40.750Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-24T19:50:40.750Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-24T19:50:40.751Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:50:40.751Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:50:40.752Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:50:40.752Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513040750,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:50:40.853Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:50:40.853Z||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-09-24T19:50:40.853Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:50:40.865Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:50:40.865Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:50:41.753Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:50:41.764Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:50:41.767Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:50:41.767Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T19:50:41.767Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T19:50:41.767Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T19:50:41.767Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:50:41.767Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:50:41.767Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:50:41.767Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:50:41.767Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:50:41.767Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:50:41.767Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:50:41.772Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T19:51:11.773Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454 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-09-24T19:51:11.777Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454 and serviceModelVersionId: 5cf91470-d96b-4cb8-9b61-081fa239e988
2021-09-24T19:51:11.777Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f132e119-03d4-437f-86de-34375c2fdc94
2021-09-24T19:51:11.778Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f132e119-03d4-437f-86de-34375c2fdc94/model-vers/model-ver/5cf91470-d96b-4cb8-9b61-081fa239e988?depth=0
2021-09-24T19:51:11.783Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T19:51:11.814Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f132e119-03d4-437f-86de-34375c2fdc94/model-vers/model-ver/5cf91470-d96b-4cb8-9b61-081fa239e988?depth=0|INFO|500||Invoke
2021-09-24T19:51:11.815Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f132e119-03d4-437f-86de-34375c2fdc94/model-vers/model-ver/5cf91470-d96b-4cb8-9b61-081fa239e988?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f132e119-03d4-437f-86de-34375c2fdc94/model-vers/model-ver/5cf91470-d96b-4cb8-9b61-081fa239e988?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[badbc360-0ba3-42cc-9efc-f9ace73d8f7a], X-ECOMP-RequestID=[dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454], X-TransactionId=[], X-ONAP-RequestID=[dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454], Content-Type=[application/merge-patch+json]}
2021-09-24T19:51:11.836Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f132e119-03d4-437f-86de-34375c2fdc94/model-vers/model-ver/5cf91470-d96b-4cb8-9b61-081fa239e988?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-24T19:51:12.053Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f132e119-03d4-437f-86de-34375c2fdc94/model-vers/model-ver/5cf91470-d96b-4cb8-9b61-081fa239e988?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/f132e119-03d4-437f-86de-34375c2fdc94/model-vers/model-ver/5cf91470-d96b-4cb8-9b61-081fa239e988?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210924-19:51:11:843-12746], vertex-id=[213128], Content-Length=[0], Date=[Fri, 24 Sep 2021 19:51:11 GMT], Content-Type=[application/json]}
2021-09-24T19:51:12.053Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f132e119-03d4-437f-86de-34375c2fdc94/model-vers/model-ver/5cf91470-d96b-4cb8-9b61-081fa239e988?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-24T19:51:12.054Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f132e119-03d4-437f-86de-34375c2fdc94/model-vers/model-ver/5cf91470-d96b-4cb8-9b61-081fa239e988?depth=0|INFO|500||InvokeReturn
2021-09-24T19:51:12.054Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T19:51:12.054Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||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-09-24T19:51:12.058Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T19:51:12.058Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T19:51:12.058Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T19:51:12.058Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:51:12.060Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:51:12.060Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513072058,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T19:51:12.160Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:51:12.161Z||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-09-24T19:51:12.161Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:51:12.176Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:51:12.176Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-24T19:51:35.700Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:51:35.700Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|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-09-24T19:51:35.701Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:51:35.701Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:51:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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-09-24T19:51:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:51:35.823Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:51:35.823Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:51:35.823Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513035700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:51:35.824Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:51:39.767Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:51:39.767Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T19:51:39.768Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"1f790bc2-a805-40e2-97f7-8e806ca55283","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"daa47c9b-f033-4e38-b2f3-337e51eb608f","serviceDescription":"service","serviceInvariantUUID":"941d4d22-d39a-4041-8ae9-fd9b541629b0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2b54fbe6-de3c-430b-b902-265acb8f2ee6","resourceInvariantUUID":"b0fc6717-c38b-4217-8381-ca9fb13791bd","resourceCustomizationUUID":"8f1d2b44-daa8-407c-87e2-7f4147172004","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":"ODQ4NjRiZTFjNzY5MTE2M2JkZGZjNDQ1ZDI5ZGEzN2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"10162916-079c-4b94-ba6d-376cd765dc60","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":"OGVjZjlhNTYxMmEyY2MxODIzOWFiYTk1YTY4YjdhNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"928ed66a-b0cc-4b67-8cfe-aaa0ffd4b09c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2d64e666-a2da-4fc7-bae2-44cc5c4dd81e","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":"5f9f2c9e-9b0a-4f9e-9ee3-9ead61cb9d95","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b94e1f29-86a4-46db-b51d-ad6973484683","artifactVersion":"2","generatedFromUUID":"2d64e666-a2da-4fc7-bae2-44cc5c4dd81e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OGM5NTk4Njg0MzkzYjFlNzJmYTE1YTdjN2JjNzk1MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"911a8189-a0b6-4bd4-ae50-231c2f0c3ec4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjhjZWM3ZjcxOTEyMDIzMTc4ZDU3NDA4ZGFkNWI3ODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c254ed40-6211-4733-9664-e485c62ad30b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T19:51:39.770Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:51:39.770Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:51:39.772Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:51:39.772Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513095700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:51:39.872Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:51:39.873Z||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-09-24T19:51:39.873Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:51:39.882Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:51:39.883Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:51:40.773Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:51:40.774Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:51:40.776Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:51:40.776Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513095700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:51:40.876Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:51:40.877Z||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-09-24T19:51:40.877Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:51:40.890Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:51:40.891Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:51:41.777Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:51:41.777Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:51:41.778Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:51:41.779Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513095700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:51:41.879Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:51:41.879Z||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-09-24T19:51:41.880Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:51:41.891Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:51:41.892Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:51:42.779Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:51:42.780Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:51:42.781Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:51:42.781Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513095700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:51:42.882Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T19:51:42.882Z||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-09-24T19:51:42.882Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:51:42.898Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:51:42.898Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:51:43.782Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:51:43.783Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:51:43.785Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:51:43.785Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513095700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-24T19:51:43.885Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:51:43.886Z||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-09-24T19:51:43.886Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:51:43.896Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:51:43.896Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:51:44.785Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:51:44.786Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:51:44.787Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:51:44.788Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513095700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:51:44.888Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:51:44.889Z||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-09-24T19:51:44.889Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:51:44.902Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:51:44.903Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:51:45.788Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:51:45.789Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:51:45.791Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:51:45.792Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513095700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:51:45.892Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:51:45.892Z||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-09-24T19:51:45.892Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:51:45.903Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:51:45.903Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:51:46.793Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "daa47c9b-f033-4e38-b2f3-337e51eb608f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "941d4d22-d39a-4041-8ae9-fd9b541629b0",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "8f1d2b44-daa8-407c-87e2-7f4147172004",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2b54fbe6-de3c-430b-b902-265acb8f2ee6",
      "resourceInvariantUUID": "b0fc6717-c38b-4217-8381-ca9fb13791bd",
      "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": "OGVjZjlhNTYxMmEyY2MxODIzOWFiYTk1YTY4YjdhNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "928ed66a-b0cc-4b67-8cfe-aaa0ffd4b09c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2d64e666-a2da-4fc7-bae2-44cc5c4dd81e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b94e1f29-86a4-46db-b51d-ad6973484683",
            "generatedFromUUID": "2d64e666-a2da-4fc7-bae2-44cc5c4dd81e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b94e1f29-86a4-46db-b51d-ad6973484683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MjhjZWM3ZjcxOTEyMDIzMTc4ZDU3NDA4ZGFkNWI3ODY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c254ed40-6211-4733-9664-e485c62ad30b"
    }
  ],
  "workloadContext": "Production"
}
2021-09-24T19:51:46.793Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T19:51:46.793Z|dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 daa47c9b-f033-4e38-b2f3-337e51eb608f ASDC
2021-09-24T19:51:46.794Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1f790bc2-a805-40e2-97f7-8e806ca55283
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:daa47c9b-f033-4e38-b2f3-337e51eb608f
ServiceInvariantUUID:941d4d22-d39a-4041-8ae9-fd9b541629b0
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:c254ed40-6211-4733-9664-e485c62ad30b
ArtifactChecksum:MjhjZWM3ZjcxOTEyMDIzMTc4ZDU3NDA4ZGFkNWI3ODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:8f1d2b44-daa8-407c-87e2-7f4147172004
ResourceInvariantUUID:b0fc6717-c38b-4217-8381-ca9fb13791bd
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:2b54fbe6-de3c-430b-b902-265acb8f2ee6
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:928ed66a-b0cc-4b67-8cfe-aaa0ffd4b09c
ArtifactChecksum:OGVjZjlhNTYxMmEyY2MxODIzOWFiYTk1YTY4YjdhNTk=
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:2d64e666-a2da-4fc7-bae2-44cc5c4dd81e
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:b94e1f29-86a4-46db-b51d-ad6973484683
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:b94e1f29-86a4-46db-b51d-ad6973484683
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-24T19:51:46.794Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF daa47c9b-f033-4e38-b2f3-337e51eb608f 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-09-24T19:51:46.833Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:51:46.834Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:51:46.834Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:51:46.834Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c254ed40-6211-4733-9664-e485c62ad30b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-24T19:51:46.834Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:51:46.834Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-24T19:51:47.146Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:51:47.150Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c254ed40-6211-4733-9664-e485c62ad30b 74274
2021-09-24T19:51:47.151Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-24T19:51:47.151Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-24T19:51:47.151Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:51:47.151Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:51:47.153Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:51:47.153Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513107151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:51:47.253Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:51:47.254Z||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-09-24T19:51:47.254Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:51:47.265Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:51:47.265Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:51:48.153Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:51:48.155Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:51:48.155Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c254ed40-6211-4733-9664-e485c62ad30b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T19:51:48.155Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-24T19:51:48.156Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T19:51:48.156Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T19:51:48.368Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2007728561429673282/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-24T19:51:49.335Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T19:51:49.335Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T19:51:49.335Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T19:51:49.335Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-09-24T19:51:49.335Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T19:51:49.336Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T19:51:49.336Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T19:51:49.336Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T19:51:49.336Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T19:51:49.336Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T19:51:49.336Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T19:51:49.336Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T19:51:49.336Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T19:51:49.336Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T19:51:49.336Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T19:51:49.336Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:49.337Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:51:49.337Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T19:51:49.337Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T19:51:49.337Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:51:49.337Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:49.337Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:51:49.338Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T19:51:49.338Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T19:51:49.338Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:51:49.338Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:49.338Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:51:49.338Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:49.338Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-24T19:51:49.339Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-24T19:51:49.339Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-24T19:51:49.339Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-24T19:51:49.339Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-24T19:51:49.339Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T19:51:49.339Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:49.339Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T19:51:49.339Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:49.340Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T19:51:49.340Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:51:49.340Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:49.340Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T19:51:49.340Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:51:49.340Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:49.341Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T19:51:49.341Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:51:49.341Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:49.341Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-24T19:51:49.341Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-24T19:51:49.341Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-24T19:51:49.341Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=188095b8-071c-4266-a2a7-8dc8c5858244
2021-09-24T19:51:49.342Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:49.342Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:51:49.342Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:49.342Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:51:49.342Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:49.342Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:51:49.342Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:49.342Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:51:49.343Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:daa47c9b-f033-4e38-b2f3-337e51eb608f
Model Version:NULL
Model InvariantUuid:941d4d22-d39a-4041-8ae9-fd9b541629b0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b73e9bf8-2872-4a79-8390-001f3fe262c9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b0fc6717-c38b-4217-8381-ca9fb13791bd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8f1d2b44-daa8-407c-87e2-7f4147172004
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:281b637f-b066-4379-9ad1-fd9e8b7c7735
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:1c01f945-7bba-4265-8d20-620d79053b45
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:188095b8-071c-4266-a2a7-8dc8c5858244
ModelInvariantUuid:1e36a649-7521-4ee8-afd0-750d083df00c
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:2e588aab-b6ee-4d35-99f8-e82c99f000c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0302dc8b-c7bb-487b-86f5-3d3cb8e760c2
ModelInvariantUuid:74558b7b-008d-43cf-bc99-9baad6381f2e
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:69fa54a9-d969-4cad-8df7-64dd0a6eb504
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-09-24T19:51:49.349Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 2b54fbe6-de3c-430b-b902-265acb8f2ee6
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-09-24T19:51:49.352Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||basic_vm 0
2021-09-24T19:51:49.352Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2b54fbe6-de3c-430b-b902-265acb8f2ee6
2021-09-24T19:51:49.352Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 928ed66a-b0cc-4b67-8cfe-aaa0ffd4b09c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-24T19:51:49.352Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:51:49.353Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-24T19:51:49.854Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:51:49.855Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 928ed66a-b0cc-4b67-8cfe-aaa0ffd4b09c 787
2021-09-24T19:51:49.855Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-24T19:51:49.855Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-24T19:51:49.855Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:51:49.855Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:51:49.857Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:51:49.858Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513109855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:51:49.958Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:51:49.958Z||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-09-24T19:51:49.958Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:51:49.967Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:51:49.968Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:51:50.858Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "281b637f-b066-4379-9ad1-fd9e8b7c7735",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1c01f945-7bba-4265-8d20-620d79053b45",
    "vfModuleModelCustomizationUUID": "e54a5f98-1524-4e5f-8966-4014548d9282",
    "isBase": true,
    "artifacts": [
      "2d64e666-a2da-4fc7-bae2-44cc5c4dd81e",
      "b94e1f29-86a4-46db-b51d-ad6973484683"
    ],
    "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-09-24T19:51:50.861Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1c01f945-7bba-4265-8d20-620d79053b45
VfModuleModelInvariantUUID:281b637f-b066-4379-9ad1-fd9e8b7c7735
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d64e666-a2da-4fc7-bae2-44cc5c4dd81e
,
b94e1f29-86a4-46db-b51d-ad6973484683

}
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-09-24T19:51:50.863Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "281b637f-b066-4379-9ad1-fd9e8b7c7735",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1c01f945-7bba-4265-8d20-620d79053b45",
    "vfModuleModelCustomizationUUID": "e54a5f98-1524-4e5f-8966-4014548d9282",
    "isBase": true,
    "artifacts": [
      "2d64e666-a2da-4fc7-bae2-44cc5c4dd81e",
      "b94e1f29-86a4-46db-b51d-ad6973484683"
    ],
    "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-09-24T19:51:50.863Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1c01f945-7bba-4265-8d20-620d79053b45
VfModuleModelInvariantUUID:281b637f-b066-4379-9ad1-fd9e8b7c7735
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d64e666-a2da-4fc7-bae2-44cc5c4dd81e
,
b94e1f29-86a4-46db-b51d-ad6973484683

}
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-09-24T19:51:50.864Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2d64e666-a2da-4fc7-bae2-44cc5c4dd81e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-24T19:51:50.864Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:51:50.864Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-24T19:51:51.450Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:51:51.451Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2d64e666-a2da-4fc7-bae2-44cc5c4dd81e 5033
2021-09-24T19:51:51.451Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-24T19:51:51.451Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-24T19:51:51.451Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:51:51.451Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:51:51.454Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:51:51.454Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513111451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:51:51.554Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:51:51.555Z||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-09-24T19:51:51.555Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:51:51.575Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:51:51.575Z||pool-81-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:51:52.454Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b94e1f29-86a4-46db-b51d-ad6973484683 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-24T19:51:52.455Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:51:52.455Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-24T19:51:52.845Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:51:52.846Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b94e1f29-86a4-46db-b51d-ad6973484683 903
2021-09-24T19:51:52.846Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-24T19:51:52.846Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-24T19:51:52.846Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:51:52.847Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:51:52.849Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:51:52.849Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513112846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:51:52.949Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:51:52.950Z||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-09-24T19:51:52.950Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:51:52.960Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:51:52.961Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:51:53.849Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: daa47c9b-f033-4e38-b2f3-337e51eb608f
2021-09-24T19:51:53.850Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 2b54fbe6-de3c-430b-b902-265acb8f2ee6 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-09-24T19:51:53.863Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:53.863Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:51:53.863Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-24T19:51:53.863Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 8f1d2b44-daa8-407c-87e2-7f4147172004
2021-09-24T19:51:53.863Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f1d2b44-daa8-407c-87e2-7f4147172004 matches Tosca VF Customization UUID: 8f1d2b44-daa8-407c-87e2-7f4147172004
2021-09-24T19:51:53.864Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 8f1d2b44-daa8-407c-87e2-7f4147172004  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-09-24T19:51:53.865Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:53.866Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:51:53.866Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 8f1d2b44-daa8-407c-87e2-7f4147172004: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-09-24T19:51:53.866Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ffaa8e8
2021-09-24T19:51:53.866Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:53.867Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T19:51:53.867Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e54a5f98-1524-4e5f-8966-4014548d9282
2021-09-24T19:51:53.867Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e54a5f98-1524-4e5f-8966-4014548d9282
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-09-24T19:51:53.869Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:53.869Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T19:51:53.869Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:51:53.869Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:53.869Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T19:51:53.869Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:51:53.869Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:53.869Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-24T19:51:53.870Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-24T19:51:53.870Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-24T19:51:53.870Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=188095b8-071c-4266-a2a7-8dc8c5858244
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-09-24T19:51:53.872Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:53.872Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T19:51:53.872Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:51:53.872Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:53.872Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T19:51:53.872Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8f1d2b44-daa8-407c-87e2-7f4147172004
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-09-24T19:51:53.874Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:53.874Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:51:53.874Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid daa47c9b-f033-4e38-b2f3-337e51eb608f: basic_vm
2021-09-24T19:51:53.875Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:53.875Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:51:53.875Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:53.875Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:51:53.875Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:53.876Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:51:53.876Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:53.876Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:51:53.876Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:51:53.876Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:51:53.877Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||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-09-24T19:51:53.951Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 2b54fbe6-de3c-430b-b902-265acb8f2ee6 1 ASDC deployResourceStructure
2021-09-24T19:51:53.951Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-24T19:51:53.951Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-24T19:51:53.951Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:51:53.951Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:51:53.953Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:51:53.953Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513113951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:51:54.053Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:51:54.058Z||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-09-24T19:51:54.058Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:51:54.069Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:51:54.069Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:51:54.953Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-24T19:51:54.954Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-24T19:51:54.954Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:51:54.955Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:51:54.957Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:51:54.957Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513114953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T19:51:55.057Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T19:51:55.058Z||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-09-24T19:51:55.058Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:51:55.068Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:51:55.068Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:51:55.958Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-24T19:51:55.958Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-24T19:51:55.959Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:51:55.959Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:51:55.962Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:51:55.962Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513115958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-24T19:51:56.062Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:51:56.063Z||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-09-24T19:51:56.063Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:51:56.075Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:51:56.075Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:51:56.963Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-24T19:51:56.964Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-24T19:51:56.964Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:51:56.964Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:51:56.966Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:51:56.966Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513116963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:51:57.066Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:51:57.067Z||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-09-24T19:51:57.067Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:51:57.078Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:51:57.078Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:51:57.967Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f790bc2-a805-40e2-97f7-8e806ca55283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:51:57.980Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f790bc2-a805-40e2-97f7-8e806ca55283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:51:57.983Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:51:57.983Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:51:57.983Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:52:27.983Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f790bc2-a805-40e2-97f7-8e806ca55283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:52:27.995Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f790bc2-a805-40e2-97f7-8e806ca55283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:52:27.996Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:52:27.996Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:52:27.997Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:52:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:52:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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-09-24T19:52:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:52:35.728Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:52:35.729Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:52:35.729Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513035700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:52:35.730Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:52:35.730Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:52:35.730Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513039251,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:52:35.730Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:52:35.730Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:52:35.730Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513040750,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:52:35.730Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:52:35.730Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:52:35.730Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc1ad7f-8c2a-4753-a8ac-68c9e4f32454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513072058,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T19:52:35.730Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:52:57.997Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f790bc2-a805-40e2-97f7-8e806ca55283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:52:58.007Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f790bc2-a805-40e2-97f7-8e806ca55283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:52:58.010Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:52:58.010Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:52:58.010Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:53:28.010Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f790bc2-a805-40e2-97f7-8e806ca55283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:53:28.023Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f790bc2-a805-40e2-97f7-8e806ca55283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:53:28.024Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:53:28.024Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:53:28.025Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:53:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:53:35.703Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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-09-24T19:53:35.703Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:53:35.728Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:53:35.747Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.747Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513095700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.748Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.749Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.749Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513093506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.749Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.749Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.749Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513091439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.749Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.749Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.749Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "cds",
  "timestamp": 1632513094945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.749Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.749Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.750Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "dcae-sch",
  "timestamp": 1632513096763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.750Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.750Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.750Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "policy-id",
  "timestamp": 1632513091238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.750Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.750Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.750Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513099639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.750Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.750Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.750Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513093506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.751Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.751Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.751Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513095700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.751Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.751Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.751Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513091439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.751Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.751Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.751Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "cds",
  "timestamp": 1632513094945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.751Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.751Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.751Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "dcae-sch",
  "timestamp": 1632513096763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.752Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.752Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.752Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "policy-id",
  "timestamp": 1632513091238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.752Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.752Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.752Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513099639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.752Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.752Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513093506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513095700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513091439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "cds",
  "timestamp": 1632513094945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "dcae-sch",
  "timestamp": 1632513096763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "policy-id",
  "timestamp": 1632513091238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513099639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513093506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513095700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513091439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "cds",
  "timestamp": 1632513094945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "dcae-sch",
  "timestamp": 1632513096763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "policy-id",
  "timestamp": 1632513091238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513099639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513093506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513095700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513091439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "cds",
  "timestamp": 1632513094945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "dcae-sch",
  "timestamp": 1632513096763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "policy-id",
  "timestamp": 1632513091238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513099639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513093506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513095700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513091439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "cds",
  "timestamp": 1632513094945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "policy-id",
  "timestamp": 1632513091238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "dcae-sch",
  "timestamp": 1632513096763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513099639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513093506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513095700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513091439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "cds",
  "timestamp": 1632513094945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "dcae-sch",
  "timestamp": 1632513096763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "policy-id",
  "timestamp": 1632513091238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513099639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513107008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "policy-id",
  "timestamp": 1632513107032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513107115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "cds",
  "timestamp": 1632513107118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513107151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513106843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513107487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "policy-id",
  "timestamp": 1632513108036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:53:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "cds",
  "timestamp": 1632513108122,
  "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-09-24T19:53:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1f790bc2-a805-40e2-97f7-8e806ca55283
2021-09-24T19:53:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f790bc2-a805-40e2-97f7-8e806ca55283 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-09-24T19:53:35.773Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.773Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513108368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.774Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.774Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.774Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513106843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.774Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.774Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.774Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513108942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.774Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.774Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.774Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "policy-id",
  "timestamp": 1632513109038,
  "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-09-24T19:53:35.778Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f790bc2-a805-40e2-97f7-8e806ca55283
2021-09-24T19:53:35.778Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f790bc2-a805-40e2-97f7-8e806ca55283 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-09-24T19:53:35.786Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.786Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513109248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:53:35.786Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.786Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.786Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513106843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.786Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.787Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.787Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513108859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.787Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.787Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.787Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513109846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.787Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.787Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.787Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513109855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.787Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.787Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.787Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513110251,
  "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-09-24T19:53:35.793Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1f790bc2-a805-40e2-97f7-8e806ca55283
2021-09-24T19:53:35.793Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f790bc2-a805-40e2-97f7-8e806ca55283 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-09-24T19:53:35.800Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.800Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513110440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.801Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.801Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.801Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513106843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.801Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.801Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.801Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513108859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.801Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.801Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.801Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513110867,
  "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-09-24T19:53:35.805Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f790bc2-a805-40e2-97f7-8e806ca55283
2021-09-24T19:53:35.805Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f790bc2-a805-40e2-97f7-8e806ca55283 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-09-24T19:53:35.811Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.811Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513111444,
  "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-09-24T19:53:35.815Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f790bc2-a805-40e2-97f7-8e806ca55283
2021-09-24T19:53:35.815Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f790bc2-a805-40e2-97f7-8e806ca55283 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-09-24T19:53:35.821Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.821Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513111451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.822Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.822Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.822Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513108859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.822Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.822Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.822Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513106843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.822Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.823Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.823Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513111870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:53:35.823Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.823Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.823Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "clamp",
  "timestamp": 1632513111487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.823Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.823Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.823Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513112447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:53:35.823Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.823Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.823Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513108859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.823Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.824Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.824Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513106843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.824Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.824Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.824Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513112846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.824Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.824Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.824Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "clamp",
  "timestamp": 1632513111487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.824Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.824Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.824Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513106843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.824Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.825Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.825Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513108859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.825Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.825Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.825Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513113951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:53:35.825Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.825Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.825Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "clamp",
  "timestamp": 1632513111487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.825Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.825Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.825Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513108859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.825Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.825Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.825Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "aai-ml",
  "timestamp": 1632513114288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.825Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.826Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.826Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513114953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T19:53:35.826Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.826Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.826Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "clamp",
  "timestamp": 1632513111487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.826Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.826Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.826Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513108859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.826Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.826Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.826Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "aai-ml",
  "timestamp": 1632513114288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.826Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.826Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.826Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513115958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-24T19:53:35.826Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.827Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.827Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "clamp",
  "timestamp": 1632513111487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.827Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.827Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.827Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "aai-ml",
  "timestamp": 1632513114288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.827Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.827Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.827Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513116963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:53:35.827Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.827Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.827Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "clamp",
  "timestamp": 1632513111487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.827Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.827Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.827Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "aai-ml",
  "timestamp": 1632513114288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.827Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.827Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.828Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513117927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.828Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.828Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.828Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "clamp",
  "timestamp": 1632513111487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.828Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.828Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.828Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "aai-ml",
  "timestamp": 1632513114288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.828Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.828Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.828Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "dcae-sch",
  "timestamp": 1632513116763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.828Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.828Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.829Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513113506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.829Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.829Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.829Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "policy-id",
  "timestamp": 1632513111238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.829Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.829Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.829Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "cds",
  "timestamp": 1632513109945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.829Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.829Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.829Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "aai-ml",
  "timestamp": 1632513114288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.829Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.829Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.830Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513119639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.830Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.830Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.830Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "dcae-sch",
  "timestamp": 1632513116763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.830Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.830Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.830Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513113506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.830Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.830Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.830Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "policy-id",
  "timestamp": 1632513111238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.830Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.830Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.830Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "cds",
  "timestamp": 1632513109945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.831Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.831Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.831Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "aai-ml",
  "timestamp": 1632513114288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.831Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.831Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.831Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513121144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.831Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.831Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.831Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513119639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.831Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.831Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.831Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513113506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "dcae-sch",
  "timestamp": 1632513116763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "cds",
  "timestamp": 1632513109945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "policy-id",
  "timestamp": 1632513111238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513121439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513119639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "dcae-sch",
  "timestamp": 1632513116763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513113506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "policy-id",
  "timestamp": 1632513111238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "cds",
  "timestamp": 1632513109945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513121439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513119639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "dcae-sch",
  "timestamp": 1632513116763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513113506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "policy-id",
  "timestamp": 1632513111238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "cds",
  "timestamp": 1632513109945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "aai-ml",
  "timestamp": 1632513123853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513123927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513121439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513119639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513113506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "dcae-sch",
  "timestamp": 1632513116763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "policy-id",
  "timestamp": 1632513111238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "cds",
  "timestamp": 1632513109945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.834Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513124930,
  "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-09-24T19:53:35.840Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f790bc2-a805-40e2-97f7-8e806ca55283
2021-09-24T19:53:35.840Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f790bc2-a805-40e2-97f7-8e806ca55283 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-09-24T19:53:35.846Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.846Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513121439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.846Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.846Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.846Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513119639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.846Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.847Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.847Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513113506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.847Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.847Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.847Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "dcae-sch",
  "timestamp": 1632513116763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.847Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.847Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.847Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "policy-id",
  "timestamp": 1632513111238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.847Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.847Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.847Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "cds",
  "timestamp": 1632513109945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.848Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.848Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.848Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513125932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:53:35.848Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.848Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.848Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513121439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.848Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.848Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.848Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513119639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.849Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.849Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.849Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "dcae-sch",
  "timestamp": 1632513116763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.849Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.849Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.849Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513113506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.849Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.849Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.849Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "clamp",
  "timestamp": 1632513126604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.849Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.849Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.850Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "policy-id",
  "timestamp": 1632513111238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.850Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.850Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.850Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "cds",
  "timestamp": 1632513109945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.850Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.850Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.851Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513121439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.851Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.851Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.851Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513119639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.851Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.851Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.851Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513126843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.851Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.851Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.851Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513127951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.852Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.852Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.852Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "cds",
  "timestamp": 1632513127952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.852Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.852Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.852Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "policy-id",
  "timestamp": 1632513127955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.852Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.852Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.852Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513121439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.852Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.852Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.852Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513126843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.852Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "clamp",
  "timestamp": 1632513128609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:53:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513128732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "policy-id",
  "timestamp": 1632513128959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:53:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513121439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513126843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513128859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "clamp",
  "timestamp": 1632513129612,
  "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-09-24T19:53:35.859Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1f790bc2-a805-40e2-97f7-8e806ca55283
2021-09-24T19:53:35.859Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f790bc2-a805-40e2-97f7-8e806ca55283 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-09-24T19:53:35.866Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.866Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513129647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.866Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.867Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.867Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "policy-id",
  "timestamp": 1632513129961,
  "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-09-24T19:53:35.880Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5de2e0b7-b796-47b7-bbe5-30db44455f20
2021-09-24T19:53:35.881Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5de2e0b7-b796-47b7-bbe5-30db44455f20 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-09-24T19:53:35.890Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.890Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "cds",
  "timestamp": 1632513130098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:53:35.894Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5de2e0b7-b796-47b7-bbe5-30db44455f20
2021-09-24T19:53:35.894Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5de2e0b7-b796-47b7-bbe5-30db44455f20 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-09-24T19:53:35.901Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.901Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513130347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.901Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.901Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.901Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513126843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.901Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.901Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.901Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513128859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.901Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.902Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.902Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513130647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.902Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.902Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.902Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "aai-ml",
  "timestamp": 1632513131151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:53:35.902Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.902Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.902Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513131262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.902Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.902Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.902Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513126843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.902Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.902Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.902Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513128859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.902Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.902Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.902Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513131656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.902Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.902Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.902Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "aai-ml",
  "timestamp": 1632513132154,
  "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-09-24T19:53:35.907Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1f790bc2-a805-40e2-97f7-8e806ca55283
2021-09-24T19:53:35.907Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f790bc2-a805-40e2-97f7-8e806ca55283 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-09-24T19:53:35.914Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.914Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513132278,
  "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-09-24T19:53:35.918Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5de2e0b7-b796-47b7-bbe5-30db44455f20
2021-09-24T19:53:35.918Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5de2e0b7-b796-47b7-bbe5-30db44455f20 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-09-24T19:53:35.925Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.925Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513126843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.925Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.925Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.925Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513128859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.926Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.926Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.926Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513132661,
  "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-09-24T19:53:35.930Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5de2e0b7-b796-47b7-bbe5-30db44455f20
2021-09-24T19:53:35.931Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5de2e0b7-b796-47b7-bbe5-30db44455f20 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-09-24T19:53:35.937Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.937Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513132676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:53:35.937Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.937Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.938Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513133280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:53:35.938Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.938Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.938Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513126843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.938Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.938Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.938Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513128859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.938Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.938Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.938Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513133663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:53:35.939Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.939Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.939Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513133679,
  "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-09-24T19:53:35.943Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5de2e0b7-b796-47b7-bbe5-30db44455f20
2021-09-24T19:53:35.944Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5de2e0b7-b796-47b7-bbe5-30db44455f20 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-09-24T19:53:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513126843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513128859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513128859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513128859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513138125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513141727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "clamp",
  "timestamp": 1632513141487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "clamp",
  "timestamp": 1632513141487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:53:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513143658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "clamp",
  "timestamp": 1632513141487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:35.993Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:35.993Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:35.993Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513144662,
  "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-09-24T19:53:35.997Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5de2e0b7-b796-47b7-bbe5-30db44455f20
2021-09-24T19:53:35.997Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5de2e0b7-b796-47b7-bbe5-30db44455f20 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-09-24T19:53:36.005Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:36.005Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "aai-ml",
  "timestamp": 1632513144288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:36.005Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:36.005Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:36.005Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "clamp",
  "timestamp": 1632513141487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:36.006Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:36.006Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:36.006Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513145665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:53:36.006Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:36.006Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:36.006Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "aai-ml",
  "timestamp": 1632513144288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:36.006Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:36.006Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:36.006Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "clamp",
  "timestamp": 1632513141487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:36.006Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:36.007Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:36.007Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "aai-ml",
  "timestamp": 1632513144288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:36.007Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:36.007Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:36.007Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "clamp",
  "timestamp": 1632513141487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:36.007Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:36.007Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:36.007Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "aai-ml",
  "timestamp": 1632513144288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:36.007Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:36.007Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:36.007Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "clamp",
  "timestamp": 1632513141487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:36.007Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:36.007Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:36.007Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "aai-ml",
  "timestamp": 1632513144288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:36.008Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:36.008Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:36.008Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "clamp",
  "timestamp": 1632513141487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:53:36.008Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:36.008Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:36.008Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "aai-ml",
  "timestamp": 1632513144288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:36.008Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:36.008Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:36.008Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "aai-ml",
  "timestamp": 1632513144288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:53:36.008Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:36.008Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:36.008Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "aai-ml",
  "timestamp": 1632513144288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:53:36.008Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:53:36.008Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:36.008Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "aai-ml",
  "timestamp": 1632513153183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:36.009Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:36.009Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:53:36.009Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "clamp",
  "timestamp": 1632513154608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:53:36.009Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:53:58.025Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f790bc2-a805-40e2-97f7-8e806ca55283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:53:58.034Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f790bc2-a805-40e2-97f7-8e806ca55283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:53:58.036Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:53:58.036Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T19:53:58.036Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T19:53:58.036Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T19:53:58.036Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:53:58.036Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:53:58.036Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:53:58.036Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:53:58.036Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:53:58.036Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:53:58.037Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:53:58.041Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T19:54:28.041Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1f790bc2-a805-40e2-97f7-8e806ca55283 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-09-24T19:54:28.047Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1f790bc2-a805-40e2-97f7-8e806ca55283 and serviceModelVersionId: daa47c9b-f033-4e38-b2f3-337e51eb608f
2021-09-24T19:54:28.047Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 941d4d22-d39a-4041-8ae9-fd9b541629b0
2021-09-24T19:54:28.048Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/941d4d22-d39a-4041-8ae9-fd9b541629b0/model-vers/model-ver/daa47c9b-f033-4e38-b2f3-337e51eb608f?depth=0
2021-09-24T19:54:28.052Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T19:54:28.082Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/941d4d22-d39a-4041-8ae9-fd9b541629b0/model-vers/model-ver/daa47c9b-f033-4e38-b2f3-337e51eb608f?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-09-24T19:54:28.083Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/941d4d22-d39a-4041-8ae9-fd9b541629b0/model-vers/model-ver/daa47c9b-f033-4e38-b2f3-337e51eb608f?depth=0|INFO|500||Invoke
2021-09-24T19:54:28.103Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/941d4d22-d39a-4041-8ae9-fd9b541629b0/model-vers/model-ver/daa47c9b-f033-4e38-b2f3-337e51eb608f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-24T19:54:28.338Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/941d4d22-d39a-4041-8ae9-fd9b541629b0/model-vers/model-ver/daa47c9b-f033-4e38-b2f3-337e51eb608f?depth=0|INFO|500||InvokeReturn
2021-09-24T19:54:28.338Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/941d4d22-d39a-4041-8ae9-fd9b541629b0/model-vers/model-ver/daa47c9b-f033-4e38-b2f3-337e51eb608f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210924-19:54:28:109-87002], vertex-id=[225416], Content-Length=[0], Date=[Fri, 24 Sep 2021 19:54:28 GMT], Content-Type=[application/json]}
2021-09-24T19:54:28.339Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-24T19:54:28.339Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T19:54:28.339Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||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-09-24T19:54:28.343Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T19:54:28.343Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1f790bc2-a805-40e2-97f7-8e806ca55283 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T19:54:28.343Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T19:54:28.344Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:54:28.345Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:54:28.346Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513268343,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T19:54:28.446Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:54:28.447Z||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-09-24T19:54:28.447Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:54:28.461Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:54:28.462Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-24T19:54:29.358Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:54:29.358Z|1f790bc2-a805-40e2-97f7-8e806ca55283|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-09-24T19:54:29.358Z|1f790bc2-a805-40e2-97f7-8e806ca55283|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:54:33.664Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:54:33.664Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T19:54:33.665Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"5de2e0b7-b796-47b7-bbe5-30db44455f20","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"39b94ede-2938-46cd-bf9f-e6aea40f1cec","serviceDescription":"service","serviceInvariantUUID":"1480a64c-7f05-40ff-9406-2631e054aa9f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"59a4ea40-1bc1-4454-9efd-17737c581b24","resourceInvariantUUID":"8de56da0-b736-42f0-925b-04ee638b12f3","resourceCustomizationUUID":"4db241e6-0df8-4370-8374-d276d89046be","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZTQ5ZjcxNGNiNmEzYzU0YmI4ZmZkODYwM2I0ZWFhNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"10b03dd2-0a0e-4653-978f-8d75babf3f1a","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"YjgxMWFjMzRkN2JmMGVlMzQxYzJlODY3ZWFjOTZmNTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1aa05347-32c0-4fd3-8b4a-65bcffd6ef83","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0934b3c-2931-42d9-8705-ed6b4a30427b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21951245-5721-4f7f-890d-fc6e1294e9de","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a92ab64f-3a1a-460c-ae24-a7e269a2b954","artifactVersion":"2","generatedFromUUID":"e0934b3c-2931-42d9-8705-ed6b4a30427b"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MDhkZjQxN2M4NGNmNmY0MmJlMmU2YjlhNzU2OTU4YjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c0a6aad3-c9f3-4c99-9dd7-db265dd0590b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ZDJhNjlmYTljNTJhMjkwYTg3NTEzNjU4ZGQyNGEzN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c2bcde2-5b5f-4054-a64b-02ced390a2d9","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MmM1MWUyNTJhYWNkOTQ4NTZhMTE0Yjk4MmU0MjliYmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"20076107-776f-41e8-8a83-3652e5e91556","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T19:54:33.666Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:54:33.666Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:54:33.667Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:54:33.667Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:33.767Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:54:33.768Z||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-09-24T19:54:33.768Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:54:33.781Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:54:33.781Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:54:34.667Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:54:34.668Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:54:34.671Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:54:34.671Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:54:34.771Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:54:34.771Z||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-09-24T19:54:34.772Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:54:34.783Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:54:34.783Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:54:35.672Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:54:35.673Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:54:35.674Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:54:35.675Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:54:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:54:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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-09-24T19:54:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:54:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:54:35.727Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.727Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "clamp",
  "timestamp": 1632513157613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:54:35.727Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:54:35.728Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.728Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "clamp",
  "timestamp": 1632513158616,
  "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-09-24T19:54:35.733Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5de2e0b7-b796-47b7-bbe5-30db44455f20
2021-09-24T19:54:35.734Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5de2e0b7-b796-47b7-bbe5-30db44455f20 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-09-24T19:54:35.742Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.742Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "aai-ml",
  "timestamp": 1632513163190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:54:35.742Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:54:35.742Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.742Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "aai-ml",
  "timestamp": 1632513164192,
  "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-09-24T19:54:35.747Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5de2e0b7-b796-47b7-bbe5-30db44455f20
2021-09-24T19:54:35.748Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5de2e0b7-b796-47b7-bbe5-30db44455f20 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-09-24T19:54:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513193506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513188859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "policy-id",
  "timestamp": 1632513191238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "dcae-sch",
  "timestamp": 1632513196763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513193506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513188859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "policy-id",
  "timestamp": 1632513191238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "dcae-sch",
  "timestamp": 1632513196763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513193506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513188859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "policy-id",
  "timestamp": 1632513191238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "dcae-sch",
  "timestamp": 1632513196763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513199639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513193506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513188859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "policy-id",
  "timestamp": 1632513191238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "dcae-sch",
  "timestamp": 1632513196763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "cds",
  "timestamp": 1632513199945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513199639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513193506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513188859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "policy-id",
  "timestamp": 1632513191238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "dcae-sch",
  "timestamp": 1632513196763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "cds",
  "timestamp": 1632513199945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "clamp",
  "timestamp": 1632513201487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513199639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513193506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513188859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "policy-id",
  "timestamp": 1632513191238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "dcae-sch",
  "timestamp": 1632513196763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "cds",
  "timestamp": 1632513199945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "clamp",
  "timestamp": 1632513201487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513199639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513193506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513188859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "policy-id",
  "timestamp": 1632513191238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "dcae-sch",
  "timestamp": 1632513196763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "cds",
  "timestamp": 1632513199945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "clamp",
  "timestamp": 1632513201487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513199639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513193506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:54:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513188859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:54:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "policy-id",
  "timestamp": 1632513191238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:54:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "dcae-sch",
  "timestamp": 1632513196763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "cds",
  "timestamp": 1632513199945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "aai-ml",
  "timestamp": 1632513204288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "clamp",
  "timestamp": 1632513201487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513199639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "cds",
  "timestamp": 1632513199945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "policy-id",
  "timestamp": 1632513205831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "aai-ml",
  "timestamp": 1632513204288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "clamp",
  "timestamp": 1632513201487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513199639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.765Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "cds",
  "timestamp": 1632513199945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "policy-id",
  "timestamp": 1632513206835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "aai-ml",
  "timestamp": 1632513204288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "clamp",
  "timestamp": 1632513201487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513199639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513206843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "cds",
  "timestamp": 1632513199945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.766Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "policy-id",
  "timestamp": 1632513207837,
  "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=?
2021-09-24T19:54:35.775Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T19:54:35.775Z||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-09-24T19:54:35.775Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:54:35.782Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22c19182-fded-4c43-93e1-1ca148c115d2
2021-09-24T19:54:35.782Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22c19182-fded-4c43-93e1-1ca148c115d2 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=?
2021-09-24T19:54:35.786Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:54:35.786Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:54:35.793Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.793Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "aai-ml",
  "timestamp": 1632513204288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.793Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.793Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.793Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "clamp",
  "timestamp": 1632513201487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.793Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.793Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.793Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513206843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "aai-ml",
  "timestamp": 1632513204288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "cds",
  "timestamp": 1632513209056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:54:35.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:54:35.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "clamp",
  "timestamp": 1632513201487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:54:35.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513206843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "aai-ml",
  "timestamp": 1632513204288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.795Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.795Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.795Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "cds",
  "timestamp": 1632513210060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-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-09-24T19:54:35.800Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 22c19182-fded-4c43-93e1-1ca148c115d2
2021-09-24T19:54:35.801Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22c19182-fded-4c43-93e1-1ca148c115d2 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-09-24T19:54:35.809Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.810Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513206843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.810Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.810Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.810Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "aai-ml",
  "timestamp": 1632513204288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.810Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.810Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.810Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513206843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.810Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.810Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.810Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "aai-ml",
  "timestamp": 1632513204288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:54:35.811Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.811Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.811Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513211439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.811Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.811Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.811Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513206843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:54:35.811Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.811Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.811Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513211439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.811Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.811Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.811Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513206843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.811Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.811Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.812Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "aai-ml",
  "timestamp": 1632513213494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:54:35.812Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:54:35.812Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.812Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513211439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.812Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.812Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.812Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513206843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.812Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:35.812Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:54:35.812Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513211439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:35.812Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:54:36.675Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:54:36.676Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:54:36.678Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:54:36.678Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:36.778Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:54:36.779Z||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-09-24T19:54:36.779Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:54:36.791Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:54:36.792Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:54:37.680Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:54:37.681Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:54:37.684Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:54:37.684Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-24T19:54:37.784Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:54:37.785Z||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-09-24T19:54:37.785Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:54:37.796Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:54:37.797Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:54:38.684Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:54:38.685Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:54:38.687Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:54:38.687Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:38.788Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:54:38.788Z||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-09-24T19:54:38.788Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:54:38.800Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:54:38.801Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:54:39.688Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:54:39.689Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:54:39.690Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:54:39.690Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:54:39.791Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T19:54:39.792Z||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-09-24T19:54:39.792Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:54:39.802Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:54:39.803Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:54:40.691Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:54:40.692Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:54:40.694Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:54:40.695Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:54:40.795Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:54:40.795Z||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-09-24T19:54:40.795Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:54:40.807Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:54:40.807Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:54:41.696Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "39b94ede-2938-46cd-bf9f-e6aea40f1cec",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1480a64c-7f05-40ff-9406-2631e054aa9f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "4db241e6-0df8-4370-8374-d276d89046be",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "59a4ea40-1bc1-4454-9efd-17737c581b24",
      "resourceInvariantUUID": "8de56da0-b736-42f0-925b-04ee638b12f3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "YjgxMWFjMzRkN2JmMGVlMzQxYzJlODY3ZWFjOTZmNTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1aa05347-32c0-4fd3-8b4a-65bcffd6ef83",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e0934b3c-2931-42d9-8705-ed6b4a30427b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a92ab64f-3a1a-460c-ae24-a7e269a2b954",
            "generatedFromUUID": "e0934b3c-2931-42d9-8705-ed6b4a30427b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a92ab64f-3a1a-460c-ae24-a7e269a2b954",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MmM1MWUyNTJhYWNkOTQ4NTZhMTE0Yjk4MmU0MjliYmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "20076107-776f-41e8-8a83-3652e5e91556"
    }
  ],
  "workloadContext": "Production"
}
2021-09-24T19:54:41.697Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T19:54:41.697Z|1f790bc2-a805-40e2-97f7-8e806ca55283|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 39b94ede-2938-46cd-bf9f-e6aea40f1cec ASDC
2021-09-24T19:54:41.697Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5de2e0b7-b796-47b7-bbe5-30db44455f20
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:39b94ede-2938-46cd-bf9f-e6aea40f1cec
ServiceInvariantUUID:1480a64c-7f05-40ff-9406-2631e054aa9f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:20076107-776f-41e8-8a83-3652e5e91556
ArtifactChecksum:MmM1MWUyNTJhYWNkOTQ4NTZhMTE0Yjk4MmU0MjliYmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:4db241e6-0df8-4370-8374-d276d89046be
ResourceInvariantUUID:8de56da0-b736-42f0-925b-04ee638b12f3
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:59a4ea40-1bc1-4454-9efd-17737c581b24
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:1aa05347-32c0-4fd3-8b4a-65bcffd6ef83
ArtifactChecksum:YjgxMWFjMzRkN2JmMGVlMzQxYzJlODY3ZWFjOTZmNTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:e0934b3c-2931-42d9-8705-ed6b4a30427b
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:a92ab64f-3a1a-460c-ae24-a7e269a2b954
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:a92ab64f-3a1a-460c-ae24-a7e269a2b954
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-24T19:54:41.697Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 39b94ede-2938-46cd-bf9f-e6aea40f1cec 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-09-24T19:54:41.884Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:54:41.885Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:54:41.885Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:54:41.885Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 20076107-776f-41e8-8a83-3652e5e91556 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-24T19:54:41.885Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:54:41.885Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-24T19:54:43.629Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:54:43.636Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 20076107-776f-41e8-8a83-3652e5e91556 82042
2021-09-24T19:54:43.637Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-24T19:54:43.637Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-24T19:54:43.637Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:54:43.637Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:54:43.639Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:54:43.639Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513283637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:54:43.739Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:54:43.740Z||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-09-24T19:54:43.740Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:54:43.751Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:54:43.751Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:54:44.639Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:54:44.640Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:54:44.641Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 20076107-776f-41e8-8a83-3652e5e91556, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T19:54:44.641Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-24T19:54:44.641Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T19:54:44.641Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T19:54:44.737Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9466468908402634920/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-24T19:54:45.655Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T19:54:45.655Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T19:54:45.655Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T19:54:45.655Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-09-24T19:54:45.655Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T19:54:45.655Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T19:54:45.655Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T19:54:45.655Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T19:54:45.655Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T19:54:45.655Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T19:54:45.655Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T19:54:45.656Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T19:54:45.656Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T19:54:45.656Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T19:54:45.656Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T19:54:45.656Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:45.656Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:54:45.656Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-24T19:54:45.656Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T19:54:45.656Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:54:45.656Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:45.656Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:54:45.656Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-24T19:54:45.656Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T19:54:45.656Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:54:45.656Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:45.656Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:54:45.657Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:45.657Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-24T19:54:45.657Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-24T19:54:45.657Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-24T19:54:45.657Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-24T19:54:45.657Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-24T19:54:45.657Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T19:54:45.657Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:45.657Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T19:54:45.657Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:45.657Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-24T19:54:45.657Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:54:45.657Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:45.657Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-24T19:54:45.658Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:54:45.658Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:45.658Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-24T19:54:45.658Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:54:45.658Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:45.658Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-24T19:54:45.658Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-24T19:54:45.658Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-24T19:54:45.658Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f3fad232-3442-4bba-9b37-07d4905871bd
2021-09-24T19:54:45.658Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:45.658Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:54:45.658Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:45.658Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:54:45.659Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:45.659Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:54:45.659Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:45.659Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:54:45.659Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:39b94ede-2938-46cd-bf9f-e6aea40f1cec
Model Version:NULL
Model InvariantUuid:1480a64c-7f05-40ff-9406-2631e054aa9f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:b9f6d06f-4c00-44ed-af78-dfb41ffe37fb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8de56da0-b736-42f0-925b-04ee638b12f3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4db241e6-0df8-4370-8374-d276d89046be
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ed46a57d-3b85-4aa6-9b04-2115a348ff85
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:7553d12c-1adf-4afc-b952-1362a3d4fdc5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f3fad232-3442-4bba-9b37-07d4905871bd
ModelInvariantUuid:16febf4c-2ca7-4f74-8cdd-cd765d9be5c7
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:6a4c426e-8cef-4229-bc4f-6a604136222d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b216ab07-5328-45a6-a310-2d1f10a21c1f
ModelInvariantUuid:95837d49-94a0-47d3-86d0-48b5a552724c
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:04e193ab-2cf3-4b7d-b0be-5f26d2ac0056
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-09-24T19:54:47.011Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 59a4ea40-1bc1-4454-9efd-17737c581b24
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-09-24T19:54:47.027Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2021-09-24T19:54:47.027Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 59a4ea40-1bc1-4454-9efd-17737c581b24
2021-09-24T19:54:47.027Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1aa05347-32c0-4fd3-8b4a-65bcffd6ef83 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-24T19:54:47.027Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:54:47.027Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-24T19:54:47.185Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:54:47.185Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 1aa05347-32c0-4fd3-8b4a-65bcffd6ef83 792
2021-09-24T19:54:47.185Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-09-24T19:54:47.185Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-24T19:54:47.185Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:54:47.186Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:54:47.188Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:54:47.188Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513287185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:54:47.288Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:54:47.289Z||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-09-24T19:54:47.289Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:54:47.301Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:54:47.301Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:54:48.188Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ed46a57d-3b85-4aa6-9b04-2115a348ff85",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7553d12c-1adf-4afc-b952-1362a3d4fdc5",
    "vfModuleModelCustomizationUUID": "73af8103-8469-4592-92d7-7e5ceeff4247",
    "isBase": true,
    "artifacts": [
      "e0934b3c-2931-42d9-8705-ed6b4a30427b",
      "a92ab64f-3a1a-460c-ae24-a7e269a2b954"
    ],
    "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-09-24T19:54:48.193Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7553d12c-1adf-4afc-b952-1362a3d4fdc5
VfModuleModelInvariantUUID:ed46a57d-3b85-4aa6-9b04-2115a348ff85
VfModuleModelDescription:NULL
Artifacts UUID List:{
e0934b3c-2931-42d9-8705-ed6b4a30427b
,
a92ab64f-3a1a-460c-ae24-a7e269a2b954

}
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-09-24T19:54:48.195Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ed46a57d-3b85-4aa6-9b04-2115a348ff85",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7553d12c-1adf-4afc-b952-1362a3d4fdc5",
    "vfModuleModelCustomizationUUID": "73af8103-8469-4592-92d7-7e5ceeff4247",
    "isBase": true,
    "artifacts": [
      "e0934b3c-2931-42d9-8705-ed6b4a30427b",
      "a92ab64f-3a1a-460c-ae24-a7e269a2b954"
    ],
    "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-09-24T19:54:48.196Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7553d12c-1adf-4afc-b952-1362a3d4fdc5
VfModuleModelInvariantUUID:ed46a57d-3b85-4aa6-9b04-2115a348ff85
VfModuleModelDescription:NULL
Artifacts UUID List:{
e0934b3c-2931-42d9-8705-ed6b4a30427b
,
a92ab64f-3a1a-460c-ae24-a7e269a2b954

}
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-09-24T19:54:48.196Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e0934b3c-2931-42d9-8705-ed6b4a30427b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-24T19:54:48.196Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:54:48.196Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-24T19:54:48.750Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:54:48.750Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml e0934b3c-2931-42d9-8705-ed6b4a30427b 5033
2021-09-24T19:54:48.750Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-24T19:54:48.751Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-24T19:54:48.751Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:54:48.751Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:54:48.753Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:54:48.753Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513288750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:54:48.853Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T19:54:48.854Z||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-09-24T19:54:48.854Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:54:48.865Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:54:48.865Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:54:49.754Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a92ab64f-3a1a-460c-ae24-a7e269a2b954 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-24T19:54:49.755Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:54:49.755Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-24T19:54:50.433Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:54:50.434Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a92ab64f-3a1a-460c-ae24-a7e269a2b954 903
2021-09-24T19:54:50.434Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-24T19:54:50.434Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-24T19:54:50.434Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:54:50.434Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:54:50.436Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:54:50.436Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513290434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:54:50.536Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:54:50.537Z||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-09-24T19:54:50.537Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:54:50.551Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:54:50.551Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:54:51.436Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 39b94ede-2938-46cd-bf9f-e6aea40f1cec
2021-09-24T19:54:51.437Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 59a4ea40-1bc1-4454-9efd-17737c581b24 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-09-24T19:54:51.451Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:51.451Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:54:51.451Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-24T19:54:51.451Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4db241e6-0df8-4370-8374-d276d89046be
2021-09-24T19:54:51.451Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4db241e6-0df8-4370-8374-d276d89046be matches Tosca VF Customization UUID: 4db241e6-0df8-4370-8374-d276d89046be
2021-09-24T19:54:51.451Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4db241e6-0df8-4370-8374-d276d89046be  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-09-24T19:54:51.453Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:51.453Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:54:51.454Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4db241e6-0df8-4370-8374-d276d89046be: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-09-24T19:54:51.454Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61bdcdfb
2021-09-24T19:54:51.454Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:51.454Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T19:54:51.454Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 73af8103-8469-4592-92d7-7e5ceeff4247
2021-09-24T19:54:51.454Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 73af8103-8469-4592-92d7-7e5ceeff4247
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-09-24T19:54:51.456Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:51.456Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-24T19:54:51.456Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:54:51.456Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:51.456Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-24T19:54:51.456Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:54:51.456Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:51.457Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-24T19:54:51.457Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-24T19:54:51.457Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-24T19:54:51.457Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f3fad232-3442-4bba-9b37-07d4905871bd
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-09-24T19:54:51.459Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:51.459Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-24T19:54:51.459Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:54:51.459Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:51.459Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-24T19:54:51.459Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4db241e6-0df8-4370-8374-d276d89046be
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-09-24T19:54:51.461Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:51.461Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:54:51.461Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 39b94ede-2938-46cd-bf9f-e6aea40f1cec: basic_vm_macro
2021-09-24T19:54:51.461Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:51.461Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:54:51.462Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:51.462Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:54:51.462Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:51.462Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:54:51.462Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:51.462Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:54:51.462Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:54:51.462Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:54:51.462Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro 
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-09-24T19:54:51.544Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 59a4ea40-1bc1-4454-9efd-17737c581b24 1 ASDC deployResourceStructure
2021-09-24T19:54:51.545Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-09-24T19:54:51.545Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-24T19:54:51.545Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:54:51.546Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:54:51.549Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:54:51.549Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513291545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:54:51.649Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:54:51.650Z||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-09-24T19:54:51.650Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:54:51.663Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:54:51.664Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:54:52.550Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-24T19:54:52.551Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-24T19:54:52.551Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:54:52.551Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:54:52.553Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:54:52.553Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513292550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T19:54:52.653Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:54:52.654Z||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-09-24T19:54:52.655Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:54:52.665Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:54:52.666Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:54:53.554Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-24T19:54:53.555Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-24T19:54:53.555Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:54:53.555Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:54:53.557Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:54:53.557Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513293554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-24T19:54:53.657Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:54:53.658Z||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-09-24T19:54:53.658Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:54:53.668Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:54:53.669Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:54:54.558Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-24T19:54:54.558Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-24T19:54:54.558Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:54:54.559Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:54:54.560Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:54:54.561Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513294558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:54:54.661Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:54:54.661Z||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-09-24T19:54:54.661Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:54:54.672Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:54:54.672Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:54:55.561Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5de2e0b7-b796-47b7-bbe5-30db44455f20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:54:55.573Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5de2e0b7-b796-47b7-bbe5-30db44455f20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:54:55.576Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:54:55.576Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T19:54:55.576Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T19:54:55.576Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T19:54:55.576Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:54:55.576Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:54:55.576Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:54:55.576Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:54:55.576Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:54:55.576Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:54:55.576Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:54:55.582Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T19:55:25.582Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5de2e0b7-b796-47b7-bbe5-30db44455f20 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-09-24T19:55:25.587Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5de2e0b7-b796-47b7-bbe5-30db44455f20 and serviceModelVersionId: 39b94ede-2938-46cd-bf9f-e6aea40f1cec
2021-09-24T19:55:25.587Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1480a64c-7f05-40ff-9406-2631e054aa9f
2021-09-24T19:55:25.588Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1480a64c-7f05-40ff-9406-2631e054aa9f/model-vers/model-ver/39b94ede-2938-46cd-bf9f-e6aea40f1cec?depth=0
2021-09-24T19:55:25.591Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T19:55:25.615Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1480a64c-7f05-40ff-9406-2631e054aa9f/model-vers/model-ver/39b94ede-2938-46cd-bf9f-e6aea40f1cec?depth=0|INFO|500||Invoke
2021-09-24T19:55:25.616Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1480a64c-7f05-40ff-9406-2631e054aa9f/model-vers/model-ver/39b94ede-2938-46cd-bf9f-e6aea40f1cec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1480a64c-7f05-40ff-9406-2631e054aa9f/model-vers/model-ver/39b94ede-2938-46cd-bf9f-e6aea40f1cec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5de2e0b7-b796-47b7-bbe5-30db44455f20], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[20491424-d711-4393-8d20-f0195d64f9e1], X-ECOMP-RequestID=[5de2e0b7-b796-47b7-bbe5-30db44455f20], X-TransactionId=[], X-ONAP-RequestID=[5de2e0b7-b796-47b7-bbe5-30db44455f20], Content-Type=[application/merge-patch+json]}
2021-09-24T19:55:25.637Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1480a64c-7f05-40ff-9406-2631e054aa9f/model-vers/model-ver/39b94ede-2938-46cd-bf9f-e6aea40f1cec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-24T19:55:25.928Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1480a64c-7f05-40ff-9406-2631e054aa9f/model-vers/model-ver/39b94ede-2938-46cd-bf9f-e6aea40f1cec?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/1480a64c-7f05-40ff-9406-2631e054aa9f/model-vers/model-ver/39b94ede-2938-46cd-bf9f-e6aea40f1cec?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210924-19:55:25:643-62472], vertex-id=[229512], Content-Length=[0], Date=[Fri, 24 Sep 2021 19:55:25 GMT], Content-Type=[application/json]}
2021-09-24T19:55:25.928Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1480a64c-7f05-40ff-9406-2631e054aa9f/model-vers/model-ver/39b94ede-2938-46cd-bf9f-e6aea40f1cec?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-24T19:55:25.929Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1480a64c-7f05-40ff-9406-2631e054aa9f/model-vers/model-ver/39b94ede-2938-46cd-bf9f-e6aea40f1cec?depth=0|INFO|500||InvokeReturn
2021-09-24T19:55:25.929Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T19:55:25.929Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||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-09-24T19:55:25.933Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T19:55:25.933Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5de2e0b7-b796-47b7-bbe5-30db44455f20 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T19:55:25.934Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T19:55:25.934Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:55:25.935Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:55:25.936Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513325933,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T19:55:26.036Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:55:26.037Z||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-09-24T19:55:26.037Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:55:26.050Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:55:26.050Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 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-09-24T19:55:26.948Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T19:55:26.949Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"22c19182-fded-4c43-93e1-1ca148c115d2","serviceName":"Demo_pNF_gFthqNdA2frHWz5pwzhK","serviceVersion":"1.0","serviceUUID":"3b5daea7-7c49-42df-916f-13defe82af53","serviceDescription":"catalog service description","serviceInvariantUUID":"09c70008-4e88-413f-aa30-bf04fcae3fa6","resources":[{"resourceInstanceName":"pNF 5e15b7a4-5b97 0","resourceName":"pNF 5e15b7a4-5b97","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f1e31865-60cc-4540-aad3-56616c042a00","resourceInvariantUUID":"8a548642-2814-4564-9531-1aa1dd0ec08f","resourceCustomizationUUID":"e73382d0-fd29-4c0a-bef5-4bb0dd21be26","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vf-license-model.xml","artifactChecksum":"MGRhODIzZDMxMWNiNGY0NWM1NWViM2RiZjM4NTI0NTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2b017c36-5a2e-4903-9086-6dbe15a441c0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/pNF.csar","artifactChecksum":"YTU2MWViMDdiYzdmYTc5ZDk3Yzk4NWIzZmY2YjExOWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16488244-c7c9-4806-a0ba-05c665844054","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62016190-ddf6-4673-9d41-9d350e9b73a2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vendor-license-model.xml","artifactChecksum":"ZTRlYmVhMGE3ODMxZGJlMjIxODAyYjY3YjgwODlkZWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"da856373-5f3b-411c-9c96-627a56bebfa0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aba2a87c-72b9-4ef5-97e7-06ecb0389f6c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69ddcedf-5589-4c85-bb35-3d28ad9ecb16","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGfthqnda2frhwz5pwzhk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-template.yml","artifactChecksum":"NGE3NDQ3MWUzYWJlZDdjMGZlYjk3ZDlmMzliOGJiMTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98b2f374-c962-4549-85e9-f476376aafc1","artifactVersion":"1"},{"artifactName":"service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar","artifactChecksum":"YTNjZGU2MTZlZDFmY2QyNjU4MTAyNWU1YmM1YTllNDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c2ec07d7-6cfd-4567-a1f5-b018fee155d5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T19:55:26.949Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:55:26.949Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:55:26.952Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:55:26.952Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:55:27.052Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:55:27.053Z||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-09-24T19:55:27.053Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:55:27.065Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:55:27.065Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:55:27.952Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:55:27.953Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:55:27.955Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:55:27.955Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:55:28.056Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T19:55:28.057Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:55:28.057Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:55:28.068Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:55:28.068Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:55:28.956Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:55:28.956Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:55:28.958Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:55:28.958Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:55:29.058Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:55:29.059Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:55:29.059Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:55:29.070Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:55:29.070Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:55:29.958Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:55:29.959Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:55:29.960Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:55:29.960Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:55:30.061Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:55:30.062Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:55:30.062Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:55:30.073Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:55:30.073Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:55:30.961Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:55:30.962Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:55:30.963Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:55:30.964Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:55:31.064Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:55:31.064Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:55:31.065Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:55:31.075Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:55:31.076Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:55:31.964Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:55:31.965Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:55:31.967Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:55:31.967Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:55:32.068Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T19:55:32.068Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:55:32.068Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:55:32.079Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:55:32.080Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:55:32.968Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:55:32.969Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:55:32.971Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:55:32.971Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:55:33.071Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:55:33.072Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:55:33.072Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:55:33.084Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:55:33.085Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:55:33.972Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:55:33.973Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:55:33.975Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:55:33.975Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:55:34.075Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:55:34.076Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:55:34.076Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:55:34.092Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:55:34.093Z||pool-112-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:55:34.976Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "serviceName": "Demo_pNF_gFthqNdA2frHWz5pwzhK",
  "serviceVersion": "1.0",
  "serviceUUID": "3b5daea7-7c49-42df-916f-13defe82af53",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "09c70008-4e88-413f-aa30-bf04fcae3fa6",
  "resources": [
    {
      "resourceInstanceName": "pNF 5e15b7a4-5b97 0",
      "resourceCustomizationUUID": "e73382d0-fd29-4c0a-bef5-4bb0dd21be26",
      "resourceName": "pNF 5e15b7a4-5b97",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f1e31865-60cc-4540-aad3-56616c042a00",
      "resourceInvariantUUID": "8a548642-2814-4564-9531-1aa1dd0ec08f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
      "artifactChecksum": "YTNjZGU2MTZlZDFmY2QyNjU4MTAyNWU1YmM1YTllNDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c2ec07d7-6cfd-4567-a1f5-b018fee155d5"
    }
  ],
  "workloadContext": "Production"
}
2021-09-24T19:55:34.976Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T19:55:34.976Z|5de2e0b7-b796-47b7-bbe5-30db44455f20|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b5daea7-7c49-42df-916f-13defe82af53 ASDC
2021-09-24T19:55:34.977Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:22c19182-fded-4c43-93e1-1ca148c115d2
ServiceName:Demo_pNF_gFthqNdA2frHWz5pwzhK
ServiceVersion:1.0
ServiceUUID:3b5daea7-7c49-42df-916f-13defe82af53
ServiceInvariantUUID:09c70008-4e88-413f-aa30-bf04fcae3fa6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar
ArtifactUUID:c2ec07d7-6cfd-4567-a1f5-b018fee155d5
ArtifactChecksum:YTNjZGU2MTZlZDFmY2QyNjU4MTAyNWU1YmM1YTllNDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5e15b7a4-5b97 0
ResourceCustomizationUUID:e73382d0-fd29-4c0a-bef5-4bb0dd21be26
ResourceInvariantUUID:8a548642-2814-4564-9531-1aa1dd0ec08f
ResourceName:pNF 5e15b7a4-5b97
ResourceType:PNF
ResourceUUID:f1e31865-60cc-4540-aad3-56616c042a00
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-24T19:55:34.977Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b5daea7-7c49-42df-916f-13defe82af53 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-09-24T19:55:35.002Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:55:35.002Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:55:35.002Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:55:35.002Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c2ec07d7-6cfd-4567-a1f5-b018fee155d5 from URL: /sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar
2021-09-24T19:55:35.003Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:55:35.003Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar
2021-09-24T19:55:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:55:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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-09-24T19:55:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:55:35.720Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:55:35.720Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:55:35.720Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513211439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:55:35.721Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:55:37.040Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:55:37.046Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar c2ec07d7-6cfd-4567-a1f5-b018fee155d5 83322
2021-09-24T19:55:37.047Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar ASDC sendASDCNotification
2021-09-24T19:55:37.047Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar
2021-09-24T19:55:37.047Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:55:37.047Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:55:37.049Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:55:37.049Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513337047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:55:37.149Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:55:37.150Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:55:37.151Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:55:37.163Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:55:37.163Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:55:38.050Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:55:38.051Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:55:38.051Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c2ec07d7-6cfd-4567-a1f5-b018fee155d5, URL: /sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar to file: /app/ASDC/1/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar
2021-09-24T19:55:38.052Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar
2021-09-24T19:55:38.052Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar
2021-09-24T19:55:38.052Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar
2021-09-24T19:55:38.135Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12939744046368290139/Definitions/service-DemoPnfGfthqnda2frhwz5pwzhk-template.yml
2021-09-24T19:55:38.719Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T19:55:38.719Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T19:55:38.719Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar
2021-09-24T19:55:38.719Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-24T19:55:38.719Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar
2021-09-24T19:55:38.719Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5e15b7a4-5b97 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar
2021-09-24T19:55:38.719Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar
2021-09-24T19:55:38.719Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar
2021-09-24T19:55:38.720Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar
2021-09-24T19:55:38.720Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar
2021-09-24T19:55:38.720Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5e15b7a4-5b97 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-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar
2021-09-24T19:55:38.720Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar
2021-09-24T19:55:38.720Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T19:55:38.720Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:55:38.720Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gFthqNdA2frHWz5pwzhK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:55:38.720Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Node template pNF 5e15b7a4-5b97 0 is matching search criteria
2021-09-24T19:55:38.720Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T19:55:38.720Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 5e15b7a4-5b97 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:55:38.720Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:55:38.720Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gFthqNdA2frHWz5pwzhK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:55:38.720Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Node template pNF 5e15b7a4-5b97 0 is matching search criteria
2021-09-24T19:55:38.720Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T19:55:38.720Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 5e15b7a4-5b97 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:55:38.720Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:55:38.721Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gFthqNdA2frHWz5pwzhK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:55:38.721Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:55:38.721Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gFthqNdA2frHWz5pwzhK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:55:38.721Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:55:38.721Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gFthqNdA2frHWz5pwzhK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:55:38.721Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:55:38.721Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gFthqNdA2frHWz5pwzhK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:55:38.721Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:55:38.721Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gFthqNdA2frHWz5pwzhK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:55:38.721Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_gFthqNdA2frHWz5pwzhK
Description:catalog service description
Model UUID:3b5daea7-7c49-42df-916f-13defe82af53
Model Version:NULL
Model InvariantUuid:09c70008-4e88-413f-aa30-bf04fcae3fa6
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-09-24T19:55:38.727Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: f1e31865-60cc-4540-aad3-56616c042a00
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-09-24T19:55:38.730Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||pNF 5e15b7a4-5b97 0
2021-09-24T19:55:38.730Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f1e31865-60cc-4540-aad3-56616c042a00
2021-09-24T19:55:38.730Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 3b5daea7-7c49-42df-916f-13defe82af53
2021-09-24T19:55:38.730Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 3b5daea7-7c49-42df-916f-13defe82af53
2021-09-24T19:55:38.730Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5e15b7a4-5b97 0 f1e31865-60cc-4540-aad3-56616c042a00 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-09-24T19:55:38.736Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:55:38.736Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gFthqNdA2frHWz5pwzhK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:55:38.736Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 3b5daea7-7c49-42df-916f-13defe82af53: pNF 5e15b7a4-5b97
2021-09-24T19:55:38.736Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||Processing PNF resource: f1e31865-60cc-4540-aad3-56616c042a00
2021-09-24T19:55:38.736Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:55:38.736Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gFthqNdA2frHWz5pwzhK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:55:38.737Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||Resource customization UUID: e73382d0-fd29-4c0a-bef5-4bb0dd21be26 is the same as notified resource customizationUUID: e73382d0-fd29-4c0a-bef5-4bb0dd21be26
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-09-24T19:55:38.781Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5e15b7a4-5b97 f1e31865-60cc-4540-aad3-56616c042a00 0 ASDC deployResourceStructure
2021-09-24T19:55:38.781Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar ASDC sendASDCNotification
2021-09-24T19:55:38.781Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar
2021-09-24T19:55:38.781Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:55:38.782Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:55:38.783Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:55:38.783Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513338781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:55:38.883Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:55:38.884Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:55:38.884Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:55:38.894Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:55:38.895Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:55:39.784Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22c19182-fded-4c43-93e1-1ca148c115d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:55:39.793Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22c19182-fded-4c43-93e1-1ca148c115d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:55:39.795Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:55:39.795Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:55:39.795Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:56:09.795Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22c19182-fded-4c43-93e1-1ca148c115d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:56:09.803Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22c19182-fded-4c43-93e1-1ca148c115d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:56:09.805Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:56:09.805Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:56:09.805Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:56:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:56:35.703Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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-09-24T19:56:35.703Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:56:35.726Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:56:35.727Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:56:35.728Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513216942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:56:35.728Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:56:35.728Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:56:35.728Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513211439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:56:35.729Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:56:35.729Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:56:35.729Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "aai-ml",
  "timestamp": 1632513217931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:56:35.729Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:56:35.729Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:56:35.729Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513211439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:56:35.729Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:56:35.729Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:56:35.729Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513218100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T19:56:35.730Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:56:35.730Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:56:35.730Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "aai-ml",
  "timestamp": 1632513218934,
  "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-09-24T19:56:35.740Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 22c19182-fded-4c43-93e1-1ca148c115d2
2021-09-24T19:56:35.741Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22c19182-fded-4c43-93e1-1ca148c115d2 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-09-24T19:56:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:56:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513211439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:56:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:56:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:56:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513219103,
  "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-09-24T19:56:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 22c19182-fded-4c43-93e1-1ca148c115d2
2021-09-24T19:56:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22c19182-fded-4c43-93e1-1ca148c115d2 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-09-24T19:56:35.767Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:56:35.767Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "clamp",
  "timestamp": 1632513219621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:56:35.767Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:56:35.768Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:56:35.768Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "clamp",
  "timestamp": 1632513221628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:56:35.768Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:56:35.768Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:56:35.768Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "clamp",
  "timestamp": 1632513222631,
  "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-09-24T19:56:35.773Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 22c19182-fded-4c43-93e1-1ca148c115d2
2021-09-24T19:56:35.773Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22c19182-fded-4c43-93e1-1ca148c115d2 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-09-24T19:56:35.782Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:56:35.782Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513223151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:56:35.782Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:56:35.782Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:56:35.782Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513224818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:56:35.782Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:56:35.782Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:56:35.782Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513225822,
  "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-09-24T19:56:35.787Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 22c19182-fded-4c43-93e1-1ca148c115d2
2021-09-24T19:56:35.787Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22c19182-fded-4c43-93e1-1ca148c115d2 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-09-24T19:56:35.795Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:56:35.795Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f790bc2-a805-40e2-97f7-8e806ca55283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513268343,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T19:56:35.796Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:56:35.796Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:56:35.796Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:56:35.796Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:56:35.796Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:56:35.796Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:56:35.796Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:56:39.805Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22c19182-fded-4c43-93e1-1ca148c115d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:56:39.814Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22c19182-fded-4c43-93e1-1ca148c115d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:56:39.816Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:56:39.816Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T19:56:39.816Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T19:56:39.816Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T19:56:39.816Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:56:39.816Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:56:39.817Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:56:39.817Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:56:39.817Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:56:39.817Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:56:39.817Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:56:39.817Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:56:39.821Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T19:57:09.822Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22c19182-fded-4c43-93e1-1ca148c115d2 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-09-24T19:57:09.827Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22c19182-fded-4c43-93e1-1ca148c115d2 and serviceModelVersionId: 3b5daea7-7c49-42df-916f-13defe82af53
2021-09-24T19:57:09.827Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09c70008-4e88-413f-aa30-bf04fcae3fa6
2021-09-24T19:57:09.828Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09c70008-4e88-413f-aa30-bf04fcae3fa6/model-vers/model-ver/3b5daea7-7c49-42df-916f-13defe82af53?depth=0
2021-09-24T19:57:09.833Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T19:57:09.865Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09c70008-4e88-413f-aa30-bf04fcae3fa6/model-vers/model-ver/3b5daea7-7c49-42df-916f-13defe82af53?depth=0|INFO|500||Invoke
2021-09-24T19:57:09.865Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09c70008-4e88-413f-aa30-bf04fcae3fa6/model-vers/model-ver/3b5daea7-7c49-42df-916f-13defe82af53?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09c70008-4e88-413f-aa30-bf04fcae3fa6/model-vers/model-ver/3b5daea7-7c49-42df-916f-13defe82af53?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[22c19182-fded-4c43-93e1-1ca148c115d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[517db441-9a74-447a-bece-618d8aabb966], X-ECOMP-RequestID=[22c19182-fded-4c43-93e1-1ca148c115d2], X-TransactionId=[], X-ONAP-RequestID=[22c19182-fded-4c43-93e1-1ca148c115d2], Content-Type=[application/merge-patch+json]}
2021-09-24T19:57:09.884Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09c70008-4e88-413f-aa30-bf04fcae3fa6/model-vers/model-ver/3b5daea7-7c49-42df-916f-13defe82af53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-24T19:57:10.237Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09c70008-4e88-413f-aa30-bf04fcae3fa6/model-vers/model-ver/3b5daea7-7c49-42df-916f-13defe82af53?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/09c70008-4e88-413f-aa30-bf04fcae3fa6/model-vers/model-ver/3b5daea7-7c49-42df-916f-13defe82af53?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210924-19:57:09:891-13509], vertex-id=[208896], Content-Length=[0], Date=[Fri, 24 Sep 2021 19:57:09 GMT], Content-Type=[application/json]}
2021-09-24T19:57:10.237Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09c70008-4e88-413f-aa30-bf04fcae3fa6/model-vers/model-ver/3b5daea7-7c49-42df-916f-13defe82af53?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-24T19:57:10.238Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09c70008-4e88-413f-aa30-bf04fcae3fa6/model-vers/model-ver/3b5daea7-7c49-42df-916f-13defe82af53?depth=0|INFO|500||InvokeReturn
2021-09-24T19:57:10.238Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T19:57:10.238Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||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-09-24T19:57:10.243Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T19:57:10.243Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22c19182-fded-4c43-93e1-1ca148c115d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T19:57:10.243Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T19:57:10.244Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:10.245Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:10.245Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513430243,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T19:57:10.346Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:57:10.347Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:10.347Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:10.357Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:10.357Z||pool-115-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-09-24T19:57:11.259Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:57:11.259Z|22c19182-fded-4c43-93e1-1ca148c115d2|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-09-24T19:57:11.259Z|22c19182-fded-4c43-93e1-1ca148c115d2|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:15.567Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:15.568Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T19:57:15.568Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"6846982d-df14-4617-a158-e9293b2a28b4","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ffad3cd3-ac87-4047-8af8-9ecf2fe3f32a","serviceDescription":"service","serviceInvariantUUID":"236949d5-3f6e-4a1d-ac4b-e0df23891804","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"228527e9-b783-4c72-993f-50aec0ff0313","resourceInvariantUUID":"27a7d46f-92fc-4464-a48e-aafdbe0019a3","resourceCustomizationUUID":"aa9b16f1-ad01-44d5-a4d0-34c4ff6f8362","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":"NzViZjA3ZjFlOWNlMmYwMDQxZTkwMjgxNDcxMzJjZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"403af4ad-f30c-4e69-8761-c85d93c8a9b3","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":"f3b62f7c-6b52-4c62-a937-04b6acceb7ee","artifactVersion":"2","generatedFromUUID":"cd5f54b0-8aba-4421-8419-b02ccfafb9a1"},{"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":"cd5f54b0-8aba-4421-8419-b02ccfafb9a1","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":"Y2M0YTMzYjAwODc3NWQ5Yzk4NTIxYzRmMzA3ODEwZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4b58cde8-f665-42d2-be97-d47b24ee70c5","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":"c991c6c1-9e3d-4964-bdf0-d17f0ce498c4","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":"44fbe666-76fe-4453-85ea-352f0ca2029f","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":"a6e199d6-cb1f-4148-8499-12d86e6ee2e7","artifactVersion":"2","generatedFromUUID":"c991c6c1-9e3d-4964-bdf0-d17f0ce498c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NmM0MzY1ZWFhMDhjMTFhYjhjOTE4NzAwZTE4NDI3MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b12aab1e-537c-490d-b94b-ea2c8b45d3d1","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTdmMDFjOTBlYjQxYzIwYzYwYmUzMGVlNTQ2YTFiNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a8a41dcf-405e-4590-bc90-53273e043956","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T19:57:15.570Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:57:15.570Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:15.572Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:15.572Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:57:15.673Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:57:15.673Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:15.673Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:15.685Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:15.685Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:57:16.573Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:57:16.573Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:16.575Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:16.575Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-24T19:57:16.676Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:57:16.677Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:16.677Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:16.688Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:16.689Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:57:17.576Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:57:17.577Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:17.579Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:17.579Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-24T19:57:17.679Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:57:17.680Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:17.680Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:17.691Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:17.691Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:57:18.579Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:57:18.580Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:18.583Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:18.583Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:57:18.683Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:57:18.683Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:18.684Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:18.696Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:18.696Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:57:19.583Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:57:19.584Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:19.587Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:19.587Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:57:19.687Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:57:19.688Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:19.688Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:19.698Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:19.698Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:57:20.587Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:57:20.588Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:20.590Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:20.590Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:57:20.690Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:57:20.691Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:20.691Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:20.703Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:20.703Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:57:21.591Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:57:21.591Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:21.593Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:21.593Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-24T19:57:21.694Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T19:57:21.694Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:21.694Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:21.705Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:21.706Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:57:22.594Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:57:22.594Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:22.596Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:22.596Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:57:22.696Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:57:22.697Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:22.697Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:22.708Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:22.708Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:57:23.596Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:57:23.597Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:23.599Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:23.599Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:57:23.699Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:57:23.700Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:23.700Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:23.713Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:23.713Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:57:24.600Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "ffad3cd3-ac87-4047-8af8-9ecf2fe3f32a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "236949d5-3f6e-4a1d-ac4b-e0df23891804",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "aa9b16f1-ad01-44d5-a4d0-34c4ff6f8362",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "228527e9-b783-4c72-993f-50aec0ff0313",
      "resourceInvariantUUID": "27a7d46f-92fc-4464-a48e-aafdbe0019a3",
      "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": "f3b62f7c-6b52-4c62-a937-04b6acceb7ee",
          "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": "cd5f54b0-8aba-4421-8419-b02ccfafb9a1",
          "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": "Y2M0YTMzYjAwODc3NWQ5Yzk4NTIxYzRmMzA3ODEwZjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4b58cde8-f665-42d2-be97-d47b24ee70c5",
          "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": "c991c6c1-9e3d-4964-bdf0-d17f0ce498c4",
          "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": "a6e199d6-cb1f-4148-8499-12d86e6ee2e7",
            "generatedFromUUID": "c991c6c1-9e3d-4964-bdf0-d17f0ce498c4"
          },
          "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": "a6e199d6-cb1f-4148-8499-12d86e6ee2e7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OTdmMDFjOTBlYjQxYzIwYzYwYmUzMGVlNTQ2YTFiNTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a8a41dcf-405e-4590-bc90-53273e043956"
    }
  ],
  "workloadContext": "Production"
}
2021-09-24T19:57:24.600Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T19:57:24.601Z|22c19182-fded-4c43-93e1-1ca148c115d2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ffad3cd3-ac87-4047-8af8-9ecf2fe3f32a ASDC
2021-09-24T19:57:24.601Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:6846982d-df14-4617-a158-e9293b2a28b4
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:ffad3cd3-ac87-4047-8af8-9ecf2fe3f32a
ServiceInvariantUUID:236949d5-3f6e-4a1d-ac4b-e0df23891804
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:a8a41dcf-405e-4590-bc90-53273e043956
ArtifactChecksum:OTdmMDFjOTBlYjQxYzIwYzYwYmUzMGVlNTQ2YTFiNTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:aa9b16f1-ad01-44d5-a4d0-34c4ff6f8362
ResourceInvariantUUID:27a7d46f-92fc-4464-a48e-aafdbe0019a3
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:228527e9-b783-4c72-993f-50aec0ff0313
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:f3b62f7c-6b52-4c62-a937-04b6acceb7ee
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:cd5f54b0-8aba-4421-8419-b02ccfafb9a1
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:4b58cde8-f665-42d2-be97-d47b24ee70c5
ArtifactChecksum:Y2M0YTMzYjAwODc3NWQ5Yzk4NTIxYzRmMzA3ODEwZjU=
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:c991c6c1-9e3d-4964-bdf0-d17f0ce498c4
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:a6e199d6-cb1f-4148-8499-12d86e6ee2e7
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:a6e199d6-cb1f-4148-8499-12d86e6ee2e7
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-24T19:57:24.601Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ffad3cd3-ac87-4047-8af8-9ecf2fe3f32a 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-09-24T19:57:24.637Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:57:24.638Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:57:24.638Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:57:24.638Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a8a41dcf-405e-4590-bc90-53273e043956 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-24T19:57:24.638Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:57:24.638Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-24T19:57:24.785Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:57:24.787Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar a8a41dcf-405e-4590-bc90-53273e043956 71151
2021-09-24T19:57:24.787Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-24T19:57:24.787Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-24T19:57:24.787Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:57:24.787Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:24.789Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:24.789Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513444787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:57:24.889Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:57:24.889Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:24.889Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:24.901Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:24.902Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:57:25.789Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:57:25.791Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:57:25.791Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a8a41dcf-405e-4590-bc90-53273e043956, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-24T19:57:25.792Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-24T19:57:25.792Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-24T19:57:25.792Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-24T19:57:25.879Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1775853703974954066/Definitions/service-BasicCnf-template.yml
2021-09-24T19:57:26.778Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T19:57:26.778Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T19:57:26.779Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-24T19:57:26.779Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-09-24T19:57:26.779Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-24T19:57:26.779Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-24T19:57:26.779Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-24T19:57:26.779Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-24T19:57:26.779Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-24T19:57:26.779Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T19:57:26.779Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:26.779Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:57:26.779Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-24T19:57:26.779Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T19:57:26.780Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:57:26.780Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:26.780Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:57:26.780Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-24T19:57:26.780Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T19:57:26.780Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:57:26.780Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:26.780Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:57:26.780Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:26.780Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-24T19:57:26.781Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-24T19:57:26.781Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-24T19:57:26.781Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T19:57:26.781Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:26.781Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T19:57:26.781Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:26.781Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-24T19:57:26.781Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:57:26.781Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:26.781Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-24T19:57:26.781Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:57:26.782Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:26.782Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-24T19:57:26.782Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:57:26.782Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:26.782Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-24T19:57:26.782Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-24T19:57:26.782Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=54c93435-6c5a-4431-a31b-5bbed5ba0618
2021-09-24T19:57:26.782Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:26.782Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:57:26.782Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:26.783Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:57:26.783Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:26.783Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:57:26.783Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:26.783Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:57:26.783Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:ffad3cd3-ac87-4047-8af8-9ecf2fe3f32a
Model Version:NULL
Model InvariantUuid:236949d5-3f6e-4a1d-ac4b-e0df23891804
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:e8419357-e26c-4315-8f71-155142c798d7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:27a7d46f-92fc-4464-a48e-aafdbe0019a3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:aa9b16f1-ad01-44d5-a4d0-34c4ff6f8362
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:af673039-b262-4ec8-ac8b-36df3dde6f3e
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:26aabcfb-87dc-4d1b-85aa-7767a828dbca
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54c93435-6c5a-4431-a31b-5bbed5ba0618
ModelInvariantUuid:e7c8de6f-be17-4f42-a33e-59be615d6f97
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:9ec20cbd-b4e2-490b-8591-fd89e3af6f2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:13008e7a-ae33-4fb4-be88-97228bceb534
ModelInvariantUuid:60dcbd08-bacb-4f14-8ae6-5bb77bb0ff2f
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d3a4db9c-7108-41f1-8acd-51e488e332b0
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-09-24T19:57:26.788Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 228527e9-b783-4c72-993f-50aec0ff0313
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-09-24T19:57:26.791Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||basic_cnf 0
2021-09-24T19:57:26.791Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 228527e9-b783-4c72-993f-50aec0ff0313
2021-09-24T19:57:26.791Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f3b62f7c-6b52-4c62-a937-04b6acceb7ee from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-24T19:57:26.791Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:57:26.791Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-24T19:57:27.062Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:57:27.063Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f3b62f7c-6b52-4c62-a937-04b6acceb7ee 12
2021-09-24T19:57:27.063Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-24T19:57:27.063Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-24T19:57:27.063Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:57:27.064Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:27.066Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:27.066Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513447063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:57:27.166Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:57:27.167Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:27.167Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:27.178Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:27.179Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:57:28.067Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cd5f54b0-8aba-4421-8419-b02ccfafb9a1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-24T19:57:28.067Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:57:28.067Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-24T19:57:28.548Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:57:28.549Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz cd5f54b0-8aba-4421-8419-b02ccfafb9a1 2688
2021-09-24T19:57:28.549Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-24T19:57:28.549Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-24T19:57:28.549Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:57:28.549Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:28.551Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:28.552Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513448549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:57:28.653Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T19:57:28.653Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:28.653Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:28.664Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:28.664Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:57:29.553Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4b58cde8-f665-42d2-be97-d47b24ee70c5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-24T19:57:29.553Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:57:29.554Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-24T19:57:30.152Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:57:30.153Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 4b58cde8-f665-42d2-be97-d47b24ee70c5 828
2021-09-24T19:57:30.153Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-24T19:57:30.153Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-24T19:57:30.153Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:57:30.154Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:30.156Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:30.156Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513450153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:57:30.256Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:57:30.257Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:30.257Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:30.268Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:30.269Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:57:31.157Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "af673039-b262-4ec8-ac8b-36df3dde6f3e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "26aabcfb-87dc-4d1b-85aa-7767a828dbca",
    "vfModuleModelCustomizationUUID": "64f4f9cb-c3e6-42e9-8c54-e5555bdfa892",
    "isBase": true,
    "artifacts": [
      "cd5f54b0-8aba-4421-8419-b02ccfafb9a1",
      "c991c6c1-9e3d-4964-bdf0-d17f0ce498c4",
      "a6e199d6-cb1f-4148-8499-12d86e6ee2e7"
    ],
    "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-09-24T19:57:31.160Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:26aabcfb-87dc-4d1b-85aa-7767a828dbca
VfModuleModelInvariantUUID:af673039-b262-4ec8-ac8b-36df3dde6f3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
cd5f54b0-8aba-4421-8419-b02ccfafb9a1
,
c991c6c1-9e3d-4964-bdf0-d17f0ce498c4
,
a6e199d6-cb1f-4148-8499-12d86e6ee2e7

}
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-09-24T19:57:31.162Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "af673039-b262-4ec8-ac8b-36df3dde6f3e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "26aabcfb-87dc-4d1b-85aa-7767a828dbca",
    "vfModuleModelCustomizationUUID": "64f4f9cb-c3e6-42e9-8c54-e5555bdfa892",
    "isBase": true,
    "artifacts": [
      "cd5f54b0-8aba-4421-8419-b02ccfafb9a1",
      "c991c6c1-9e3d-4964-bdf0-d17f0ce498c4",
      "a6e199d6-cb1f-4148-8499-12d86e6ee2e7"
    ],
    "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-09-24T19:57:31.162Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:26aabcfb-87dc-4d1b-85aa-7767a828dbca
VfModuleModelInvariantUUID:af673039-b262-4ec8-ac8b-36df3dde6f3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
cd5f54b0-8aba-4421-8419-b02ccfafb9a1
,
c991c6c1-9e3d-4964-bdf0-d17f0ce498c4
,
a6e199d6-cb1f-4148-8499-12d86e6ee2e7

}
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-09-24T19:57:31.162Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c991c6c1-9e3d-4964-bdf0-d17f0ce498c4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-24T19:57:31.162Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:57:31.162Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-24T19:57:31.637Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:57:31.638Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c991c6c1-9e3d-4964-bdf0-d17f0ce498c4 1164
2021-09-24T19:57:31.638Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-24T19:57:31.638Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-24T19:57:31.638Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:57:31.639Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:31.641Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:31.641Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513451638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:57:31.741Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T19:57:31.742Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:31.742Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:31.754Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:31.754Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:57:32.642Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a6e199d6-cb1f-4148-8499-12d86e6ee2e7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-24T19:57:32.643Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:57:32.643Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-24T19:57:33.247Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:57:33.247Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a6e199d6-cb1f-4148-8499-12d86e6ee2e7 200
2021-09-24T19:57:33.247Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-24T19:57:33.248Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-24T19:57:33.248Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:57:33.248Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:33.250Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:33.250Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513453247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:57:33.350Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T19:57:33.351Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:33.351Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:33.362Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:33.362Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:57:34.251Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ffad3cd3-ac87-4047-8af8-9ecf2fe3f32a
2021-09-24T19:57:34.252Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 228527e9-b783-4c72-993f-50aec0ff0313 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 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=?
2021-09-24T19:57:34.265Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-09-24T19:57:34.269Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:34.269Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:57:34.269Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-24T19:57:34.269Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= aa9b16f1-ad01-44d5-a4d0-34c4ff6f8362
2021-09-24T19:57:34.269Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aa9b16f1-ad01-44d5-a4d0-34c4ff6f8362 matches Tosca VF Customization UUID: aa9b16f1-ad01-44d5-a4d0-34c4ff6f8362
2021-09-24T19:57:34.269Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: aa9b16f1-ad01-44d5-a4d0-34c4ff6f8362  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-09-24T19:57:34.272Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:34.272Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:57:34.272Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id aa9b16f1-ad01-44d5-a4d0-34c4ff6f8362: {\"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-09-24T19:57:34.273Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e397a51
2021-09-24T19:57:34.273Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:34.273Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T19:57:34.273Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 64f4f9cb-c3e6-42e9-8c54-e5555bdfa892
2021-09-24T19:57:34.273Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 64f4f9cb-c3e6-42e9-8c54-e5555bdfa892
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-09-24T19:57:34.275Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:34.275Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-24T19:57:34.275Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:57:34.275Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:34.275Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-24T19:57:34.275Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:57:34.276Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:34.276Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-24T19:57:34.276Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-24T19:57:34.276Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=54c93435-6c5a-4431-a31b-5bbed5ba0618
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-09-24T19:57:34.278Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:34.278Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-24T19:57:34.278Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:57:34.278Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:34.278Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-24T19:57:34.278Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=aa9b16f1-ad01-44d5-a4d0-34c4ff6f8362
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-09-24T19:57:34.280Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:34.280Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:57:34.280Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ffad3cd3-ac87-4047-8af8-9ecf2fe3f32a: basic_cnf
2021-09-24T19:57:34.280Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:34.280Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:57:34.280Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:34.280Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:57:34.280Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:34.281Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:57:34.281Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:34.281Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:57:34.281Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T19:57:34.281Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:57:34.281Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||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-09-24T19:57:34.343Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 228527e9-b783-4c72-993f-50aec0ff0313 1 ASDC deployResourceStructure
2021-09-24T19:57:34.344Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-24T19:57:34.344Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-09-24T19:57:34.344Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-24T19:57:34.345Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:34.346Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:34.347Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513454343,
  "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-09-24T19:57:34.447Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:57:34.448Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:34.448Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:34.460Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:34.461Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:57:35.347Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-24T19:57:35.348Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-09-24T19:57:35.348Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-24T19:57:35.348Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:35.350Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:35.350Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513455347,
  "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-09-24T19:57:35.450Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:57:35.451Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:35.451Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:35.462Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:35.463Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:57:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:57:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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-09-24T19:57:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:35.721Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:35.722Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.722Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:57:35.722Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:57:35.722Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.722Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:57:35.722Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:57:35.722Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.722Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-24T19:57:35.723Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:57:35.723Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.723Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:57:35.723Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:57:35.723Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.723Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:57:35.723Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:57:35.723Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.723Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:57:35.723Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:57:35.723Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.723Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513283637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:57:35.723Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:57:35.723Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.723Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513287185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:57:35.723Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:57:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513288750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:57:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:57:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513290434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:57:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:57:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513291545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:57:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:57:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513292550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T19:57:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:57:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513293554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-24T19:57:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:57:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513294558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:57:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:57:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5de2e0b7-b796-47b7-bbe5-30db44455f20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513325933,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T19:57:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:57:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:57:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:57:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:57:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:57:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:57:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:57:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:57:35.726Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:57:35.726Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.726Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:57:35.726Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:57:35.726Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.726Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/resourceInstances/pnf5e15b7a45b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:57:35.726Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:57:35.726Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.726Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:57:35.726Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:57:35.726Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:57:35.726Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513269358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:57:35.726Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:57:36.351Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-24T19:57:36.351Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-24T19:57:36.352Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:57:36.352Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:36.354Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:36.354Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513456351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:57:36.454Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:57:36.455Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:36.455Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:36.465Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:36.466Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:57:37.354Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-24T19:57:37.356Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-24T19:57:37.356Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:57:37.356Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:37.358Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:37.358Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513457354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T19:57:37.458Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:57:37.459Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:37.459Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:37.470Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:37.470Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:57:38.359Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-24T19:57:38.359Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-24T19:57:38.359Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:57:38.360Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:38.362Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:38.362Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513458359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-24T19:57:38.462Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:57:38.463Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:38.463Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:38.475Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:38.475Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:57:39.362Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-24T19:57:39.363Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-24T19:57:39.363Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:57:39.363Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:57:39.365Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:57:39.365Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513459362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:57:39.465Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:57:39.466Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:57:39.466Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:57:39.477Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:57:39.478Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:57:40.366Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6846982d-df14-4617-a158-e9293b2a28b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:57:40.376Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6846982d-df14-4617-a158-e9293b2a28b4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:57:40.378Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:57:40.378Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:57:40.378Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:58:10.379Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6846982d-df14-4617-a158-e9293b2a28b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:58:10.387Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6846982d-df14-4617-a158-e9293b2a28b4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:58:10.389Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:58:10.389Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:58:10.389Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:58:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:58:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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-09-24T19:58:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:58:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:58:35.725Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:58:35.726Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513337047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:58:35.726Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:58:35.726Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:58:35.726Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513338781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfthqnda2frhwz5pwzhk/1.0/artifacts/service-DemoPnfGfthqnda2frhwz5pwzhk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:58:35.726Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:58:40.389Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6846982d-df14-4617-a158-e9293b2a28b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:58:40.398Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6846982d-df14-4617-a158-e9293b2a28b4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:58:40.401Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:58:40.401Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:58:40.401Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:59:10.401Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6846982d-df14-4617-a158-e9293b2a28b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:59:10.411Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6846982d-df14-4617-a158-e9293b2a28b4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:59:10.413Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:59:10.413Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:59:10.413Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:59:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:59:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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-09-24T19:59:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:59:35.722Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T19:59:35.739Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.740Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513388861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.740Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.740Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.741Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "cds",
  "timestamp": 1632513394945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.741Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.741Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.741Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "dcae-sch",
  "timestamp": 1632513396763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.741Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.741Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.741Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513393506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.742Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.742Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.742Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513391439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.742Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.742Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.742Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "policy-id",
  "timestamp": 1632513391238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.742Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.743Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.743Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "cds",
  "timestamp": 1632513394945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.743Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.743Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.743Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "dcae-sch",
  "timestamp": 1632513396763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.743Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.743Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.743Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513388861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.744Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.744Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.744Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513393506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.744Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.744Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.744Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513391439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.745Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.745Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.745Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "policy-id",
  "timestamp": 1632513391238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.745Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.745Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.745Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513399639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.745Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.746Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.746Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513388861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.746Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.746Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.746Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513393506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.746Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.746Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.747Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "cds",
  "timestamp": 1632513394945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.747Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.747Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.747Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "dcae-sch",
  "timestamp": 1632513396763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.747Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.747Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.748Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513391439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.748Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.748Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.748Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "policy-id",
  "timestamp": 1632513391238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.748Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.748Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.749Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513399639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.749Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.749Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.749Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "dcae-sch",
  "timestamp": 1632513396763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.749Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.749Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.749Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513388861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.749Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.750Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.750Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513393506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.750Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.750Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.750Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "cds",
  "timestamp": 1632513394945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.750Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.750Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.751Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513391439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.751Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.751Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.751Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "policy-id",
  "timestamp": 1632513391238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.751Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.751Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.751Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513399639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.751Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.752Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.752Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "dcae-sch",
  "timestamp": 1632513396763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.752Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.752Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.752Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "cds",
  "timestamp": 1632513394945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.752Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.752Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.752Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513388861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.752Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.752Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.752Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513393506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.752Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513391439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "policy-id",
  "timestamp": 1632513391238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513399639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.753Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "dcae-sch",
  "timestamp": 1632513396763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513388861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "cds",
  "timestamp": 1632513394945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.754Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513393506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513391439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "policy-id",
  "timestamp": 1632513391238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513399639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.755Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "dcae-sch",
  "timestamp": 1632513396763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513388861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "cds",
  "timestamp": 1632513394945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.756Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513393506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513391439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "policy-id",
  "timestamp": 1632513391238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.757Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513399639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "dcae-sch",
  "timestamp": 1632513396763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513393506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "cds",
  "timestamp": 1632513394945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.758Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513388861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513391439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "policy-id",
  "timestamp": 1632513391238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513399639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.759Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "dcae-sch",
  "timestamp": 1632513396763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513393506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "cds",
  "timestamp": 1632513394945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.760Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513388861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513391439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "policy-id",
  "timestamp": 1632513391238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513399639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.761Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513406843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513399639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513408442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.762Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513408448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "cds",
  "timestamp": 1632513408449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513408452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513406843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.763Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "policy-id",
  "timestamp": 1632513408452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.764Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "cds",
  "timestamp": 1632513409454,
  "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-09-24T19:59:35.771Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6846982d-df14-4617-a158-e9293b2a28b4
2021-09-24T19:59:35.771Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6846982d-df14-4617-a158-e9293b2a28b4 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-09-24T19:59:35.781Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.781Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513406843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.781Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.781Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.781Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "policy-id",
  "timestamp": 1632513409455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:59:35.782Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.782Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.782Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513409842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.782Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.782Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.783Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513409946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.784Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.784Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.784Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513410132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.785Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.785Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.785Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513410394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:59:35.785Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.785Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.785Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513406843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.785Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.786Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.786Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "policy-id",
  "timestamp": 1632513410457,
  "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-09-24T19:59:35.791Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6846982d-df14-4617-a158-e9293b2a28b4
2021-09-24T19:59:35.791Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6846982d-df14-4617-a158-e9293b2a28b4 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-09-24T19:59:35.799Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.800Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "cds",
  "timestamp": 1632513410458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.800Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.800Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.800Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513411396,
  "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-09-24T19:59:35.804Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6846982d-df14-4617-a158-e9293b2a28b4
2021-09-24T19:59:35.804Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6846982d-df14-4617-a158-e9293b2a28b4 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-09-24T19:59:35.813Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.813Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513411448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.813Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.813Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.814Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513406843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.814Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.814Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.814Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513411732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.814Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.814Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.814Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513411758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.815Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.815Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.815Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "cds",
  "timestamp": 1632513410458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.815Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.815Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.815Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "clamp",
  "timestamp": 1632513411487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.815Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.815Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.816Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "policy-id",
  "timestamp": 1632513411460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.816Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.816Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.816Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513406843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.816Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.816Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.816Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513413040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.816Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.816Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.816Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "cds",
  "timestamp": 1632513410458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.816Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.816Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.817Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "clamp",
  "timestamp": 1632513411487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.817Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.817Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.817Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "policy-id",
  "timestamp": 1632513411460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.817Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.817Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.817Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513413341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.817Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.817Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.817Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513413345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.817Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.817Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.817Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513406843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.817Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.817Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.818Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "cds",
  "timestamp": 1632513410458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.818Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.818Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.818Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "policy-id",
  "timestamp": 1632513411460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.818Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.818Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.818Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "clamp",
  "timestamp": 1632513411487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.818Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.818Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.818Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513414348,
  "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-09-24T19:59:35.823Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6846982d-df14-4617-a158-e9293b2a28b4
2021-09-24T19:59:35.823Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6846982d-df14-4617-a158-e9293b2a28b4 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-09-24T19:59:35.828Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.828Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513414383,
  "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-09-24T19:59:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6846982d-df14-4617-a158-e9293b2a28b4
2021-09-24T19:59:35.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6846982d-df14-4617-a158-e9293b2a28b4 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-09-24T19:59:35.839Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.839Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513406843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.839Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.839Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.839Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "aai-ml",
  "timestamp": 1632513414288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.839Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.839Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.839Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "cds",
  "timestamp": 1632513410458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.840Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.840Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.840Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "clamp",
  "timestamp": 1632513411487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.840Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.840Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.840Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "policy-id",
  "timestamp": 1632513411460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.840Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.840Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.840Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513415351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:59:35.840Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.841Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.841Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513415386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:59:35.841Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.841Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.841Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513406843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.841Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.841Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.841Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513415885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.841Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.841Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.841Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "aai-ml",
  "timestamp": 1632513414288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.841Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.841Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.842Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "cds",
  "timestamp": 1632513410458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.842Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.842Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.842Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "policy-id",
  "timestamp": 1632513411460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.842Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.842Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.842Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "clamp",
  "timestamp": 1632513411487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.842Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.842Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.842Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513406843,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.842Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.842Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.842Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513416891,
  "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-09-24T19:59:35.846Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6846982d-df14-4617-a158-e9293b2a28b4
2021-09-24T19:59:35.846Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6846982d-df14-4617-a158-e9293b2a28b4 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-09-24T19:59:35.852Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "aai-ml",
  "timestamp": 1632513414288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513416355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513416389,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "cds",
  "timestamp": 1632513410458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.853Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "policy-id",
  "timestamp": 1632513411460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "clamp",
  "timestamp": 1632513411487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "dcae-sch",
  "timestamp": 1632513416763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513406843,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513417894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "aai-ml",
  "timestamp": 1632513414288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513416355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513416389,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "cds",
  "timestamp": 1632513410458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "policy-id",
  "timestamp": 1632513411460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "clamp",
  "timestamp": 1632513411487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "dcae-sch",
  "timestamp": 1632513416763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513406843,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "aai-ml",
  "timestamp": 1632513414288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513416355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513416389,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.856Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.856Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.856Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "clamp",
  "timestamp": 1632513411487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.856Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.856Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.856Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "policy-id",
  "timestamp": 1632513411460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.856Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.856Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.856Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "dcae-sch",
  "timestamp": 1632513416763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.856Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.856Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.856Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513406843,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.856Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "aai-ml",
  "timestamp": 1632513414288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513416355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513416389,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "clamp",
  "timestamp": 1632513411487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513419639,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "dcae-sch",
  "timestamp": 1632513416763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513406843,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "aai-ml",
  "timestamp": 1632513414288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513416389,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513416355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513419639,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "dcae-sch",
  "timestamp": 1632513416763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513406843,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "cds",
  "timestamp": 1632513421739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "aai-ml",
  "timestamp": 1632513414288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.859Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.859Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513416355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.859Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.859Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.859Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513416389,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.859Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.860Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.860Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513421439,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.860Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.860Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.860Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513419639,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.860Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.860Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.860Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "dcae-sch",
  "timestamp": 1632513416763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.861Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.861Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.861Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513406843,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.861Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.861Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.861Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "cds",
  "timestamp": 1632513422743,
  "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-09-24T19:59:35.874Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4
2021-09-24T19:59:35.874Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4 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-09-24T19:59:35.882Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.882Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "aai-ml",
  "timestamp": 1632513414288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.882Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.882Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.882Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513416355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.882Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.882Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.882Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513416389,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.883Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.883Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.883Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513421439,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.883Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.883Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.883Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513419639,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.883Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.883Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.883Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "dcae-sch",
  "timestamp": 1632513416763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.883Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.883Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.883Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "policy-id",
  "timestamp": 1632513423445,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.883Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.883Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.883Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513406843,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.883Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.883Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.883Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513416355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.884Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.884Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.884Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513416389,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.884Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.884Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.884Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513421439,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.884Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.884Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.884Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513419639,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.884Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.884Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.884Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "dcae-sch",
  "timestamp": 1632513416763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.884Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.884Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.884Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "policy-id",
  "timestamp": 1632513424448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:59:35.884Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.885Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.885Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "aai-ml",
  "timestamp": 1632513424539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.885Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.885Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.885Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513421439,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.885Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.885Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.885Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513419639,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.885Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.885Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.885Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513425454,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.885Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.885Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.886Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "policy-id",
  "timestamp": 1632513425450,
  "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-09-24T19:59:35.890Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4
2021-09-24T19:59:35.890Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4 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-09-24T19:59:35.898Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.899Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513425549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.899Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.899Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.899Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513421439,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.899Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.899Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.899Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513419639,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.899Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.899Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.899Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "dcae-sch",
  "timestamp": 1632513426367,
  "artifactURL": "/sdc/v1/catalog/services/a9b8ae53-2cf7-4a94-9aac-0caf5f249f30/resourceInstances/basicclamp0/artifacts/8c3f6310-5630-4577-b971-2b4ad9c6ab93",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.899Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.899Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.899Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513426634,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.899Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.899Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.899Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513426693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513421439,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513419639,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "dcae-sch",
  "timestamp": 1632513427597,
  "artifactURL": "/sdc/v1/catalog/services/a9b8ae53-2cf7-4a94-9aac-0caf5f249f30/resourceInstances/basicclamp0/artifacts/8c3f6310-5630-4577-b971-2b4ad9c6ab93",
  "status": "DEPLOY_OK"
}
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513427864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513427960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513421439,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.900Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "dcae-sch",
  "timestamp": 1632513428599,
  "artifactURL": "/sdc/v1/catalog/services/a9b8ae53-2cf7-4a94-9aac-0caf5f249f30/resourceInstances/basicclamp0/artifacts/8c3f6310-5630-4577-b971-2b4ad9c6ab93",
  "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-09-24T19:59:35.905Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4
2021-09-24T19:59:35.905Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4 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-09-24T19:59:35.913Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.913Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513428733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.913Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.913Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.913Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513428867,
  "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-09-24T19:59:35.918Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4
2021-09-24T19:59:35.918Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4 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-09-24T19:59:35.923Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.923Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513428979,
  "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-09-24T19:59:35.927Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4
2021-09-24T19:59:35.927Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4 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-09-24T19:59:35.934Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.934Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513421439,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.934Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.934Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.934Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513429877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:59:35.934Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.934Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.934Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513429981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:59:35.934Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.934Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.935Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c19182-fded-4c43-93e1-1ca148c115d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513430243,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T19:59:35.935Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.935Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.935Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513430348,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.935Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.935Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.935Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513430558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.935Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.935Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.935Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "aai-ml",
  "timestamp": 1632513431540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:59:35.935Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.935Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.935Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513431748,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.935Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.935Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.935Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513432538,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:59:35.935Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.936Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.936Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "aai-ml",
  "timestamp": 1632513432542,
  "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-09-24T19:59:35.940Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6846982d-df14-4617-a158-e9293b2a28b4
2021-09-24T19:59:35.940Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6846982d-df14-4617-a158-e9293b2a28b4 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-09-24T19:59:35.949Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.949Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "clamp",
  "timestamp": 1632513432654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.949Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.949Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.949Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513432753,
  "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-09-24T19:59:35.954Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4
2021-09-24T19:59:35.955Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4 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-09-24T19:59:35.961Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.961Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513433542,
  "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-09-24T19:59:35.966Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4
2021-09-24T19:59:35.967Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4 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-09-24T19:59:35.975Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.975Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "aai-ml",
  "timestamp": 1632513414288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.975Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.975Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.975Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513433755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:59:35.975Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.975Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.975Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "aai-ml",
  "timestamp": 1632513414288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.975Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.975Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.975Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "clamp",
  "timestamp": 1632513434659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:59:35.975Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.975Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.976Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "aai-ml",
  "timestamp": 1632513414288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.976Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.976Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.976Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.976Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.976Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.976Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "clamp",
  "timestamp": 1632513435661,
  "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-09-24T19:59:35.980Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6846982d-df14-4617-a158-e9293b2a28b4
2021-09-24T19:59:35.980Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6846982d-df14-4617-a158-e9293b2a28b4 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-09-24T19:59:35.988Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.988Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "aai-ml",
  "timestamp": 1632513414288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.988Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.988Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.989Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.989Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.989Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.989Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "clamp",
  "timestamp": 1632513411487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.989Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.989Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.989Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "aai-ml",
  "timestamp": 1632513414288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.989Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.989Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.989Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.989Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.989Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.989Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "clamp",
  "timestamp": 1632513411487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.989Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.989Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.989Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "aai-ml",
  "timestamp": 1632513414288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.989Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "clamp",
  "timestamp": 1632513411487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "aai-ml",
  "timestamp": 1632513414288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "clamp",
  "timestamp": 1632513411487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "aai-ml",
  "timestamp": 1632513414288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "clamp",
  "timestamp": 1632513411487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.990Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "clamp",
  "timestamp": 1632513411487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "clamp",
  "timestamp": 1632513411487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "aai-ml",
  "timestamp": 1632513442950,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "clamp",
  "timestamp": 1632513411487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513444787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513447063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.991Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "clamp",
  "timestamp": 1632513447656,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513448549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "clamp",
  "timestamp": 1632513448660,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "aai-ml",
  "timestamp": 1632513449638,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:59:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "clamp",
  "timestamp": 1632513450047,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T19:59:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513450153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:35.992Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:35.993Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:35.993Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "aai-ml",
  "timestamp": 1632513450640,
  "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-09-24T19:59:35.997Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4
2021-09-24T19:59:35.997Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4 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-09-24T19:59:36.005Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:36.005Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "clamp",
  "timestamp": 1632513451051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T19:59:36.005Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:36.006Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:36.006Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513451638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:36.006Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:36.006Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:36.006Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "clamp",
  "timestamp": 1632513452055,
  "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-09-24T19:59:36.010Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4
2021-09-24T19:59:36.010Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4 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-09-24T19:59:36.019Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:36.019Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513453247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T19:59:36.020Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:36.020Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:36.020Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513454343,
  "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-09-24T19:59:36.020Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:36.020Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:59:36.020Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513455347,
  "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-09-24T19:59:36.020Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:59:40.413Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6846982d-df14-4617-a158-e9293b2a28b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T19:59:40.422Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6846982d-df14-4617-a158-e9293b2a28b4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T19:59:40.424Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:59:40.424Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T19:59:40.424Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T19:59:40.425Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T19:59:40.425Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:59:40.425Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:59:40.425Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:59:40.425Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:59:40.425Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:59:40.425Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T19:59:40.425Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:59:40.430Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T20:00:10.431Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6846982d-df14-4617-a158-e9293b2a28b4 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-09-24T20:00:10.436Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6846982d-df14-4617-a158-e9293b2a28b4 and serviceModelVersionId: ffad3cd3-ac87-4047-8af8-9ecf2fe3f32a
2021-09-24T20:00:10.436Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 236949d5-3f6e-4a1d-ac4b-e0df23891804
2021-09-24T20:00:10.437Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/236949d5-3f6e-4a1d-ac4b-e0df23891804/model-vers/model-ver/ffad3cd3-ac87-4047-8af8-9ecf2fe3f32a?depth=0
2021-09-24T20:00:10.442Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T20:00:10.470Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/236949d5-3f6e-4a1d-ac4b-e0df23891804/model-vers/model-ver/ffad3cd3-ac87-4047-8af8-9ecf2fe3f32a?depth=0|INFO|500||Invoke
2021-09-24T20:00:10.471Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/236949d5-3f6e-4a1d-ac4b-e0df23891804/model-vers/model-ver/ffad3cd3-ac87-4047-8af8-9ecf2fe3f32a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/236949d5-3f6e-4a1d-ac4b-e0df23891804/model-vers/model-ver/ffad3cd3-ac87-4047-8af8-9ecf2fe3f32a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6846982d-df14-4617-a158-e9293b2a28b4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e9170f13-90ea-416f-8567-5c830b3df798], X-ECOMP-RequestID=[6846982d-df14-4617-a158-e9293b2a28b4], X-TransactionId=[], X-ONAP-RequestID=[6846982d-df14-4617-a158-e9293b2a28b4], Content-Type=[application/merge-patch+json]}
2021-09-24T20:00:10.494Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/236949d5-3f6e-4a1d-ac4b-e0df23891804/model-vers/model-ver/ffad3cd3-ac87-4047-8af8-9ecf2fe3f32a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-24T20:00:10.737Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/236949d5-3f6e-4a1d-ac4b-e0df23891804/model-vers/model-ver/ffad3cd3-ac87-4047-8af8-9ecf2fe3f32a?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/236949d5-3f6e-4a1d-ac4b-e0df23891804/model-vers/model-ver/ffad3cd3-ac87-4047-8af8-9ecf2fe3f32a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210924-20:00:10:500-60302], vertex-id=[295016], Content-Length=[0], Date=[Fri, 24 Sep 2021 20:00:10 GMT], Content-Type=[application/json]}
2021-09-24T20:00:10.738Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/236949d5-3f6e-4a1d-ac4b-e0df23891804/model-vers/model-ver/ffad3cd3-ac87-4047-8af8-9ecf2fe3f32a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-24T20:00:10.738Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/236949d5-3f6e-4a1d-ac4b-e0df23891804/model-vers/model-ver/ffad3cd3-ac87-4047-8af8-9ecf2fe3f32a?depth=0|INFO|500||InvokeReturn
2021-09-24T20:00:10.738Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T20:00:10.739Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||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-09-24T20:00:10.743Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T20:00:10.743Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6846982d-df14-4617-a158-e9293b2a28b4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T20:00:10.744Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T20:00:10.744Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:00:10.746Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:00:10.746Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513610744,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T20:00:10.846Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:00:10.847Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:00:10.847Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:00:10.861Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:00:10.861Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-24T20:00:11.758Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T20:00:11.758Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"a9b8ae53-2cf7-4a94-9aac-0caf5f249f30","serviceDescription":"service","serviceInvariantUUID":"aaec69fd-57e1-460f-b6c7-ea2db497056e","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f2520c47-f43b-4a1f-805f-caf49bba355b","resourceInvariantUUID":"af5e7f72-b707-4224-869c-4619309029c0","resourceCustomizationUUID":"f8642898-54c2-4788-8145-12b9db807c96","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8c3f6310-5630-4577-b971-2b4ad9c6ab93","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":"MzFmMmRkYzhhZjFkMzYzMTlhZWU4MzE3OTllOTEzMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"21d0ee80-6551-4621-abd7-adfb140c1126","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":"NmFkMTE2MDlmOGE3Yjg3YjNjMTFlMDY0ZTdmN2UxZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bb813f6d-67c9-4df6-81da-04d664060a61","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":"fd591f69-3dc1-493f-8b38-bad6d6366aed","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":"fba72d4a-f4ac-4c44-9fa4-bf2795e3b001","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":"622cbea9-50a9-434d-9ef1-4b1868b4ab15","artifactVersion":"2","generatedFromUUID":"fd591f69-3dc1-493f-8b38-bad6d6366aed"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Y2Y4OGI4MjlmMDZhOTYwYzg5ZjBjODI3MDk3NzNmMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"73c9dcbd-4889-4fd2-ac91-f880bba61ce6","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NGYyYjUxMThlMGE2YTY4NDdmMjdhYTRjNjVlMGZjNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4ce95a53-5b30-4b2c-9d58-fa46f6618c4a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T20:00:11.759Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T20:00:11.759Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:00:11.761Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:00:11.761Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:00:11.861Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:00:11.862Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:00:11.862Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:00:11.873Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:00:11.873Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:00:12.762Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T20:00:12.763Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:00:12.764Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:00:12.765Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:00:12.865Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:00:12.865Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:00:12.866Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:00:12.877Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:00:12.877Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:00:13.765Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T20:00:13.766Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:00:13.767Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:00:13.767Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T20:00:13.868Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T20:00:13.868Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:00:13.868Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:00:13.879Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:00:13.879Z||pool-140-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:00:14.768Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T20:00:14.769Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:00:14.770Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:00:14.771Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-24T20:00:14.871Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:00:14.872Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:00:14.872Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:00:14.884Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:00:14.884Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:00:15.771Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T20:00:15.772Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:00:15.775Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:00:15.775Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:00:15.875Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:00:15.876Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:00:15.876Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:00:15.887Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:00:15.887Z||pool-142-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:00:16.776Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T20:00:16.776Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:00:16.779Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:00:16.779Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-24T20:00:16.879Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:00:16.880Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:00:16.880Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:00:16.893Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:00:16.893Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:00:17.779Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T20:00:17.780Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:00:17.782Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:00:17.782Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:00:17.883Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T20:00:17.883Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:00:17.884Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:00:17.897Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:00:17.897Z||pool-144-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:00:18.783Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T20:00:18.784Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:00:18.789Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:00:18.789Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T20:00:18.886Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-24T20:00:18.887Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:00:18.887Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:00:18.897Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:00:18.897Z||pool-145-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:00:19.790Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "a9b8ae53-2cf7-4a94-9aac-0caf5f249f30",
  "serviceDescription": "service",
  "serviceInvariantUUID": "aaec69fd-57e1-460f-b6c7-ea2db497056e",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "f8642898-54c2-4788-8145-12b9db807c96",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f2520c47-f43b-4a1f-805f-caf49bba355b",
      "resourceInvariantUUID": "af5e7f72-b707-4224-869c-4619309029c0",
      "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": "NmFkMTE2MDlmOGE3Yjg3YjNjMTFlMDY0ZTdmN2UxZTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bb813f6d-67c9-4df6-81da-04d664060a61",
          "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": "fd591f69-3dc1-493f-8b38-bad6d6366aed",
          "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": "622cbea9-50a9-434d-9ef1-4b1868b4ab15",
            "generatedFromUUID": "fd591f69-3dc1-493f-8b38-bad6d6366aed"
          },
          "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": "622cbea9-50a9-434d-9ef1-4b1868b4ab15",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NGYyYjUxMThlMGE2YTY4NDdmMjdhYTRjNjVlMGZjNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4ce95a53-5b30-4b2c-9d58-fa46f6618c4a"
    }
  ],
  "workloadContext": "Production"
}
2021-09-24T20:00:19.791Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T20:00:19.791Z|6846982d-df14-4617-a158-e9293b2a28b4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a9b8ae53-2cf7-4a94-9aac-0caf5f249f30 ASDC
2021-09-24T20:00:19.791Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:a9b8ae53-2cf7-4a94-9aac-0caf5f249f30
ServiceInvariantUUID:aaec69fd-57e1-460f-b6c7-ea2db497056e
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:4ce95a53-5b30-4b2c-9d58-fa46f6618c4a
ArtifactChecksum:NGYyYjUxMThlMGE2YTY4NDdmMjdhYTRjNjVlMGZjNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:f8642898-54c2-4788-8145-12b9db807c96
ResourceInvariantUUID:af5e7f72-b707-4224-869c-4619309029c0
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:f2520c47-f43b-4a1f-805f-caf49bba355b
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:bb813f6d-67c9-4df6-81da-04d664060a61
ArtifactChecksum:NmFkMTE2MDlmOGE3Yjg3YjNjMTFlMDY0ZTdmN2UxZTU=
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:fd591f69-3dc1-493f-8b38-bad6d6366aed
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:622cbea9-50a9-434d-9ef1-4b1868b4ab15
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:622cbea9-50a9-434d-9ef1-4b1868b4ab15
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-24T20:00:19.791Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a9b8ae53-2cf7-4a94-9aac-0caf5f249f30 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-09-24T20:00:19.830Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T20:00:19.831Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T20:00:19.831Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T20:00:19.831Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4ce95a53-5b30-4b2c-9d58-fa46f6618c4a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-24T20:00:19.831Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T20:00:19.831Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-24T20:00:23.245Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T20:00:23.250Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 4ce95a53-5b30-4b2c-9d58-fa46f6618c4a 76933
2021-09-24T20:00:23.250Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-24T20:00:23.250Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-24T20:00:23.250Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T20:00:23.250Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:00:23.252Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:00:23.252Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513623250,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T20:00:23.353Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:00:23.353Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:00:23.353Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:00:23.365Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:00:23.365Z||pool-146-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:00:24.253Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T20:00:24.254Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T20:00:24.254Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4ce95a53-5b30-4b2c-9d58-fa46f6618c4a, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T20:00:24.255Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-24T20:00:24.255Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T20:00:24.255Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T20:00:24.346Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17650538076550295440/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-09-24T20:00:25.278Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T20:00:25.278Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T20:00:25.278Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T20:00:25.278Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-09-24T20:00:25.278Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T20:00:25.278Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T20:00:25.278Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T20:00:25.279Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T20:00:25.279Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T20:00:25.279Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T20:00:25.279Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T20:00:25.279Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T20:00:25.279Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T20:00:25.279Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T20:00:25.279Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T20:00:25.279Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:25.279Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:00:25.279Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-24T20:00:25.279Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T20:00:25.280Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T20:00:25.280Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:25.280Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:00:25.280Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-24T20:00:25.280Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T20:00:25.280Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T20:00:25.280Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:25.280Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:00:25.280Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:25.280Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-24T20:00:25.280Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-24T20:00:25.281Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-24T20:00:25.281Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-24T20:00:25.281Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T20:00:25.281Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T20:00:25.281Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:25.281Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T20:00:25.281Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:25.281Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-24T20:00:25.281Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T20:00:25.281Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:25.282Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-24T20:00:25.282Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T20:00:25.282Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:25.282Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-24T20:00:25.282Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T20:00:25.282Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:25.282Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-24T20:00:25.282Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-24T20:00:25.282Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T20:00:25.282Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=29c52523-de87-4de5-a8b2-14554172dfb0
2021-09-24T20:00:25.282Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:25.282Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:00:25.282Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:25.282Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:00:25.282Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:25.282Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:00:25.283Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:25.283Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:00:25.283Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:a9b8ae53-2cf7-4a94-9aac-0caf5f249f30
Model Version:NULL
Model InvariantUuid:aaec69fd-57e1-460f-b6c7-ea2db497056e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:52bd9c65-81b1-48b0-b009-c742f4dc75e2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:af5e7f72-b707-4224-869c-4619309029c0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f8642898-54c2-4788-8145-12b9db807c96
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:515f42a5-f835-4049-870d-9a8e7fb91b2a
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:1692cf2b-5384-41e7-9032-796b96052a61
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:29c52523-de87-4de5-a8b2-14554172dfb0
ModelInvariantUuid:8db6b034-a36c-421d-8dbb-787fb2320736
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:c34fb070-5afd-4824-98d3-27742aee028b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:87ea2840-127f-4fcd-b4f1-64efb24a5baa
ModelInvariantUuid:37d1ed8b-a04a-4ea7-8347-f2c340bb2a81
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:f0982c7c-fbd3-481e-b7b1-bce8522900fc
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-09-24T20:00:25.288Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: f2520c47-f43b-4a1f-805f-caf49bba355b
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-09-24T20:00:25.290Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||basicclamp 0
2021-09-24T20:00:25.290Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f2520c47-f43b-4a1f-805f-caf49bba355b
2021-09-24T20:00:25.290Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bb813f6d-67c9-4df6-81da-04d664060a61 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-24T20:00:25.290Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T20:00:25.290Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-24T20:00:25.752Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T20:00:25.752Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json bb813f6d-67c9-4df6-81da-04d664060a61 790
2021-09-24T20:00:25.752Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-24T20:00:25.752Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-24T20:00:25.753Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T20:00:25.753Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:00:25.755Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:00:25.755Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513625752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T20:00:25.855Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:00:25.856Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:00:25.856Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:00:25.867Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:00:25.868Z||pool-147-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:00:26.756Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "515f42a5-f835-4049-870d-9a8e7fb91b2a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1692cf2b-5384-41e7-9032-796b96052a61",
    "vfModuleModelCustomizationUUID": "dd0ef1c3-793f-4f12-b573-1a498cf2e078",
    "isBase": true,
    "artifacts": [
      "fd591f69-3dc1-493f-8b38-bad6d6366aed",
      "622cbea9-50a9-434d-9ef1-4b1868b4ab15"
    ],
    "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-09-24T20:00:26.759Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1692cf2b-5384-41e7-9032-796b96052a61
VfModuleModelInvariantUUID:515f42a5-f835-4049-870d-9a8e7fb91b2a
VfModuleModelDescription:NULL
Artifacts UUID List:{
fd591f69-3dc1-493f-8b38-bad6d6366aed
,
622cbea9-50a9-434d-9ef1-4b1868b4ab15

}
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-09-24T20:00:26.761Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "515f42a5-f835-4049-870d-9a8e7fb91b2a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1692cf2b-5384-41e7-9032-796b96052a61",
    "vfModuleModelCustomizationUUID": "dd0ef1c3-793f-4f12-b573-1a498cf2e078",
    "isBase": true,
    "artifacts": [
      "fd591f69-3dc1-493f-8b38-bad6d6366aed",
      "622cbea9-50a9-434d-9ef1-4b1868b4ab15"
    ],
    "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-09-24T20:00:26.761Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1692cf2b-5384-41e7-9032-796b96052a61
VfModuleModelInvariantUUID:515f42a5-f835-4049-870d-9a8e7fb91b2a
VfModuleModelDescription:NULL
Artifacts UUID List:{
fd591f69-3dc1-493f-8b38-bad6d6366aed
,
622cbea9-50a9-434d-9ef1-4b1868b4ab15

}
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-09-24T20:00:26.762Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fd591f69-3dc1-493f-8b38-bad6d6366aed from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-24T20:00:26.762Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T20:00:26.762Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-24T20:00:27.160Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T20:00:27.160Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml fd591f69-3dc1-493f-8b38-bad6d6366aed 5033
2021-09-24T20:00:27.161Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-24T20:00:27.161Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-24T20:00:27.161Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T20:00:27.161Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:00:27.163Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:00:27.163Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513627161,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T20:00:27.263Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:00:27.264Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:00:27.264Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:00:27.277Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:00:27.277Z||pool-148-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:00:28.163Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 622cbea9-50a9-434d-9ef1-4b1868b4ab15 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-24T20:00:28.164Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T20:00:28.164Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-24T20:00:28.760Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T20:00:28.760Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 622cbea9-50a9-434d-9ef1-4b1868b4ab15 909
2021-09-24T20:00:28.761Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-24T20:00:28.761Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-24T20:00:28.761Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T20:00:28.761Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:00:28.763Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:00:28.763Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513628761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T20:00:28.863Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:00:28.864Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:00:28.864Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:00:28.873Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:00:28.874Z||pool-149-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:00:29.764Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a9b8ae53-2cf7-4a94-9aac-0caf5f249f30
2021-09-24T20:00:29.764Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 f2520c47-f43b-4a1f-805f-caf49bba355b 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-09-24T20:00:29.777Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:29.777Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:00:29.777Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-24T20:00:29.777Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= f8642898-54c2-4788-8145-12b9db807c96
2021-09-24T20:00:29.778Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f8642898-54c2-4788-8145-12b9db807c96 matches Tosca VF Customization UUID: f8642898-54c2-4788-8145-12b9db807c96
2021-09-24T20:00:29.778Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: f8642898-54c2-4788-8145-12b9db807c96  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-09-24T20:00:29.780Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:29.780Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:00:29.781Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id f8642898-54c2-4788-8145-12b9db807c96: {\"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-09-24T20:00:29.781Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c20fd84
2021-09-24T20:00:29.781Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:29.781Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T20:00:29.781Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd0ef1c3-793f-4f12-b573-1a498cf2e078
2021-09-24T20:00:29.781Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd0ef1c3-793f-4f12-b573-1a498cf2e078
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-09-24T20:00:29.783Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:29.783Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-24T20:00:29.783Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T20:00:29.784Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:29.784Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-24T20:00:29.784Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T20:00:29.784Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:29.784Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-24T20:00:29.784Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-24T20:00:29.784Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T20:00:29.784Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=29c52523-de87-4de5-a8b2-14554172dfb0
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-09-24T20:00:29.786Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:29.787Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-24T20:00:29.787Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T20:00:29.787Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:29.787Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-24T20:00:29.787Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=f8642898-54c2-4788-8145-12b9db807c96
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-09-24T20:00:29.789Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:29.789Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:00:29.789Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a9b8ae53-2cf7-4a94-9aac-0caf5f249f30: basicclamp
2021-09-24T20:00:29.789Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:29.789Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:00:29.790Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:29.790Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:00:29.790Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:29.790Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:00:29.790Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:29.790Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:00:29.790Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:00:29.790Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:00:29.791Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||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-09-24T20:00:29.860Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp f2520c47-f43b-4a1f-805f-caf49bba355b 1 ASDC deployResourceStructure
2021-09-24T20:00:29.860Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-24T20:00:29.860Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-24T20:00:29.860Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T20:00:29.860Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:00:29.862Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:00:29.862Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513629860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T20:00:29.963Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:00:29.963Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:00:29.963Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:00:29.975Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:00:29.975Z||pool-150-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:00:30.863Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-24T20:00:30.863Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-24T20:00:30.864Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T20:00:30.864Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:00:30.866Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:00:30.866Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513630863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T20:00:30.966Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:00:30.967Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:00:30.967Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:00:30.976Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:00:30.977Z||pool-151-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-24T20:00:31.867Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-24T20:00:31.867Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-24T20:00:31.867Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T20:00:31.868Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:00:31.870Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:00:31.870Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513631867,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-24T20:00:31.970Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:00:31.971Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:00:31.971Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:00:31.982Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:00:31.983Z||pool-152-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:00:32.871Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-24T20:00:32.871Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-24T20:00:32.871Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T20:00:32.871Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:00:32.874Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:00:32.874Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513632870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T20:00:32.974Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:00:32.975Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:00:32.975Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:00:32.987Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:00:32.987Z||pool-153-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:00:33.874Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T20:00:33.886Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T20:00:33.888Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T20:00:33.889Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T20:00:33.889Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T20:00:33.889Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T20:00:33.889Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T20:00:33.889Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T20:00:33.889Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T20:00:33.889Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T20:00:33.889Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T20:00:33.889Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T20:00:33.889Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T20:00:33.889Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T20:00:33.894Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T20:00:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:00:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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-09-24T20:00:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:00:35.722Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:00:35.723Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T20:00:35.723Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513456351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T20:00:35.723Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:00:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T20:00:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513457354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T20:00:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:00:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T20:00:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513458359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-24T20:00:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:00:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T20:00:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513459362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T20:00:35.724Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:01:03.894Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4 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-09-24T20:01:03.899Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4 and serviceModelVersionId: a9b8ae53-2cf7-4a94-9aac-0caf5f249f30
2021-09-24T20:01:03.899Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aaec69fd-57e1-460f-b6c7-ea2db497056e
2021-09-24T20:01:03.900Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aaec69fd-57e1-460f-b6c7-ea2db497056e/model-vers/model-ver/a9b8ae53-2cf7-4a94-9aac-0caf5f249f30?depth=0
2021-09-24T20:01:03.905Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T20:01:03.927Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aaec69fd-57e1-460f-b6c7-ea2db497056e/model-vers/model-ver/a9b8ae53-2cf7-4a94-9aac-0caf5f249f30?depth=0|INFO|500||Invoke
2021-09-24T20:01:03.928Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aaec69fd-57e1-460f-b6c7-ea2db497056e/model-vers/model-ver/a9b8ae53-2cf7-4a94-9aac-0caf5f249f30?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aaec69fd-57e1-460f-b6c7-ea2db497056e/model-vers/model-ver/a9b8ae53-2cf7-4a94-9aac-0caf5f249f30?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[53fedf9c-7227-472c-87ef-a4a41d0692e1], X-ECOMP-RequestID=[f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4], X-TransactionId=[], X-ONAP-RequestID=[f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4], Content-Type=[application/merge-patch+json]}
2021-09-24T20:01:03.942Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aaec69fd-57e1-460f-b6c7-ea2db497056e/model-vers/model-ver/a9b8ae53-2cf7-4a94-9aac-0caf5f249f30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-24T20:01:04.162Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aaec69fd-57e1-460f-b6c7-ea2db497056e/model-vers/model-ver/a9b8ae53-2cf7-4a94-9aac-0caf5f249f30?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/aaec69fd-57e1-460f-b6c7-ea2db497056e/model-vers/model-ver/a9b8ae53-2cf7-4a94-9aac-0caf5f249f30?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210924-20:01:03:949-38078], vertex-id=[208960], Content-Length=[0], Date=[Fri, 24 Sep 2021 20:01:03 GMT], Content-Type=[application/json]}
2021-09-24T20:01:04.163Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aaec69fd-57e1-460f-b6c7-ea2db497056e/model-vers/model-ver/a9b8ae53-2cf7-4a94-9aac-0caf5f249f30?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-24T20:01:04.163Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aaec69fd-57e1-460f-b6c7-ea2db497056e/model-vers/model-ver/a9b8ae53-2cf7-4a94-9aac-0caf5f249f30?depth=0|INFO|500||InvokeReturn
2021-09-24T20:01:04.163Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T20:01:04.163Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||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-09-24T20:01:04.167Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T20:01:04.168Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T20:01:04.168Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T20:01:04.168Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:01:04.169Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:01:04.170Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513664168,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T20:01:04.270Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:01:04.270Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:01:04.270Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:01:04.284Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:01:04.285Z||pool-154-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-24T20:01:05.182Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:01:05.183Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|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-09-24T20:01:05.183Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:01:15.384Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:01:15.385Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:01:15.385Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|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-09-24T20:01:15.386Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:01:24.928Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:01:24.928Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:01:24.929Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|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-09-24T20:01:24.929Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:01:34.470Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:01:34.471Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:01:34.472Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|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-09-24T20:01:34.472Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:01:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:01:35.702Z||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-09-24T20:01:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:01:35.725Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:01:35.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T20:01:35.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6846982d-df14-4617-a158-e9293b2a28b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513610744,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T20:01:35.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:01:35.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T20:01:35.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:01:35.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:01:35.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T20:01:35.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:01:35.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:01:35.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T20:01:35.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T20:01:35.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:01:35.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T20:01:35.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-24T20:01:35.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:01:35.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T20:01:35.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:01:35.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:01:35.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T20:01:35.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-24T20:01:35.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:01:35.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T20:01:35.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:01:35.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:01:35.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T20:01:35.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513431259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T20:01:35.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:01:35.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T20:01:35.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513623250,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T20:01:35.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:01:35.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T20:01:35.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513625752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T20:01:35.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:01:35.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T20:01:35.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513627161,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T20:01:35.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:01:35.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T20:01:35.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513628761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T20:01:35.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:01:35.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T20:01:35.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513629860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T20:01:35.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:01:35.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T20:01:35.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513630863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T20:01:35.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:01:35.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T20:01:35.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513631867,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-24T20:01:35.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:01:35.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T20:01:35.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513632870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T20:01:35.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:01:44.012Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:01:44.013Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:01:44.013Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|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-09-24T20:01:44.013Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:01:53.554Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:01:53.555Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:01:53.555Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|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-09-24T20:01:53.555Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:02:03.100Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:02:03.101Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:02:03.101Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|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-09-24T20:02:03.101Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:02:12.643Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:02:12.643Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:02:12.644Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|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-09-24T20:02:12.644Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:02:18.151Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:02:18.151Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T20:02:18.152Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"358843c1-68ae-4e26-952c-7b52a37ea1ca","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d5d88da6-b4a5-4bc4-a406-fc5031743e58","serviceDescription":"service","serviceInvariantUUID":"2634e2e4-76d9-444e-bb2c-fed2cc262fb8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3d407b8f-976b-482a-abd1-82be9b023aba","resourceInvariantUUID":"c05bba48-c488-4c6e-9755-c461b96a0efa","resourceCustomizationUUID":"4f3d9169-5c13-4450-8826-b8a3317b1499","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZWYzNmE1NDUwMGEzODY4MjBkYmE4OGE2MzBhZjM1NTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f09d7eb4-8456-418b-8847-5d890c4ce705","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1991f796-85e7-4d7b-b560-a2e8ded7397f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a61be239-7448-4a6f-90a3-1561da2a124d","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"MzVlYmJjYWJlNzZmOGQ1OGQyZjA2MTg2M2Q3YzJjZjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"10a303d6-0d84-415e-9165-48c1e55a660e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"85f48ecc-c9da-4541-b6a0-09ca07b25e52","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da7df5ac-0bad-40eb-99e7-d26670484654","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f3305767-f9e3-4acd-9b06-b78c58603b37","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"NjBlMjY5OTY3YTdkMTk5NjdlZjhhYmZjOWQxMzIzNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"37f95361-e2e6-4d43-8350-fe959af131a8","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NTU2NmMwYTEyODk3ZDdiZTQ4NmQyNzc4ZDJmZDllMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d8996ed-4beb-4467-91fe-77004570a9bb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T20:02:18.154Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T20:02:18.154Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:02:18.157Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:02:18.157Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513732643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:02:18.257Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:02:18.258Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:02:18.258Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:02:18.269Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:02:18.269Z||pool-155-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:02:19.158Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T20:02:19.158Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:02:19.160Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:02:19.160Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513732643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:02:19.261Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:02:19.262Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:02:19.263Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:02:19.272Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:02:19.272Z||pool-156-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:02:20.162Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T20:02:20.162Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:02:20.164Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:02:20.164Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513732643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:02:20.265Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T20:02:20.265Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:02:20.265Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:02:20.273Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:02:20.273Z||pool-157-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:02:21.165Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T20:02:21.165Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:02:21.167Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:02:21.167Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513732643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:02:21.267Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:02:21.268Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:02:21.268Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:02:21.284Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:02:21.284Z||pool-158-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-24T20:02:22.167Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T20:02:22.168Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:02:22.170Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:02:22.170Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513732643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:02:22.270Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:02:22.271Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:02:22.272Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:02:22.280Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:02:22.280Z||pool-159-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:02:23.171Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T20:02:23.171Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:02:23.173Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:02:23.173Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513732643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:02:23.273Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:02:23.274Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:02:23.274Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:02:23.285Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:02:23.285Z||pool-160-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:02:24.173Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T20:02:24.174Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:02:24.176Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:02:24.177Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513732643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:02:24.276Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T20:02:24.277Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:02:24.277Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:02:24.292Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:02:24.292Z||pool-161-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:02:25.177Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T20:02:25.178Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:02:25.179Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:02:25.180Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513732643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:02:25.280Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:02:25.281Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:02:25.281Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:02:25.288Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:02:25.288Z||pool-162-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:02:26.180Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T20:02:26.181Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:02:26.183Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:02:26.184Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513732643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T20:02:26.284Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:02:26.284Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:02:26.284Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:02:26.294Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:02:26.295Z||pool-163-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:02:27.184Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d5d88da6-b4a5-4bc4-a406-fc5031743e58",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2634e2e4-76d9-444e-bb2c-fed2cc262fb8",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "4f3d9169-5c13-4450-8826-b8a3317b1499",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3d407b8f-976b-482a-abd1-82be9b023aba",
      "resourceInvariantUUID": "c05bba48-c488-4c6e-9755-c461b96a0efa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "NTU2NmMwYTEyODk3ZDdiZTQ4NmQyNzc4ZDJmZDllMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9d8996ed-4beb-4467-91fe-77004570a9bb"
    }
  ],
  "workloadContext": "Production"
}
2021-09-24T20:02:27.185Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T20:02:27.185Z|f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d5d88da6-b4a5-4bc4-a406-fc5031743e58 ASDC
2021-09-24T20:02:27.185Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:358843c1-68ae-4e26-952c-7b52a37ea1ca
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:d5d88da6-b4a5-4bc4-a406-fc5031743e58
ServiceInvariantUUID:2634e2e4-76d9-444e-bb2c-fed2cc262fb8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:9d8996ed-4beb-4467-91fe-77004570a9bb
ArtifactChecksum:NTU2NmMwYTEyODk3ZDdiZTQ4NmQyNzc4ZDJmZDllMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:4f3d9169-5c13-4450-8826-b8a3317b1499
ResourceInvariantUUID:c05bba48-c488-4c6e-9755-c461b96a0efa
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:3d407b8f-976b-482a-abd1-82be9b023aba
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-24T20:02:27.185Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5d88da6-b4a5-4bc4-a406-fc5031743e58 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-09-24T20:02:27.207Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T20:02:27.207Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T20:02:27.208Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T20:02:27.208Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9d8996ed-4beb-4467-91fe-77004570a9bb from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-24T20:02:27.208Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T20:02:27.208Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-24T20:02:27.367Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T20:02:27.375Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 9d8996ed-4beb-4467-91fe-77004570a9bb 106315
2021-09-24T20:02:27.375Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-24T20:02:27.375Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-24T20:02:27.376Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T20:02:27.376Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:02:27.378Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:02:27.378Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513747375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T20:02:27.479Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T20:02:27.479Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:02:27.479Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:02:27.491Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:02:27.491Z||pool-164-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:02:28.379Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T20:02:28.380Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T20:02:28.380Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9d8996ed-4beb-4467-91fe-77004570a9bb, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T20:02:28.381Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-24T20:02:28.381Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T20:02:28.381Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T20:02:28.458Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16845604615968218527/Definitions/service-TestPnfMacro-template.yml
2021-09-24T20:02:29.044Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T20:02:29.044Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T20:02:29.045Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T20:02:29.045Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-24T20:02:29.045Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T20:02:29.045Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T20:02:29.045Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T20:02:29.045Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T20:02:29.045Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T20:02:29.045Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T20:02:29.045Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T20:02:29.045Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T20:02:29.045Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T20:02:29.045Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:02:29.046Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:02:29.046Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-24T20:02:29.046Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T20:02:29.046Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T20:02:29.046Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:02:29.046Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:02:29.047Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-24T20:02:29.047Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T20:02:29.047Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T20:02:29.047Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:02:29.047Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:02:29.048Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:02:29.048Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:02:29.048Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:02:29.048Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:02:29.048Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:02:29.049Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:02:29.049Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:02:29.049Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:02:29.049Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:d5d88da6-b4a5-4bc4-a406-fc5031743e58
Model Version:NULL
Model InvariantUuid:2634e2e4-76d9-444e-bb2c-fed2cc262fb8
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-09-24T20:02:29.055Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3d407b8f-976b-482a-abd1-82be9b023aba
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-09-24T20:02:29.057Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||test-pnf 0
2021-09-24T20:02:29.058Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3d407b8f-976b-482a-abd1-82be9b023aba
2021-09-24T20:02:29.058Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||No resources found for Service: d5d88da6-b4a5-4bc4-a406-fc5031743e58
2021-09-24T20:02:29.058Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d5d88da6-b4a5-4bc4-a406-fc5031743e58
2021-09-24T20:02:29.058Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 3d407b8f-976b-482a-abd1-82be9b023aba 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-09-24T20:02:29.062Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:02:29.062Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:02:29.062Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d5d88da6-b4a5-4bc4-a406-fc5031743e58: test-pnf
2021-09-24T20:02:29.063Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||Processing PNF resource: 3d407b8f-976b-482a-abd1-82be9b023aba
2021-09-24T20:02:29.063Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T20:02:29.063Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T20:02:29.063Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||Resource customization UUID: 4f3d9169-5c13-4450-8826-b8a3317b1499 is the same as notified resource customizationUUID: 4f3d9169-5c13-4450-8826-b8a3317b1499
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-09-24T20:02:29.091Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 3d407b8f-976b-482a-abd1-82be9b023aba 0 ASDC deployResourceStructure
2021-09-24T20:02:29.091Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-24T20:02:29.091Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-24T20:02:29.092Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T20:02:29.092Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:02:29.094Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:02:29.094Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513749091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T20:02:29.194Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:02:29.195Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:02:29.195Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:02:29.206Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:02:29.207Z||pool-165-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T20:02:30.095Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 358843c1-68ae-4e26-952c-7b52a37ea1ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T20:02:30.106Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 358843c1-68ae-4e26-952c-7b52a37ea1ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T20:02:30.108Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T20:02:30.108Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T20:02:30.108Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T20:02:35.702Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:02:35.702Z||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-09-24T20:02:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:02:35.725Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:02:35.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:02:35.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4f2e41c-7a00-4c5b-a8d2-c5076f1c9dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513664168,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T20:02:35.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:03:00.108Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 358843c1-68ae-4e26-952c-7b52a37ea1ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T20:03:00.120Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 358843c1-68ae-4e26-952c-7b52a37ea1ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T20:03:00.122Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T20:03:00.122Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T20:03:00.122Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T20:03:30.123Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 358843c1-68ae-4e26-952c-7b52a37ea1ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T20:03:30.132Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 358843c1-68ae-4e26-952c-7b52a37ea1ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T20:03:30.135Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T20:03:30.135Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T20:03:30.135Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T20:03:35.702Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:03:35.703Z||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-09-24T20:03:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:03:35.733Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:03:35.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513733506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513732643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513728859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "dcae-sch",
  "timestamp": 1632513736763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "policy-id",
  "timestamp": 1632513731238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513733506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513728859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "dcae-sch",
  "timestamp": 1632513736763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513732643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "policy-id",
  "timestamp": 1632513731238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513733506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513728859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "dcae-sch",
  "timestamp": 1632513736763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513732643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "policy-id",
  "timestamp": 1632513731238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513739639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "cds",
  "timestamp": 1632513739945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513733506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513732643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "dcae-sch",
  "timestamp": 1632513736763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "policy-id",
  "timestamp": 1632513731238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513728859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513739639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "cds",
  "timestamp": 1632513739945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "clamp",
  "timestamp": 1632513741487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513733506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513728859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "dcae-sch",
  "timestamp": 1632513736763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513732643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "policy-id",
  "timestamp": 1632513731238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513739639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "cds",
  "timestamp": 1632513739945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "clamp",
  "timestamp": 1632513741487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513733506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513728859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "dcae-sch",
  "timestamp": 1632513736763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513732643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "policy-id",
  "timestamp": 1632513731238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513739639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "cds",
  "timestamp": 1632513739945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "clamp",
  "timestamp": 1632513741487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513733506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513728859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "dcae-sch",
  "timestamp": 1632513736763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513732643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "policy-id",
  "timestamp": 1632513731238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513739639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "cds",
  "timestamp": 1632513739945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "aai-ml",
  "timestamp": 1632513744288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "clamp",
  "timestamp": 1632513741487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513733506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "dcae-sch",
  "timestamp": 1632513736763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513732643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513728859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "policy-id",
  "timestamp": 1632513731238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513739639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "cds",
  "timestamp": 1632513739945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "aai-ml",
  "timestamp": 1632513744288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "clamp",
  "timestamp": 1632513741487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632513733506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T20:03:35.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "dcae-sch",
  "timestamp": 1632513736763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632513728859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T20:03:35.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513732643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T20:03:35.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "policy-id",
  "timestamp": 1632513731238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T20:03:35.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513739639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "cds",
  "timestamp": 1632513739945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "aai-ml",
  "timestamp": 1632513744288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "clamp",
  "timestamp": 1632513741487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513739639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "policy-id",
  "timestamp": 1632513747333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T20:03:35.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:03:35.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513747375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T20:03:35.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:03:35.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513746843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "cds",
  "timestamp": 1632513739945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "aai-ml",
  "timestamp": 1632513744288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "clamp",
  "timestamp": 1632513741487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632513739639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T20:03:35.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "policy-id",
  "timestamp": 1632513748337,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T20:03:35.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:03:35.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513746843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "cds",
  "timestamp": 1632513739945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T20:03:35.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "aai-ml",
  "timestamp": 1632513744288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513749091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T20:03:35.758Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:03:35.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "clamp",
  "timestamp": 1632513741487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "policy-id",
  "timestamp": 1632513749340,
  "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-09-24T20:03:35.764Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 358843c1-68ae-4e26-952c-7b52a37ea1ca
2021-09-24T20:03:35.764Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 358843c1-68ae-4e26-952c-7b52a37ea1ca 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-09-24T20:03:35.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513746843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.773Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "aai-ml",
  "timestamp": 1632513744288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.773Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "clamp",
  "timestamp": 1632513741487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T20:03:35.774Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "cds",
  "timestamp": 1632513750158,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T20:03:35.774Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:03:35.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513746843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.774Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "aai-ml",
  "timestamp": 1632513744288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.774Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "cds",
  "timestamp": 1632513751366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T20:03:35.779Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 358843c1-68ae-4e26-952c-7b52a37ea1ca
2021-09-24T20:03:35.779Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 358843c1-68ae-4e26-952c-7b52a37ea1ca 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-09-24T20:03:35.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513746843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "aai-ml",
  "timestamp": 1632513744288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513751439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513746843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "aai-ml",
  "timestamp": 1632513744288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T20:03:35.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513751439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513746843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-24T20:03:35.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "clamp",
  "timestamp": 1632513753707,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T20:03:35.790Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:03:35.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513751439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "aai-ml",
  "timestamp": 1632513754392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T20:03:35.791Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:03:35.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513746843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "clamp",
  "timestamp": 1632513754719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T20:03:35.791Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:03:35.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513751439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:03:35.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T20:03:35.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513746843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:03:35.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:04:00.135Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 358843c1-68ae-4e26-952c-7b52a37ea1ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T20:04:00.146Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 358843c1-68ae-4e26-952c-7b52a37ea1ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T20:04:00.147Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T20:04:00.148Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T20:04:00.148Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T20:04:30.148Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 358843c1-68ae-4e26-952c-7b52a37ea1ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T20:04:30.159Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 358843c1-68ae-4e26-952c-7b52a37ea1ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T20:04:30.161Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T20:04:30.162Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T20:04:30.162Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T20:04:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:04:35.702Z||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-09-24T20:04:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:04:35.725Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:04:35.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-24T20:04:35.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "clamp",
  "timestamp": 1632513755722,
  "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-09-24T20:04:35.732Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 358843c1-68ae-4e26-952c-7b52a37ea1ca
2021-09-24T20:04:35.732Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 358843c1-68ae-4e26-952c-7b52a37ea1ca 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-09-24T20:05:00.162Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 358843c1-68ae-4e26-952c-7b52a37ea1ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T20:05:00.172Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 358843c1-68ae-4e26-952c-7b52a37ea1ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T20:05:00.174Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T20:05:00.175Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T20:05:00.175Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T20:05:30.175Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 358843c1-68ae-4e26-952c-7b52a37ea1ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T20:05:30.187Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 358843c1-68ae-4e26-952c-7b52a37ea1ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T20:05:30.189Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T20:05:30.189Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T20:05:30.190Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T20:05:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:05:35.702Z||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-09-24T20:05:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:05:36.226Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:05:36.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-24T20:05:36.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513751439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:05:36.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:05:36.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-24T20:05:36.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513757062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T20:05:36.227Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:05:36.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-24T20:05:36.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513751439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:05:36.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:05:36.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-24T20:05:36.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513758080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T20:05:36.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:05:36.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-24T20:05:36.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513751439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:05:36.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:05:36.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-24T20:05:36.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513751439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T20:05:36.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:05:36.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-24T20:05:36.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632513759082,
  "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-09-24T20:05:36.235Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 358843c1-68ae-4e26-952c-7b52a37ea1ca
2021-09-24T20:05:36.235Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 358843c1-68ae-4e26-952c-7b52a37ea1ca 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-09-24T20:05:36.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-24T20:05:36.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "aai-ml",
  "timestamp": 1632513759350,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T20:05:36.242Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:05:36.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-24T20:05:36.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513751439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T20:05:36.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-24T20:05:36.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-24T20:05:36.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "aai-ml",
  "timestamp": 1632513760353,
  "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-09-24T20:05:36.246Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 358843c1-68ae-4e26-952c-7b52a37ea1ca
2021-09-24T20:05:36.246Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 358843c1-68ae-4e26-952c-7b52a37ea1ca 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-09-24T20:05:36.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-24T20:05:36.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513763143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T20:05:36.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:05:36.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-24T20:05:36.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513764802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T20:05:36.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:05:36.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-24T20:05:36.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632513765805,
  "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-09-24T20:05:36.257Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 358843c1-68ae-4e26-952c-7b52a37ea1ca
2021-09-24T20:05:36.257Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 358843c1-68ae-4e26-952c-7b52a37ea1ca 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-09-24T20:06:00.190Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 358843c1-68ae-4e26-952c-7b52a37ea1ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-24T20:06:00.202Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 358843c1-68ae-4e26-952c-7b52a37ea1ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-24T20:06:00.205Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T20:06:00.206Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T20:06:00.206Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T20:06:00.206Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T20:06:00.206Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T20:06:00.206Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T20:06:00.206Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T20:06:00.206Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T20:06:00.206Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T20:06:00.206Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T20:06:00.206Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T20:06:00.206Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T20:06:00.211Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T20:06:30.211Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 358843c1-68ae-4e26-952c-7b52a37ea1ca 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-09-24T20:06:30.216Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 358843c1-68ae-4e26-952c-7b52a37ea1ca and serviceModelVersionId: d5d88da6-b4a5-4bc4-a406-fc5031743e58
2021-09-24T20:06:30.217Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2634e2e4-76d9-444e-bb2c-fed2cc262fb8
2021-09-24T20:06:30.217Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2634e2e4-76d9-444e-bb2c-fed2cc262fb8/model-vers/model-ver/d5d88da6-b4a5-4bc4-a406-fc5031743e58?depth=0
2021-09-24T20:06:30.222Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T20:06:30.245Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2634e2e4-76d9-444e-bb2c-fed2cc262fb8/model-vers/model-ver/d5d88da6-b4a5-4bc4-a406-fc5031743e58?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-09-24T20:06:30.246Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2634e2e4-76d9-444e-bb2c-fed2cc262fb8/model-vers/model-ver/d5d88da6-b4a5-4bc4-a406-fc5031743e58?depth=0|INFO|500||Invoke
2021-09-24T20:06:30.265Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2634e2e4-76d9-444e-bb2c-fed2cc262fb8/model-vers/model-ver/d5d88da6-b4a5-4bc4-a406-fc5031743e58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-24T20:06:30.448Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2634e2e4-76d9-444e-bb2c-fed2cc262fb8/model-vers/model-ver/d5d88da6-b4a5-4bc4-a406-fc5031743e58?depth=0|INFO|500||InvokeReturn
2021-09-24T20:06:30.449Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2634e2e4-76d9-444e-bb2c-fed2cc262fb8/model-vers/model-ver/d5d88da6-b4a5-4bc4-a406-fc5031743e58?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210924-20:06:30:272-5110], vertex-id=[569512], Content-Length=[0], Date=[Fri, 24 Sep 2021 20:06:30 GMT], Content-Type=[application/json]}
2021-09-24T20:06:30.449Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-24T20:06:30.449Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T20:06:30.449Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||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-09-24T20:06:30.453Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T20:06:30.453Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 358843c1-68ae-4e26-952c-7b52a37ea1ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T20:06:30.453Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T20:06:30.454Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T20:06:30.456Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T20:06:30.456Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513990453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T20:06:30.556Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T20:06:30.557Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T20:06:30.557Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:06:30.573Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:06:30.573Z||pool-166-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-24T20:06:31.468Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:06:31.469Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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-09-24T20:06:31.469Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:06:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:06:35.702Z||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-09-24T20:06:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:06:36.325Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:06:36.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-24T20:06:36.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "358843c1-68ae-4e26-952c-7b52a37ea1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632513990453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T20:06:36.326Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T20:06:41.677Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:06:41.678Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:06:41.678Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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-09-24T20:06:41.678Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:06:51.225Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:06:51.226Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:06:51.226Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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-09-24T20:06:51.226Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:07:00.765Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:07:00.765Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:07:00.765Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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-09-24T20:07:00.765Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:07:10.306Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:07:10.306Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:07:10.307Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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-09-24T20:07:10.307Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:07:19.849Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:07:35.700Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:07:35.700Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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-09-24T20:07:35.700Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:07:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:07:35.702Z||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-09-24T20:07:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:07:45.243Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:07:45.245Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:08:35.700Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:08:35.701Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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-09-24T20:08:35.701Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:08:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:08:35.702Z||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-09-24T20:08:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:08:45.243Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:08:45.248Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:09:35.700Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:09:35.700Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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-09-24T20:09:35.700Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:09:35.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:09:35.702Z||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-09-24T20:09:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:09:45.246Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:09:45.247Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:10:35.700Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:10:35.700Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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-09-24T20:10:35.701Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:10:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:10:35.702Z||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-09-24T20:10:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:10:45.272Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:10:45.273Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:11:35.700Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:11:35.700Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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-09-24T20:11:35.700Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:11:35.701Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:11:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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-09-24T20:11:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:11:45.248Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:11:45.251Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:12:35.700Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:12:35.700Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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-09-24T20:12:35.700Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:12:35.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:12:35.702Z||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-09-24T20:12:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:12:45.242Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:12:45.248Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:13:35.700Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:13:35.701Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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-09-24T20:13:35.701Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:13:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:13:35.702Z||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-09-24T20:13:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:13:45.253Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:13:45.255Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:14:35.700Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:14:35.700Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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-09-24T20:14:35.700Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:14:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:14:35.702Z||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-09-24T20:14:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:14:45.245Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:14:45.246Z|358843c1-68ae-4e26-952c-7b52a37ea1ca|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:15:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:15:35.700Z||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-09-24T20:15:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:15:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:15:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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-09-24T20:15:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:15:45.244Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:15:45.249Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:16:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:16:35.700Z||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-09-24T20:16:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:16:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:16:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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-09-24T20:16:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:16:45.252Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:16:45.254Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:17:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:17:35.700Z||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-09-24T20:17:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:17:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:17:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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-09-24T20:17:35.702Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:17:45.243Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:17:45.248Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:18:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:18:35.700Z||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-09-24T20:18:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:18:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:18:35.702Z||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-09-24T20:18:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:18:45.247Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:18:45.249Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:19:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:19:35.700Z||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-09-24T20:19:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:19:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T20:19:35.702Z||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-09-24T20:19:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T20:19:45.247Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T20:19:45.248Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK