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-04-10T04:43:10.673Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-xxjt8 with PID 15 (/app/app.jar started by so in /app)
2021-04-10T04:43:10.721Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-10T04:43:10.721Z||main|||||INFO|500||The following profiles are active: basic
2021-04-10T04:43:18.109Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-10T04:43:18.110Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-10T04:43:18.208Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-10T04:43:19.898Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-10T04:43:20.060Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-10T04:43:20.399Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-10T04:43:20.421Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-10T04:43:20.498Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-10T04:43:20.628Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-10T04:43:21.023Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-10T04:43:21.965Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-10T04:43:24.131Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-10T04:43:24.182Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-10T04:43:24.486Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-10T04:43:24.665Z||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-04-10T04:43:25.963Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-10T04:43:26.962Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-04-10T04:43:26.980Z||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$$197fa6c9.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-04-10T04:43:26.982Z||main|||||WARN|500||The sdc end point is not alive
2021-04-10T04:43:29.264Z||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-04-10T04:43:31.579Z||main|||||WARN|500||---
2021-04-10T04:43:31.580Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-10T04:43:31.580Z||main|||||WARN|500||---
2021-04-10T04:43:31.946Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-10T04:43:35.194Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T04:43:35.195Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T04:43:35.196Z||main|||||INFO|500||Started Application in 26.509 seconds (JVM running for 27.686)
2021-04-10T04:43:35.224Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T04:43:35.262Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T04:43:35.353Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d761c081-3fe6-4951-9ef1-91cc6c711fe4 url= /sdc/v1/artifactTypes
2021-04-10T04:43:35.354Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T04:43:36.472Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.62.60] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	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: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-10T04:43:36.479Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7785cdfd
2021-04-10T04:43:36.480Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-10T04:43:36.491Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-10T04:43:36.494Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-10T04:43:36.497Z||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-04-10T04:44:25.190Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T04:44:25.190Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T04:44:25.191Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T04:44:25.195Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T04:44:25.201Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cc2af957-dbe0-4e8a-90a0-dce6de22ca70 url= /sdc/v1/artifactTypes
2021-04-10T04:44:25.202Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T04:44:26.231Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.62.60] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	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: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-10T04:44:26.232Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@56ce348
2021-04-10T04:44:26.232Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-10T04:44:26.232Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-10T04:44:26.233Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-10T04:44:26.233Z||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-04-10T04:45:15.189Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T04:45:15.190Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T04:45:15.190Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T04:45:15.194Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T04:45:15.199Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 26886ad4-2fdd-4c90-be19-2a5c3fc5bc64 url= /sdc/v1/artifactTypes
2021-04-10T04:45:15.199Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T04:45:16.216Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.62.60] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	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: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-10T04:45:16.216Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5dac14a1
2021-04-10T04:45:16.217Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-10T04:45:16.217Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-10T04:45:16.217Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-10T04:45:16.217Z||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-04-10T04:46:05.189Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T04:46:05.190Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T04:46:05.190Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T04:46:05.193Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T04:46:05.199Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba4b5958-61ca-4035-91b9-6f7619414629 url= /sdc/v1/artifactTypes
2021-04-10T04:46:05.200Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T04:46:06.232Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.62.60] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	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: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-10T04:46:06.233Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4586d1ab
2021-04-10T04:46:06.233Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-10T04:46:06.234Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-10T04:46:06.234Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-10T04:46:06.235Z||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-04-10T04:46:55.191Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T04:46:55.191Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T04:46:55.191Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T04:46:55.194Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T04:46:55.200Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a778789-4910-4cc5-a160-69c936b01a15 url= /sdc/v1/artifactTypes
2021-04-10T04:46:55.200Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T04:46:56.216Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.62.60] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	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: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-10T04:46:56.216Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@77005399
2021-04-10T04:46:56.217Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-10T04:46:56.217Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-10T04:46:56.217Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-10T04:46:56.218Z||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-04-10T04:47:45.189Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T04:47:45.190Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T04:47:45.190Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T04:47:45.194Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T04:47:45.199Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c4b2368-85e5-4a95-80c0-9edc0a0c23d8 url= /sdc/v1/artifactTypes
2021-04-10T04:47:45.200Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T04:47:45.417Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-10T04:47:45.424Z||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-04-10T04:47:45.448Z||scheduling-1|||||DEBUG|500||create keys
2021-04-10T04:47:45.455Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-10T04:47:45.483Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:47:45.540Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1ec77b82-4a58-44d4-85d9-67096ff040e3 url= /sdc/v1/registerForDistribution
2021-04-10T04:47:45.762Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1ec77b82-4a58-44d4-85d9-67096ff040e3 url= /sdc/v1/registerForDistribution
2021-04-10T04:47:45.762Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-10T04:47:45.855Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:47:45.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:47:45.860Z||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-04-10T04:47:45.861Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:47:45.861Z||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-04-10T04:47:45.861Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:47:45.862Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-10T04:47:56.082Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:47:56.082Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:48:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:48:45.854Z||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-04-10T04:48:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:48:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:48:45.857Z||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-04-10T04:48:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:48:55.402Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:48:55.415Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:49:45.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:49:45.854Z||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-04-10T04:49:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:49:45.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:49:45.858Z||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-04-10T04:49:45.858Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:49:55.403Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:49:55.403Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:50:45.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:50:45.854Z||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-04-10T04:50:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:50:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:50:45.857Z||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-04-10T04:50:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:50:55.404Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:50:55.404Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:51:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:51:45.854Z||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-04-10T04:51:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:51:45.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:51:45.857Z||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-04-10T04:51:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:51:55.403Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:51:55.404Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:52:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:52:45.855Z||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-04-10T04:52:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:52:45.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:52:45.856Z||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-04-10T04:52:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:52:55.400Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:52:55.400Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:53:07.376Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-10T04:53:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:53:45.854Z||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-04-10T04:53:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:53:45.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:53:45.857Z||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-04-10T04:53:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:53:55.400Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:53:55.400Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:54:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:54:45.854Z||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-04-10T04:54:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:54:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:54:45.857Z||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-04-10T04:54:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:54:55.402Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:54:55.406Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:55:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:55:45.854Z||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-04-10T04:55:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:55:45.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:55:45.856Z||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-04-10T04:55:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:55:55.399Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:55:55.400Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:56:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:56:45.855Z||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-04-10T04:56:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:56:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:56:45.857Z||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-04-10T04:56:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:56:55.401Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:56:55.401Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:57:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:57:45.854Z||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-04-10T04:57:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:57:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:57:45.857Z||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-04-10T04:57:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:57:55.402Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:57:55.402Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:58:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:58:45.855Z||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-04-10T04:58:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:58:45.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:58:45.856Z||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-04-10T04:58:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:58:55.404Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:58:55.404Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:59:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:59:45.854Z||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-04-10T04:59:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:59:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:59:45.857Z||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-04-10T04:59:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:59:55.398Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T04:59:55.398Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:00:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:00:45.854Z||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-04-10T05:00:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:00:45.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:00:45.857Z||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-04-10T05:00:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:00:55.394Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:00:55.396Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:01:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:01:45.854Z||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-04-10T05:01:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:01:45.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:01:45.858Z||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-04-10T05:01:45.858Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:01:55.404Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:01:55.405Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:02:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:02:45.854Z||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-04-10T05:02:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:02:45.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:02:45.857Z||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-04-10T05:02:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:02:55.398Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:02:55.405Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:03:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:03:45.856Z||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-04-10T05:03:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:03:45.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:03:45.857Z||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-04-10T05:03:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:03:55.394Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:03:55.399Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:04:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:04:45.854Z||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-04-10T05:04:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:04:45.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:04:45.857Z||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-04-10T05:04:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:04:55.398Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:04:55.398Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:05:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:05:45.854Z||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-04-10T05:05:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:05:45.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:05:45.856Z||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-04-10T05:05:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:05:55.398Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:05:55.399Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:06:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:06:45.854Z||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-04-10T05:06:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:06:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:06:45.856Z||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-04-10T05:06:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:06:55.399Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:06:55.399Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:07:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:07:45.854Z||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-04-10T05:07:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:07:45.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:07:45.856Z||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-04-10T05:07:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:07:55.398Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:07:55.401Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:08:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:08:45.854Z||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-04-10T05:08:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:08:45.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:08:45.856Z||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-04-10T05:08:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:08:55.414Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:08:55.427Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:09:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:09:45.854Z||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-04-10T05:09:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:09:45.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:09:45.856Z||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-04-10T05:09:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:09:55.392Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:09:55.392Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:10:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:10:45.854Z||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-04-10T05:10:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:10:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:10:45.856Z||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-04-10T05:10:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:10:55.397Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:10:55.397Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:11:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:11:45.854Z||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-04-10T05:11:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:11:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:11:45.857Z||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-04-10T05:11:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:11:55.398Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:11:55.398Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:12:45.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:12:45.854Z||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-04-10T05:12:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:12:45.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:12:45.857Z||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-04-10T05:12:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:12:55.401Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:12:55.404Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:13:07.239Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@6cc96756 ((conn=684) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-10T05:13:07.244Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@45ba29e7 ((conn=680) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-10T05:13:45.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:13:45.854Z||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-04-10T05:13:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:13:45.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:13:45.856Z||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-04-10T05:13:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:13:55.396Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:13:55.396Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:14:45.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:14:45.854Z||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-04-10T05:14:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:14:45.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:14:45.857Z||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-04-10T05:14:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:14:55.402Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:14:55.402Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:15:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:15:45.855Z||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-04-10T05:15:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:15:45.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:15:45.857Z||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-04-10T05:15:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:15:55.401Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:15:55.402Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:16:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:16:45.854Z||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-04-10T05:16:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:16:45.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:16:45.856Z||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-04-10T05:16:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:16:55.396Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:16:55.397Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:17:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:17:45.854Z||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-04-10T05:17:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:17:45.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:17:45.857Z||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-04-10T05:17:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:17:55.399Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:17:55.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:18:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:18:45.854Z||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-04-10T05:18:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:18:45.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:18:45.856Z||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-04-10T05:18:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:18:55.397Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:18:55.399Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:19:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:19:45.854Z||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-04-10T05:19:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:19:45.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:19:45.856Z||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-04-10T05:19:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:19:55.394Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:19:55.396Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:20:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:20:45.855Z||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-04-10T05:20:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:20:45.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:20:45.857Z||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-04-10T05:20:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:20:55.402Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:20:55.417Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:21:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:21:45.854Z||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-04-10T05:21:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:21:45.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:21:45.857Z||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-04-10T05:21:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:21:55.397Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:21:55.399Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:22:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:22:45.854Z||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-04-10T05:22:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:22:45.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:22:45.856Z||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-04-10T05:22:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:22:55.396Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:22:55.397Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:23:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:23:45.854Z||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-04-10T05:23:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:23:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:23:45.856Z||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-04-10T05:23:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:23:55.397Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:23:55.397Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:24:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:24:45.854Z||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-04-10T05:24:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:24:45.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:24:45.856Z||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-04-10T05:24:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:24:55.395Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:24:55.397Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:25:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:25:45.854Z||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-04-10T05:25:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:25:45.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:25:45.856Z||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-04-10T05:25:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:25:55.397Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:25:55.401Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:26:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:26:45.854Z||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-04-10T05:26:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:26:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:26:45.857Z||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-04-10T05:26:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:26:55.397Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:26:55.398Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:27:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:27:45.854Z||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-04-10T05:27:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:27:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:27:45.856Z||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-04-10T05:27:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:27:55.397Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:27:55.398Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:28:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:28:45.854Z||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-04-10T05:28:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:28:45.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:28:45.856Z||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-04-10T05:28:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:28:55.394Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:28:55.395Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:29:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:29:45.854Z||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-04-10T05:29:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:29:45.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:29:45.856Z||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-04-10T05:29:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:29:55.400Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:29:55.400Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:30:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:30:45.854Z||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-04-10T05:30:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:30:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:30:45.856Z||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-04-10T05:30:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:30:55.394Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:30:55.395Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:31:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:31:45.854Z||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-04-10T05:31:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:31:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:31:45.856Z||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-04-10T05:31:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:31:55.397Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:31:55.397Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:32:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:32:45.854Z||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-04-10T05:32:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:32:45.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:32:45.856Z||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-04-10T05:32:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:32:55.396Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:32:55.397Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:33:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:33:45.855Z||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-04-10T05:33:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:33:45.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:33:45.856Z||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-04-10T05:33:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:33:55.401Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:33:55.403Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:34:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:34:45.855Z||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-04-10T05:34:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:34:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:34:45.856Z||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-04-10T05:34:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:34:55.401Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:34:55.402Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:35:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:35:45.854Z||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-04-10T05:35:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:35:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:35:45.856Z||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-04-10T05:35:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:35:55.393Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:35:55.409Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:36:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:36:45.854Z||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-04-10T05:36:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:36:45.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:36:45.856Z||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-04-10T05:36:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:36:55.395Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:36:55.397Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:37:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:37:45.854Z||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-04-10T05:37:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:37:45.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:37:45.856Z||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-04-10T05:37:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:37:55.393Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:37:55.395Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:38:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:38:45.854Z||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-04-10T05:38:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:38:45.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:38:45.856Z||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-04-10T05:38:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:38:55.399Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:38:55.399Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:39:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:39:45.855Z||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-04-10T05:39:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:39:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:39:45.856Z||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-04-10T05:39:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:39:55.400Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:39:55.400Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:40:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:40:45.854Z||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-04-10T05:40:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:40:45.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:40:45.856Z||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-04-10T05:40:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:40:55.397Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:40:55.397Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:41:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:41:45.854Z||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-04-10T05:41:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:41:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:41:45.856Z||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-04-10T05:41:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:41:55.395Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:41:55.397Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:42:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:42:45.854Z||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-04-10T05:42:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:42:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:42:45.856Z||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-04-10T05:42:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:42:46.478Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:42:46.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"25db912a-60c2-4ae6-89da-0fb7619c57d0","serviceName":"basic_onboard_vMvXUK","serviceVersion":"1.0","serviceUUID":"7ef6fbb6-0560-475a-b330-9c1e118ca156","serviceDescription":"service","serviceInvariantUUID":"df993563-ad92-4983-a816-702e9db821df","resources":[{"resourceInstanceName":"basic_onboard_vMvXUK 0","resourceName":"basic_onboard_vMvXUK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8fc595ac-917e-4eb9-b2fe-a565308d5efc","resourceInvariantUUID":"fae47bfa-97a6-47a4-be66-9cfccd0d0329","resourceCustomizationUUID":"331adb7a-97df-4b6d-8097-fd9f2de9a927","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml","artifactChecksum":"OTUzNjYyNGI5YmY0ODM2OTM4Njk1OWU0ZWQ5ZGE1NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea8584a-cd3d-442b-abd5-2718d7587bf2","artifactVersion":"1"},{"artifactName":"basic_onboard_vmvxuk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json","artifactChecksum":"ODI2Mjg1ZDRjN2Y3NTVhZGVjOTg1OTA1YzYzYTc5NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b9a6bea9-7a9f-4b63-80a2-bd86f45c717a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7dcc329a-e7b7-470c-8053-ca97051721e4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"011af501-e359-4cbf-bafa-e1d4a9bab26f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3872f322-48f0-4a8e-bf22-72b0f9e6edfd","artifactVersion":"2","generatedFromUUID":"7dcc329a-e7b7-470c-8053-ca97051721e4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVmvxuk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml","artifactChecksum":"NzJiNTc1ZGIyNjE3M2FjYWI3NzdkMjI2NmVkNjk4NjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79ac3565-4005-4aaa-9b81-47d0f907949b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVmvxuk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar","artifactChecksum":"ZmM0YzNiMDZjMjBlY2VjMGNjOWQ2ODQ2OGFlYzIyNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d8c947b-594b-439f-80d1-e8cc93fa74ed","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T05:42:46.483Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:42:46.489Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:42:46.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033329653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.540Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:42:46.552Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:42:46.552Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033365853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "clamp",
  "timestamp": 1618033329317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "aai-ml",
  "timestamp": 1618033331873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033326819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033328362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033334972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033329653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:42:46.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "aai-ml",
  "timestamp": 1618033331873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "clamp",
  "timestamp": 1618033329317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:42:46.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033326819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033328362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:42:46.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033334972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033336168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "clamp",
  "timestamp": 1618033329317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033329653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:42:46.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "aai-ml",
  "timestamp": 1618033331873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033326819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033328362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:42:46.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033334972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033336168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:42:46.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033329653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "clamp",
  "timestamp": 1618033329317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "aai-ml",
  "timestamp": 1618033331873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033326819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033328362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "cds",
  "timestamp": 1618033337931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033334972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033336168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:42:46.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033329653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-10T05:42:46.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "clamp",
  "timestamp": 1618033329317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "aai-ml",
  "timestamp": 1618033331873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033326819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033328362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-10T05:42:46.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "cds",
  "timestamp": 1618033337931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033334972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033336168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033329653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "clamp",
  "timestamp": 1618033329317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "aai-ml",
  "timestamp": 1618033331873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033326819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033328362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "cds",
  "timestamp": 1618033337931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033334972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033336168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-10T05:42:46.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033329653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:42:46.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "clamp",
  "timestamp": 1618033329317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:42:46.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "aai-ml",
  "timestamp": 1618033331873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:42:46.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033326819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033328362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:42:46.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "cds",
  "timestamp": 1618033337931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033334972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:42:46.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033336168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "cds",
  "timestamp": 1618033337931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033336168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:42:46.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033343205,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.582Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "aai-ml",
  "timestamp": 1618033343234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033343422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033343502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "cds",
  "timestamp": 1618033337931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033344408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.584Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "dcae-sch",
  "timestamp": 1618033343844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "cds",
  "timestamp": 1618033337931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:42:46.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033344908,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.585Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "dcae-sch",
  "timestamp": 1618033343844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "policy-id",
  "timestamp": 1618033344860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033345663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.587Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "dcae-sch",
  "timestamp": 1618033343844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "policy-id",
  "timestamp": 1618033344860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033346973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.588Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "cds",
  "timestamp": 1618033347296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033347472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "dcae-sch",
  "timestamp": 1618033343844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "policy-id",
  "timestamp": 1618033344860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:42:46.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:46.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033347615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:42:46.591Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "clamp",
  "timestamp": 1618033347591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.591Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033347961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.592Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "cds",
  "timestamp": 1618033348313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-04-10T05:42:46.652Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-04-10T05:42:46.655Z||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-04-10T05:42:46.655Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T05:42:46.666Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:42:46.667Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T05:42:46.943Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 25db912a-60c2-4ae6-89da-0fb7619c57d0
2021-04-10T05:42:46.970Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25db912a-60c2-4ae6-89da-0fb7619c57d0 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-04-10T05:42:46.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033348479,
  "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-04-10T05:42:47.008Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25db912a-60c2-4ae6-89da-0fb7619c57d0
2021-04-10T05:42:47.008Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25db912a-60c2-4ae6-89da-0fb7619c57d0 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-04-10T05:42:47.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "dcae-sch",
  "timestamp": 1618033343844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:47.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:47.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "policy-id",
  "timestamp": 1618033344860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:47.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:47.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033348619,
  "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-04-10T05:42:47.021Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 25db912a-60c2-4ae6-89da-0fb7619c57d0
2021-04-10T05:42:47.021Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25db912a-60c2-4ae6-89da-0fb7619c57d0 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-04-10T05:42:47.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "clamp",
  "timestamp": 1618033348694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:42:47.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:47.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033349483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:42:47.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:47.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "dcae-sch",
  "timestamp": 1618033343844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:47.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:47.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033349521,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:42:47.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:47.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "policy-id",
  "timestamp": 1618033344860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:47.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:47.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "clamp",
  "timestamp": 1618033349698,
  "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-04-10T05:42:47.036Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 25db912a-60c2-4ae6-89da-0fb7619c57d0
2021-04-10T05:42:47.036Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25db912a-60c2-4ae6-89da-0fb7619c57d0 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-04-10T05:42:47.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033349844,
  "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-04-10T05:42:47.051Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25db912a-60c2-4ae6-89da-0fb7619c57d0
2021-04-10T05:42:47.052Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25db912a-60c2-4ae6-89da-0fb7619c57d0 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-04-10T05:42:47.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "dcae-sch",
  "timestamp": 1618033343844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:47.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:47.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033350528,
  "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-04-10T05:42:47.066Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25db912a-60c2-4ae6-89da-0fb7619c57d0
2021-04-10T05:42:47.067Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25db912a-60c2-4ae6-89da-0fb7619c57d0 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-04-10T05:42:47.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "policy-id",
  "timestamp": 1618033344860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:47.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:47.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033350848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:42:47.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:47.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033351532,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:42:47.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:47.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "policy-id",
  "timestamp": 1618033344860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:42:47.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:42:47.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "policy-id",
  "timestamp": 1618033354187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:42:47.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:47.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "policy-id",
  "timestamp": 1618033355195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:42:47.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:47.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "policy-id",
  "timestamp": 1618033356200,
  "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-04-10T05:42:47.080Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25db912a-60c2-4ae6-89da-0fb7619c57d0
2021-04-10T05:42:47.080Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25db912a-60c2-4ae6-89da-0fb7619c57d0 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-04-10T05:42:47.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "aai-ml",
  "timestamp": 1618033357913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:42:47.088Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:47.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "aai-ml",
  "timestamp": 1618033358919,
  "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-04-10T05:42:47.092Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 25db912a-60c2-4ae6-89da-0fb7619c57d0
2021-04-10T05:42:47.093Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25db912a-60c2-4ae6-89da-0fb7619c57d0 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-04-10T05:42:47.563Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:42:47.564Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:42:47.566Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:42:47.566Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033365853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:42:47.666Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:42:47.669Z||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-04-10T05:42:47.669Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:42:47.681Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:42:47.682Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:42:48.566Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:42:48.567Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:42:48.569Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:42:48.569Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033365853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:42:48.669Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:42:48.670Z||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-04-10T05:42:48.670Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:42:48.680Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:42:48.681Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:42:49.570Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:42:49.571Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:42:49.573Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:42:49.573Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033365853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:49.673Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:42:49.675Z||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-04-10T05:42:49.675Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:42:49.684Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:42:49.685Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:42:50.574Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:42:50.575Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:42:50.576Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:42:50.577Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033365853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-10T05:42:50.677Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:42:50.677Z||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-04-10T05:42:50.678Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:42:50.688Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:42:50.688Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:42:51.577Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:42:51.578Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:42:51.580Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:42:51.581Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033365853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:42:51.681Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:42:51.682Z||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-04-10T05:42:51.683Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:42:51.691Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:42:51.692Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:42:52.581Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:42:52.583Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:42:52.584Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:42:52.584Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033365853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:42:52.685Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:42:52.686Z||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-04-10T05:42:52.686Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:42:52.696Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:42:52.697Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:42:53.586Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "serviceName": "basic_onboard_vMvXUK",
  "serviceVersion": "1.0",
  "serviceUUID": "7ef6fbb6-0560-475a-b330-9c1e118ca156",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df993563-ad92-4983-a816-702e9db821df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vMvXUK 0",
      "resourceCustomizationUUID": "331adb7a-97df-4b6d-8097-fd9f2de9a927",
      "resourceName": "basic_onboard_vMvXUK",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8fc595ac-917e-4eb9-b2fe-a565308d5efc",
      "resourceInvariantUUID": "fae47bfa-97a6-47a4-be66-9cfccd0d0329",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vmvxuk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
          "artifactChecksum": "ODI2Mjg1ZDRjN2Y3NTVhZGVjOTg1OTA1YzYzYTc5NDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b9a6bea9-7a9f-4b63-80a2-bd86f45c717a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7dcc329a-e7b7-470c-8053-ca97051721e4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3872f322-48f0-4a8e-bf22-72b0f9e6edfd",
            "generatedFromUUID": "7dcc329a-e7b7-470c-8053-ca97051721e4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3872f322-48f0-4a8e-bf22-72b0f9e6edfd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVmvxuk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
      "artifactChecksum": "ZmM0YzNiMDZjMjBlY2VjMGNjOWQ2ODQ2OGFlYzIyNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3d8c947b-594b-439f-80d1-e8cc93fa74ed"
    }
  ],
  "workloadContext": "Production"
}
2021-04-10T05:42:53.587Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T05:42:53.587Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ef6fbb6-0560-475a-b330-9c1e118ca156 ASDC
2021-04-10T05:42:53.756Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:25db912a-60c2-4ae6-89da-0fb7619c57d0
ServiceName:basic_onboard_vMvXUK
ServiceVersion:1.0
ServiceUUID:7ef6fbb6-0560-475a-b330-9c1e118ca156
ServiceInvariantUUID:df993563-ad92-4983-a816-702e9db821df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVmvxuk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar
ArtifactUUID:3d8c947b-594b-439f-80d1-e8cc93fa74ed
ArtifactChecksum:ZmM0YzNiMDZjMjBlY2VjMGNjOWQ2ODQ2OGFlYzIyNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vMvXUK 0
ResourceCustomizationUUID:331adb7a-97df-4b6d-8097-fd9f2de9a927
ResourceInvariantUUID:fae47bfa-97a6-47a4-be66-9cfccd0d0329
ResourceName:basic_onboard_vMvXUK
ResourceType:VF
ResourceUUID:8fc595ac-917e-4eb9-b2fe-a565308d5efc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vmvxuk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json
ArtifactUUID:b9a6bea9-7a9f-4b63-80a2-bd86f45c717a
ArtifactChecksum:ODI2Mjg1ZDRjN2Y3NTVhZGVjOTg1OTA1YzYzYTc5NDg=
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/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7dcc329a-e7b7-470c-8053-ca97051721e4
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/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env
ArtifactUUID:3872f322-48f0-4a8e-bf22-72b0f9e6edfd
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/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env
ArtifactUUID:3872f322-48f0-4a8e-bf22-72b0f9e6edfd
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-10T05:42:53.756Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ef6fbb6-0560-475a-b330-9c1e118ca156 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-04-10T05:42:53.821Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:42:53.823Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-10T05:42:53.824Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-10T05:42:53.824Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3d8c947b-594b-439f-80d1-e8cc93fa74ed from URL: /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:53.825Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-10T05:42:53.826Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:54.440Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-10T05:42:54.530Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar 3d8c947b-594b-439f-80d1-e8cc93fa74ed 74836
2021-04-10T05:42:54.531Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar ASDC sendASDCNotification
2021-04-10T05:42:54.532Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:54.532Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:42:54.533Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:42:54.535Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:42:54.535Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033374531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:42:54.635Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:42:54.636Z||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-04-10T05:42:54.636Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:42:54.646Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:42:54.647Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:42:55.535Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:42:55.537Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-10T05:42:55.537Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3d8c947b-594b-439f-80d1-e8cc93fa74ed, URL: /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar to file: /app/ASDC/1/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:55.538Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:55.747Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:55.748Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:56.479Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16325909715397808381/Definitions/service-BasicOnboardVmvxuk-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-04-10T05:42:58.240Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T05:42:58.244Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-10T05:42:58.244Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.244Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||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-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||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-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||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-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||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-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||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-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vMvXUK 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-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||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-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vMvXUK 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-10T05:42:58.251Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:42:58.252Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:42:58.256Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is matching search criteria
2021-04-10T05:42:58.256Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-10T05:42:58.257Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vMvXUK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:42:58.259Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:42:58.259Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:42:58.259Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is matching search criteria
2021-04-10T05:42:58.260Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-10T05:42:58.260Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vMvXUK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:42:58.260Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:42:58.260Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:42:58.263Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:42:58.263Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is not matching search criteria
2021-04-10T05:42:58.264Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-10T05:42:58.264Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-10T05:42:58.264Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-10T05:42:58.264Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-10T05:42:58.264Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-10T05:42:58.264Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:42:58.264Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T05:42:58.265Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:42:58.265Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is matching search criteria
2021-04-10T05:42:58.266Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vMvXUK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:42:58.266Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:42:58.266Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is matching search criteria
2021-04-10T05:42:58.266Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vMvXUK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:42:58.266Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:42:58.266Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is matching search criteria
2021-04-10T05:42:58.267Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vMvXUK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:42:58.267Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:42:58.267Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is not matching search criteria
2021-04-10T05:42:58.267Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-10T05:42:58.267Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-10T05:42:58.267Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d34aabef-6abc-40f8-a8d8-4b5c87a3bad8
2021-04-10T05:42:58.267Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:42:58.267Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:42:58.268Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:42:58.268Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:42:58.268Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:42:58.268Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:42:58.268Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:42:58.268Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:42:58.269Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_vMvXUK
Description:service
Model UUID:7ef6fbb6-0560-475a-b330-9c1e118ca156
Model Version:NULL
Model InvariantUuid:df993563-ad92-4983-a816-702e9db821df
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_vMvXUK
Model UUID:c19a842e-e5bf-4e5c-b720-64f2842ab55f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fae47bfa-97a6-47a4-be66-9cfccd0d0329
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:331adb7a-97df-4b6d-8097-fd9f2de9a927
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:77f4a1de-7ae4-473d-acfc-305024efa252
ModelName:BasicOnboardVmvxuk..base_ubuntu18..module-0
ModelUuid:07e746b9-5cf6-4675-85e3-dc16457121c6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d34aabef-6abc-40f8-a8d8-4b5c87a3bad8
ModelInvariantUuid:5dc81683-6f1a-489b-9c68-202c6f4d87f7
ModelName:basic_onboard_vMvXUK-nodes.ubuntu18Cvfc
ModelUuid:5a5b0b13-ab5b-4a12-a8f0-210031075324
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:22f5a313-8bb5-4130-9ba3-2c74376e1da2
ModelInvariantUuid:df7c7a84-58f1-4d84-81f8-2fd6be928868
ModelName:BasicOnboardVmvxuk.compute.nodes.heat.ubuntu18
ModelUuid:4df41b5b-180f-44ed-a8c4-5b9049cb87e8
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-04-10T05:42:58.282Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 8fc595ac-917e-4eb9-b2fe-a565308d5efc
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-04-10T05:42:58.425Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||basic_onboard_vMvXUK 0
2021-04-10T05:42:58.431Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8fc595ac-917e-4eb9-b2fe-a565308d5efc
2021-04-10T05:42:58.431Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b9a6bea9-7a9f-4b63-80a2-bd86f45c717a from URL: /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json
2021-04-10T05:42:58.431Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-10T05:42:58.431Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json
2021-04-10T05:42:59.527Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-10T05:42:59.528Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json b9a6bea9-7a9f-4b63-80a2-bd86f45c717a 798
2021-04-10T05:42:59.528Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json ASDC sendASDCNotification
2021-04-10T05:42:59.528Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json
2021-04-10T05:42:59.528Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:42:59.528Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:42:59.530Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:42:59.530Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033379528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:42:59.631Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T05:42:59.632Z||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-04-10T05:42:59.632Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:42:59.642Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:42:59.643Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:43:00.532Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVmvxuk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "77f4a1de-7ae4-473d-acfc-305024efa252",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "07e746b9-5cf6-4675-85e3-dc16457121c6",
    "vfModuleModelCustomizationUUID": "289341b1-3634-4fa5-aa2c-70430e981cfa",
    "isBase": true,
    "artifacts": [
      "7dcc329a-e7b7-470c-8053-ca97051721e4",
      "3872f322-48f0-4a8e-bf22-72b0f9e6edfd"
    ],
    "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-04-10T05:43:00.551Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVmvxuk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:07e746b9-5cf6-4675-85e3-dc16457121c6
VfModuleModelInvariantUUID:77f4a1de-7ae4-473d-acfc-305024efa252
VfModuleModelDescription:NULL
Artifacts UUID List:{
7dcc329a-e7b7-470c-8053-ca97051721e4
,
3872f322-48f0-4a8e-bf22-72b0f9e6edfd

}
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-04-10T05:43:00.554Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVmvxuk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "77f4a1de-7ae4-473d-acfc-305024efa252",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "07e746b9-5cf6-4675-85e3-dc16457121c6",
    "vfModuleModelCustomizationUUID": "289341b1-3634-4fa5-aa2c-70430e981cfa",
    "isBase": true,
    "artifacts": [
      "7dcc329a-e7b7-470c-8053-ca97051721e4",
      "3872f322-48f0-4a8e-bf22-72b0f9e6edfd"
    ],
    "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-04-10T05:43:00.554Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVmvxuk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:07e746b9-5cf6-4675-85e3-dc16457121c6
VfModuleModelInvariantUUID:77f4a1de-7ae4-473d-acfc-305024efa252
VfModuleModelDescription:NULL
Artifacts UUID List:{
7dcc329a-e7b7-470c-8053-ca97051721e4
,
3872f322-48f0-4a8e-bf22-72b0f9e6edfd

}
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-04-10T05:43:00.554Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7dcc329a-e7b7-470c-8053-ca97051721e4 from URL: /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml
2021-04-10T05:43:00.555Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-10T05:43:00.555Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml
2021-04-10T05:43:01.614Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-10T05:43:01.615Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml 7dcc329a-e7b7-470c-8053-ca97051721e4 5033
2021-04-10T05:43:01.615Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-10T05:43:01.615Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml
2021-04-10T05:43:01.616Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:43:01.616Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:43:01.618Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:43:01.618Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033381615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:43:01.718Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:43:01.719Z||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-04-10T05:43:01.719Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:43:01.729Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:43:01.730Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-10T05:43:02.618Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3872f322-48f0-4a8e-bf22-72b0f9e6edfd from URL: /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env
2021-04-10T05:43:02.619Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-10T05:43:02.619Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env
2021-04-10T05:43:03.236Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-10T05:43:03.237Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env 3872f322-48f0-4a8e-bf22-72b0f9e6edfd 909
2021-04-10T05:43:03.237Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-10T05:43:03.237Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env
2021-04-10T05:43:03.237Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:43:03.238Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:43:03.239Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:43:03.239Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033383237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:43:03.340Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T05:43:03.341Z||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-04-10T05:43:03.341Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:43:03.353Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:43:03.354Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:43:04.240Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7ef6fbb6-0560-475a-b330-9c1e118ca156
2021-04-10T05:43:04.241Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vMvXUK 0 8fc595ac-917e-4eb9-b2fe-a565308d5efc 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-04-10T05:43:04.273Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:43:04.273Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:43:04.274Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-04-10T05:43:04.274Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 331adb7a-97df-4b6d-8097-fd9f2de9a927
2021-04-10T05:43:04.274Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 331adb7a-97df-4b6d-8097-fd9f2de9a927 matches Tosca VF Customization UUID: 331adb7a-97df-4b6d-8097-fd9f2de9a927
2021-04-10T05:43:04.274Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 331adb7a-97df-4b6d-8097-fd9f2de9a927  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-04-10T05:43:04.279Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:43:04.279Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:43:04.280Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 331adb7a-97df-4b6d-8097-fd9f2de9a927: {\"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-04-10T05:43:04.280Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1db6e4e0
2021-04-10T05:43:04.281Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:43:04.281Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T05:43:04.281Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 289341b1-3634-4fa5-aa2c-70430e981cfa
2021-04-10T05:43:04.282Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 289341b1-3634-4fa5-aa2c-70430e981cfa
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-04-10T05:43:04.287Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:43:04.287Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is matching search criteria
2021-04-10T05:43:04.287Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vMvXUK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:43:04.288Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:43:04.288Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is matching search criteria
2021-04-10T05:43:04.288Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vMvXUK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:43:04.288Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:43:04.289Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is not matching search criteria
2021-04-10T05:43:04.289Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-10T05:43:04.289Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-10T05:43:04.289Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d34aabef-6abc-40f8-a8d8-4b5c87a3bad8
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-04-10T05:43:04.299Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:43:04.299Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is matching search criteria
2021-04-10T05:43:04.299Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vMvXUK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:43:04.299Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:43:04.299Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is matching search criteria
2021-04-10T05:43:04.300Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vMvXUK 0] matching following query criteria: sdcType=VF, customizationUUID=331adb7a-97df-4b6d-8097-fd9f2de9a927
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-04-10T05:43:04.301Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:43:04.302Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:43:04.302Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7ef6fbb6-0560-475a-b330-9c1e118ca156: basic_onboard_vMvXUK
2021-04-10T05:43:04.302Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:43:04.302Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:43:04.303Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:43:04.303Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:43:04.303Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:43:04.304Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:43:04.304Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:43:04.304Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:43:04.304Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:43:04.304Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:43:04.305Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_vMvXUK 
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-04-10T05:43:04.511Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vMvXUK 8fc595ac-917e-4eb9-b2fe-a565308d5efc 1 ASDC deployResourceStructure
2021-04-10T05:43:04.512Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json ASDC sendASDCNotification
2021-04-10T05:43:04.512Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json
2021-04-10T05:43:04.512Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:43:04.513Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:43:04.515Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:43:04.515Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033384512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:43:04.615Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:43:04.616Z||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-04-10T05:43:04.616Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:43:04.627Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:43:04.627Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:43:05.516Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-10T05:43:05.517Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml
2021-04-10T05:43:05.517Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:43:05.518Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:43:05.520Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:43:05.520Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033385516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T05:43:05.620Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:43:05.621Z||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-04-10T05:43:05.621Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:43:05.631Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:43:05.632Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:43:06.521Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-10T05:43:06.521Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env
2021-04-10T05:43:06.521Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:43:06.522Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:43:06.523Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:43:06.524Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033386520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-10T05:43:06.624Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:43:06.625Z||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-04-10T05:43:06.625Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:43:06.634Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:43:06.635Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:43:07.525Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar ASDC sendASDCNotification
2021-04-10T05:43:07.525Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:43:07.525Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:43:07.526Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:43:07.527Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:43:07.527Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033387525,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:43:07.628Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:43:07.628Z||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-04-10T05:43:07.628Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:43:07.642Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:43:07.642Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:43:08.528Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25db912a-60c2-4ae6-89da-0fb7619c57d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T05:43:08.545Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25db912a-60c2-4ae6-89da-0fb7619c57d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:43:08.551Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:43:08.551Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T05:43:08.552Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T05:43:08.552Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T05:43:08.553Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:43:08.553Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:43:08.553Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:43:08.554Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:43:08.554Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:43:08.554Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:43:08.554Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||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-04-10T05:43:08.561Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T05:43:38.561Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25db912a-60c2-4ae6-89da-0fb7619c57d0 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-04-10T05:43:38.568Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25db912a-60c2-4ae6-89da-0fb7619c57d0 and serviceModelVersionId: 7ef6fbb6-0560-475a-b330-9c1e118ca156
2021-04-10T05:43:38.568Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df993563-ad92-4983-a816-702e9db821df
2021-04-10T05:43:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:43:45.857Z||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-04-10T05:43:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:43:45.981Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:43:45.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:43:45.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033365853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:43:45.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:43:51.935Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df993563-ad92-4983-a816-702e9db821df/model-vers/model-ver/7ef6fbb6-0560-475a-b330-9c1e118ca156?depth=0
2021-04-10T05:43:52.049Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T05:43:52.602Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df993563-ad92-4983-a816-702e9db821df/model-vers/model-ver/7ef6fbb6-0560-475a-b330-9c1e118ca156?depth=0|INFO|500||Invoke
2021-04-10T05:43:52.612Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df993563-ad92-4983-a816-702e9db821df/model-vers/model-ver/7ef6fbb6-0560-475a-b330-9c1e118ca156?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df993563-ad92-4983-a816-702e9db821df/model-vers/model-ver/7ef6fbb6-0560-475a-b330-9c1e118ca156?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[25db912a-60c2-4ae6-89da-0fb7619c57d0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d2137574-4d67-4227-a3a0-da747b83d512], X-ECOMP-RequestID=[25db912a-60c2-4ae6-89da-0fb7619c57d0], X-TransactionId=[], X-ONAP-RequestID=[25db912a-60c2-4ae6-89da-0fb7619c57d0], Content-Type=[application/merge-patch+json]}
2021-04-10T05:43:52.766Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df993563-ad92-4983-a816-702e9db821df/model-vers/model-ver/7ef6fbb6-0560-475a-b330-9c1e118ca156?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-10T05:43:53.325Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df993563-ad92-4983-a816-702e9db821df/model-vers/model-ver/7ef6fbb6-0560-475a-b330-9c1e118ca156?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/df993563-ad92-4983-a816-702e9db821df/model-vers/model-ver/7ef6fbb6-0560-475a-b330-9c1e118ca156?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210410-05:43:52:769-44296], vertex-id=[180384], Content-Length=[0], Date=[Sat, 10 Apr 2021 05:43:52 GMT], Content-Type=[application/json]}
2021-04-10T05:43:53.327Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df993563-ad92-4983-a816-702e9db821df/model-vers/model-ver/7ef6fbb6-0560-475a-b330-9c1e118ca156?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-10T05:43:53.327Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df993563-ad92-4983-a816-702e9db821df/model-vers/model-ver/7ef6fbb6-0560-475a-b330-9c1e118ca156?depth=0|INFO|500||InvokeReturn
2021-04-10T05:43:53.330Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T05:43:53.331Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||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-04-10T05:43:53.335Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||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-04-10T05:43:53.343Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25db912a-60c2-4ae6-89da-0fb7619c57d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T05:43:53.345Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T05:43:53.345Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:43:53.347Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:43:53.347Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033433344,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T05:43:53.447Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:43:53.448Z||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-04-10T05:43:53.448Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:43:53.458Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:43:53.459Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-10T05:43:54.365Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:43:54.366Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|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-04-10T05:43:54.367Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:03.906Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:44:45.853Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:44:45.854Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|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-04-10T05:44:45.854Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:44:45.856Z||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-04-10T05:44:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:45.880Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:44:45.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033365853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:44:45.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:44:45.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033365853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:44:45.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:44:45.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033365853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:44:45.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:44:45.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033365853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-10T05:44:45.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:44:45.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033365853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:44:45.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:44:45.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033365853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:44:45.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:44:45.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033374531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:44:45.888Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:44:45.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033379528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:44:45.888Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:44:45.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033381615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:44:45.889Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:44:45.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033383237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:44:45.890Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:44:45.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033384512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:44:45.890Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:44:45.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033385516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T05:44:45.891Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:44:45.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033386520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-10T05:44:45.892Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:44:45.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033387525,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:44:45.893Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:44:46.479Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:44:46.480Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T05:44:46.480Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d2ac820c-9095-4b3e-9e37-89ecdc045349","serviceName":"vFW 2021-04-10 05-41-45","serviceVersion":"1.0","serviceUUID":"b442106d-7a9f-4ccd-8a82-7cd6c70dd408","serviceDescription":"catalog service description","serviceInvariantUUID":"6b65f00c-9894-4524-ae5a-493b901d1389","resources":[{"resourceInstanceName":"vFW fc9521fa-981c 0","resourceName":"vFW fc9521fa-981c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"926d0748-487d-461c-acab-9e6102a2431b","resourceInvariantUUID":"32617415-b1c3-4cc4-acc9-5c213f1414b4","resourceCustomizationUUID":"f4decfe1-e9d0-4616-aa59-0917a992360a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml","artifactChecksum":"NGVmNWM1ODNjODY4NWViNWQxZTAzNWYzMGI3OGRmMDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0c533f9d-1536-4723-93c6-de0ba127b74c","artifactVersion":"1"},{"artifactName":"vfwfc9521fa981c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json","artifactChecksum":"NzVjYjRhNTA3ODc4MTQ4ZGJiZTI1OWIyMjEwZWE4N2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ab27a012-c94a-44e5-819a-fe23ecbff708","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f14ec000-c451-4bdd-b76e-42ad12520852","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml","artifactChecksum":"N2E3OWE0YmVkZGEzZWFhNWM0YzdlZWU3MTcxNDNhNTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b9e42f20-be99-436e-bae7-8a07ffef4f7d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f25e4f05-f9e0-4854-9289-284b5b119d73","artifactVersion":"2","generatedFromUUID":"f14ec000-c451-4bdd-b76e-42ad12520852"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210410054145-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml","artifactChecksum":"YTA5ZWM3NzcyZTA5YmVlNzk2NzBhMzRiZWJjZGE2MTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3d80d88c-32c1-419a-a79a-ce44009b6a74","artifactVersion":"1"},{"artifactName":"service-Vfw20210410054145-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar","artifactChecksum":"ZWNlMjBiYzBlMzQ1ZjA5YTY3YjYzYzlkYTBlNDAzMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"273e651c-ba4f-4f46-8890-c84d344621d6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T05:44:46.482Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:44:46.483Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:44:46.484Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:44:46.484Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033485853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:44:46.585Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-10T05:44:46.585Z||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-04-10T05:44:46.585Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:46.595Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:44:46.596Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:44:47.485Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:44:47.486Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:44:47.487Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:44:47.487Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033485853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:44:47.588Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:44:47.589Z||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-04-10T05:44:47.589Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:47.600Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:44:47.601Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:44:48.488Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:44:48.489Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:44:48.490Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:44:48.491Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033485853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:44:48.591Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:44:48.592Z||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-04-10T05:44:48.592Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:48.601Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:44:48.601Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:44:49.491Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:44:49.492Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:44:49.494Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:44:49.494Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033485853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:44:49.595Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T05:44:49.597Z||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-04-10T05:44:49.597Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:49.607Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:44:49.608Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:44:50.495Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:44:50.496Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:44:50.497Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:44:50.497Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033485853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-10T05:44:50.598Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:44:50.598Z||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-04-10T05:44:50.599Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:50.608Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:44:50.608Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:44:51.498Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:44:51.499Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:44:51.501Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:44:51.502Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033485853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:44:51.602Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:44:51.602Z||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-04-10T05:44:51.603Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:51.611Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:44:51.611Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:44:52.502Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:44:52.503Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:44:52.505Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:44:52.505Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033485853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:44:52.605Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:44:52.606Z||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-04-10T05:44:52.606Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:52.617Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:44:52.617Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:44:53.507Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "serviceName": "vFW 2021-04-10 05-41-45",
  "serviceVersion": "1.0",
  "serviceUUID": "b442106d-7a9f-4ccd-8a82-7cd6c70dd408",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6b65f00c-9894-4524-ae5a-493b901d1389",
  "resources": [
    {
      "resourceInstanceName": "vFW fc9521fa-981c 0",
      "resourceCustomizationUUID": "f4decfe1-e9d0-4616-aa59-0917a992360a",
      "resourceName": "vFW fc9521fa-981c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "926d0748-487d-461c-acab-9e6102a2431b",
      "resourceInvariantUUID": "32617415-b1c3-4cc4-acc9-5c213f1414b4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwfc9521fa981c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
          "artifactChecksum": "NzVjYjRhNTA3ODc4MTQ4ZGJiZTI1OWIyMjEwZWE4N2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ab27a012-c94a-44e5-819a-fe23ecbff708",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f14ec000-c451-4bdd-b76e-42ad12520852",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f25e4f05-f9e0-4854-9289-284b5b119d73",
            "generatedFromUUID": "f14ec000-c451-4bdd-b76e-42ad12520852"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f25e4f05-f9e0-4854-9289-284b5b119d73",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210410054145-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
      "artifactChecksum": "ZWNlMjBiYzBlMzQ1ZjA5YTY3YjYzYzlkYTBlNDAzMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "273e651c-ba4f-4f46-8890-c84d344621d6"
    }
  ],
  "workloadContext": "Production"
}
2021-04-10T05:44:53.507Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T05:44:53.507Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b442106d-7a9f-4ccd-8a82-7cd6c70dd408 ASDC
2021-04-10T05:44:53.508Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d2ac820c-9095-4b3e-9e37-89ecdc045349
ServiceName:vFW 2021-04-10 05-41-45
ServiceVersion:1.0
ServiceUUID:b442106d-7a9f-4ccd-8a82-7cd6c70dd408
ServiceInvariantUUID:6b65f00c-9894-4524-ae5a-493b901d1389
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210410054145-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar
ArtifactUUID:273e651c-ba4f-4f46-8890-c84d344621d6
ArtifactChecksum:ZWNlMjBiYzBlMzQ1ZjA5YTY3YjYzYzlkYTBlNDAzMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fc9521fa-981c 0
ResourceCustomizationUUID:f4decfe1-e9d0-4616-aa59-0917a992360a
ResourceInvariantUUID:32617415-b1c3-4cc4-acc9-5c213f1414b4
ResourceName:vFW fc9521fa-981c
ResourceType:VF
ResourceUUID:926d0748-487d-461c-acab-9e6102a2431b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfc9521fa981c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json
ArtifactUUID:ab27a012-c94a-44e5-819a-fe23ecbff708
ArtifactChecksum:NzVjYjRhNTA3ODc4MTQ4ZGJiZTI1OWIyMjEwZWE4N2U=
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/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml
ArtifactUUID:f14ec000-c451-4bdd-b76e-42ad12520852
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/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env
ArtifactUUID:f25e4f05-f9e0-4854-9289-284b5b119d73
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/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env
ArtifactUUID:f25e4f05-f9e0-4854-9289-284b5b119d73
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-10T05:44:53.508Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b442106d-7a9f-4ccd-8a82-7cd6c70dd408 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-04-10T05:44:53.541Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:44:53.542Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-10T05:44:53.542Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-10T05:44:53.542Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 273e651c-ba4f-4f46-8890-c84d344621d6 from URL: /sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:53.542Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-10T05:44:53.543Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:53.766Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-10T05:44:53.775Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar 273e651c-ba4f-4f46-8890-c84d344621d6 110215
2021-04-10T05:44:53.776Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar ASDC sendASDCNotification
2021-04-10T05:44:53.776Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:53.776Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:44:53.777Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:44:53.779Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:44:53.779Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033493776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:44:53.881Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:44:53.882Z||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-04-10T05:44:53.882Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:53.892Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:44:53.892Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:44:54.781Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:44:54.782Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-10T05:44:54.783Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 273e651c-ba4f-4f46-8890-c84d344621d6, URL: /sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar to file: /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:54.783Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210410054145-csar.csar
2021-04-10T05:44:54.783Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:54.783Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:55.146Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13859698185550578633/Definitions/service-Vfw20210410054145-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-04-10T05:44:57.458Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T05:44:57.459Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-10T05:44:57.459Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.460Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-10T05:44:57.460Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||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-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.460Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||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-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.460Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fc9521fa-981c 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.460Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||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-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.460Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.461Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.461Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||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-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.461Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fc9521fa-981c 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-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.461Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||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-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.461Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||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-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.461Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.462Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||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-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.462Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.462Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||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-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.462Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-10T05:44:57.462Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:44:57.463Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:44:57.463Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:44:57.463Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-10T05:44:57.464Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:44:57.464Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:44:57.464Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:44:57.465Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:44:57.465Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-10T05:44:57.465Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:44:57.466Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:44:57.466Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:44:57.466Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:44:57.466Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is not matching search criteria
2021-04-10T05:44:57.467Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T05:44:57.467Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T05:44:57.467Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-10T05:44:57.467Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-10T05:44:57.468Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.468Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-10T05:44:57.468Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.468Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-10T05:44:57.469Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-10T05:44:57.469Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.469Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-10T05:44:57.469Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-10T05:44:57.470Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-10T05:44:57.470Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-10T05:44:57.470Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.470Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-10T05:44:57.471Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:44:57.471Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T05:44:57.471Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:44:57.471Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:44:57.472Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:44:57.472Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:44:57.472Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:44:57.473Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:44:57.473Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:44:57.473Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:44:57.473Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:44:57.474Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:44:57.474Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is not matching search criteria
2021-04-10T05:44:57.474Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T05:44:57.474Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T05:44:57.474Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-10T05:44:57.474Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-10T05:44:57.475Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-10T05:44:57.475Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.475Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-10T05:44:57.475Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-10T05:44:57.475Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-10T05:44:57.475Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-10T05:44:57.475Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ce9d06f9-b91a-44ac-b5f8-f0a8485d924e
2021-04-10T05:44:57.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:44:57.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is not matching search criteria
2021-04-10T05:44:57.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T05:44:57.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T05:44:57.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-10T05:44:57.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-10T05:44:57.477Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.477Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-10T05:44:57.477Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.477Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-10T05:44:57.477Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-10T05:44:57.477Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-10T05:44:57.477Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-10T05:44:57.477Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.478Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cab3d06a-a6a4-49fb-87cd-beaf9079933b
2021-04-10T05:44:57.478Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:44:57.478Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is not matching search criteria
2021-04-10T05:44:57.478Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T05:44:57.478Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T05:44:57.478Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-10T05:44:57.478Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-10T05:44:57.479Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.479Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-10T05:44:57.479Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.479Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-10T05:44:57.479Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-10T05:44:57.479Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.479Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-10T05:44:57.479Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-10T05:44:57.480Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=96b79215-c47d-4bc0-b697-a945b6bb954d
2021-04-10T05:44:57.480Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:44:57.480Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:44:57.480Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:44:57.480Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:44:57.480Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:44:57.481Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:44:57.481Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:44:57.481Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:44:57.481Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-10 05-41-45
Description:catalog service description
Model UUID:b442106d-7a9f-4ccd-8a82-7cd6c70dd408
Model Version:NULL
Model InvariantUuid:6b65f00c-9894-4524-ae5a-493b901d1389
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW fc9521fa-981c
Model UUID:f9f3a2ad-f1e9-4f76-a9af-1777aaf04ca6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:32617415-b1c3-4cc4-acc9-5c213f1414b4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f4decfe1-e9d0-4616-aa59-0917a992360a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:92de0413-986d-4650-9419-5120eba2c4ea
ModelName:VfwFc9521fa981c..base_vfw..module-0
ModelUuid:425ef4c7-7693-4547-9e37-dec7877982d8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ce9d06f9-b91a-44ac-b5f8-f0a8485d924e
ModelInvariantUuid:a5f418bf-88c0-47d6-b7d4-4b444da5b21d
ModelName:vFW fc9521fa-981c-nodes.vfwCvfc
ModelUuid:35369e4d-e6ac-4e37-9486-982b5150ba9f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:36401656-671d-4e28-81f4-4cd475a1cbe5
ModelInvariantUuid:d8724253-a8ee-4ca7-b2be-c3bb97865223
ModelName:VfwFc9521fa981c.compute.nodes.heat.vfw
ModelUuid:07d0e641-51b5-403a-bc2f-d98b2054eb8c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cab3d06a-a6a4-49fb-87cd-beaf9079933b
ModelInvariantUuid:1edf7c1b-19ac-4ee7-8a11-0eb7126635a7
ModelName:vFW fc9521fa-981c-nodes.vsnCvfc
ModelUuid:a6b849ac-39dd-4d57-92b7-1439fd50b875
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:baa7b353-7dc0-46d4-acc3-2bba643d578f
ModelInvariantUuid:8329b939-7dbc-4a94-8a95-8278c4a968e7
ModelName:VfwFc9521fa981c.compute.nodes.heat.vsn
ModelUuid:3ebfcea7-d464-4d33-8363-80cf1a7ce549
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:96b79215-c47d-4bc0-b697-a945b6bb954d
ModelInvariantUuid:72dae9ea-43b6-4659-905d-90847f01363e
ModelName:vFW fc9521fa-981c-nodes.vpgCvfc
ModelUuid:396bd235-2c36-4d3f-a78a-fc328ff838c8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:28440f7c-0951-49c2-a9e1-982fcbb32e7d
ModelInvariantUuid:1aab09ba-40d3-4e2f-aabf-b04cc9fb2d3f
ModelName:VfwFc9521fa981c.compute.nodes.heat.vpg
ModelUuid:3bc44ab9-b1e2-4a26-b13c-cb9fb3a6158b
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-04-10T05:44:57.486Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 926d0748-487d-461c-acab-9e6102a2431b
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-04-10T05:44:57.489Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||vFW fc9521fa-981c 0
2021-04-10T05:44:57.489Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 926d0748-487d-461c-acab-9e6102a2431b
2021-04-10T05:44:57.489Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ab27a012-c94a-44e5-819a-fe23ecbff708 from URL: /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json
2021-04-10T05:44:57.489Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-10T05:44:57.489Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json
2021-04-10T05:44:58.475Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-10T05:44:58.475Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json ab27a012-c94a-44e5-819a-fe23ecbff708 785
2021-04-10T05:44:58.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json ASDC sendASDCNotification
2021-04-10T05:44:58.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json
2021-04-10T05:44:58.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:44:58.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:44:58.478Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:44:58.478Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033498476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:44:58.578Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:44:58.579Z||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-04-10T05:44:58.580Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:58.590Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:44:58.590Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:44:59.479Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFc9521fa981c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "92de0413-986d-4650-9419-5120eba2c4ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "425ef4c7-7693-4547-9e37-dec7877982d8",
    "vfModuleModelCustomizationUUID": "814d95ee-44cc-45b9-a033-7a19d3dcef5c",
    "isBase": true,
    "artifacts": [
      "f14ec000-c451-4bdd-b76e-42ad12520852",
      "f25e4f05-f9e0-4854-9289-284b5b119d73"
    ],
    "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-04-10T05:44:59.482Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFc9521fa981c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:425ef4c7-7693-4547-9e37-dec7877982d8
VfModuleModelInvariantUUID:92de0413-986d-4650-9419-5120eba2c4ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
f14ec000-c451-4bdd-b76e-42ad12520852
,
f25e4f05-f9e0-4854-9289-284b5b119d73

}
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-04-10T05:44:59.484Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFc9521fa981c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "92de0413-986d-4650-9419-5120eba2c4ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "425ef4c7-7693-4547-9e37-dec7877982d8",
    "vfModuleModelCustomizationUUID": "814d95ee-44cc-45b9-a033-7a19d3dcef5c",
    "isBase": true,
    "artifacts": [
      "f14ec000-c451-4bdd-b76e-42ad12520852",
      "f25e4f05-f9e0-4854-9289-284b5b119d73"
    ],
    "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-04-10T05:44:59.484Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFc9521fa981c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:425ef4c7-7693-4547-9e37-dec7877982d8
VfModuleModelInvariantUUID:92de0413-986d-4650-9419-5120eba2c4ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
f14ec000-c451-4bdd-b76e-42ad12520852
,
f25e4f05-f9e0-4854-9289-284b5b119d73

}
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-04-10T05:44:59.484Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f14ec000-c451-4bdd-b76e-42ad12520852 from URL: /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml
2021-04-10T05:44:59.485Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-10T05:44:59.485Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml
2021-04-10T05:45:00.708Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-10T05:45:00.709Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml f14ec000-c451-4bdd-b76e-42ad12520852 20368
2021-04-10T05:45:00.709Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-10T05:45:00.709Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml
2021-04-10T05:45:00.709Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:45:00.709Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:45:00.711Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:45:00.711Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033500709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:45:00.811Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:45:00.812Z||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-04-10T05:45:00.812Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:45:00.822Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:45:00.823Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:45:01.712Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f25e4f05-f9e0-4854-9289-284b5b119d73 from URL: /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env
2021-04-10T05:45:01.713Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-10T05:45:01.713Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env
2021-04-10T05:45:03.004Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-10T05:45:03.005Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env f25e4f05-f9e0-4854-9289-284b5b119d73 2098
2021-04-10T05:45:03.005Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-10T05:45:03.005Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env
2021-04-10T05:45:03.005Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:45:03.006Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:45:03.007Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:45:03.007Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033503005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:45:03.108Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-10T05:45:03.109Z||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-04-10T05:45:03.109Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:45:03.120Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:45:03.121Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:45:04.008Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b442106d-7a9f-4ccd-8a82-7cd6c70dd408
2021-04-10T05:45:04.008Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fc9521fa-981c 0 926d0748-487d-461c-acab-9e6102a2431b 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-04-10T05:45:04.025Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:45:04.025Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:45:04.025Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-04-10T05:45:04.025Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f4decfe1-e9d0-4616-aa59-0917a992360a
2021-04-10T05:45:04.025Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f4decfe1-e9d0-4616-aa59-0917a992360a matches Tosca VF Customization UUID: f4decfe1-e9d0-4616-aa59-0917a992360a
2021-04-10T05:45:04.025Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f4decfe1-e9d0-4616-aa59-0917a992360a  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-04-10T05:45:04.027Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:45:04.028Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:45:04.028Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f4decfe1-e9d0-4616-aa59-0917a992360a: {\"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-04-10T05:45:04.028Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26b0dabf
2021-04-10T05:45:04.028Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:45:04.028Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T05:45:04.029Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 814d95ee-44cc-45b9-a033-7a19d3dcef5c
2021-04-10T05:45:04.029Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 814d95ee-44cc-45b9-a033-7a19d3dcef5c
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-04-10T05:45:04.031Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:45:04.031Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:45:04.031Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:45:04.032Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:45:04.032Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:45:04.032Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:45:04.032Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:45:04.033Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is not matching search criteria
2021-04-10T05:45:04.033Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T05:45:04.033Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T05:45:04.033Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-10T05:45:04.033Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-10T05:45:04.034Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-10T05:45:04.034Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-10T05:45:04.034Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-10T05:45:04.034Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-10T05:45:04.034Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-10T05:45:04.035Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-10T05:45:04.035Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T05:45:04.035Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ce9d06f9-b91a-44ac-b5f8-f0a8485d924e
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-04-10T05:45:04.037Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:45:04.038Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:45:04.038Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:45:04.038Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:45:04.038Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is not matching search criteria
2021-04-10T05:45:04.038Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T05:45:04.039Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T05:45:04.039Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-10T05:45:04.039Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-10T05:45:04.039Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-10T05:45:04.039Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-10T05:45:04.040Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T05:45:04.040Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-10T05:45:04.040Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-10T05:45:04.040Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-10T05:45:04.040Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-10T05:45:04.041Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T05:45:04.041Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cab3d06a-a6a4-49fb-87cd-beaf9079933b
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-04-10T05:45:04.043Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:45:04.043Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:45:04.043Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:45:04.047Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:45:04.047Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is not matching search criteria
2021-04-10T05:45:04.047Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T05:45:04.047Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T05:45:04.048Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-10T05:45:04.048Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-10T05:45:04.048Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-10T05:45:04.048Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-10T05:45:04.048Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T05:45:04.049Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-10T05:45:04.049Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-10T05:45:04.049Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-10T05:45:04.049Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-10T05:45:04.049Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-10T05:45:04.050Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=96b79215-c47d-4bc0-b697-a945b6bb954d
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-04-10T05:45:04.052Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:45:04.052Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:45:04.053Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:45:04.053Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:45:04.053Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:45:04.053Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0] matching following query criteria: sdcType=VF, customizationUUID=f4decfe1-e9d0-4616-aa59-0917a992360a
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-04-10T05:45:04.055Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:45:04.055Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:45:04.056Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b442106d-7a9f-4ccd-8a82-7cd6c70dd408: vFW fc9521fa-981c
2021-04-10T05:45:04.056Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:45:04.056Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:45:04.056Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:45:04.057Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:45:04.057Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:45:04.057Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:45:04.057Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:45:04.057Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:45:04.057Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:45:04.057Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:45:04.058Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-04-10 05-41-45 
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-04-10T05:45:04.206Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fc9521fa-981c 926d0748-487d-461c-acab-9e6102a2431b 1 ASDC deployResourceStructure
2021-04-10T05:45:04.207Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json ASDC sendASDCNotification
2021-04-10T05:45:04.207Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json
2021-04-10T05:45:04.207Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:45:04.207Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:45:04.209Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:45:04.209Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033504207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:45:04.310Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T05:45:04.311Z||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-04-10T05:45:04.311Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:45:04.323Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:45:04.323Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-10T05:45:05.210Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-10T05:45:05.210Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml
2021-04-10T05:45:05.211Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:45:05.211Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:45:05.213Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:45:05.213Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033505210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T05:45:05.313Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:45:05.314Z||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-04-10T05:45:05.314Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:45:05.324Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:45:05.324Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:45:06.214Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-10T05:45:06.214Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env
2021-04-10T05:45:06.214Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:45:06.214Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:45:06.216Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:45:06.216Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033506214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-10T05:45:06.317Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T05:45:06.318Z||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-04-10T05:45:06.318Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:45:06.328Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:45:06.329Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-10T05:45:07.217Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar ASDC sendASDCNotification
2021-04-10T05:45:07.217Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar
2021-04-10T05:45:07.218Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:45:07.218Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:45:07.220Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:45:07.220Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033507217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:45:07.320Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:45:07.321Z||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-04-10T05:45:07.321Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:45:07.332Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:45:07.332Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-10T05:45:08.222Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2ac820c-9095-4b3e-9e37-89ecdc045349
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T05:45:08.230Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2ac820c-9095-4b3e-9e37-89ecdc045349
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:45:08.232Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:45:08.232Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:45:08.232Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:45:38.233Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2ac820c-9095-4b3e-9e37-89ecdc045349
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T05:45:38.241Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2ac820c-9095-4b3e-9e37-89ecdc045349
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:45:38.243Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:45:38.243Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:45:38.243Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:45:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:45:45.856Z||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-04-10T05:45:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:45:45.880Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:45:45.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033433344,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T05:45:45.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033446819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033449639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033448362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "clamp",
  "timestamp": 1618033449317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "aai-ml",
  "timestamp": 1618033451873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "policy-id",
  "timestamp": 1618033444860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033448362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "clamp",
  "timestamp": 1618033449317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033446819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033449639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "aai-ml",
  "timestamp": 1618033451873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "policy-id",
  "timestamp": 1618033444860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033454972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "clamp",
  "timestamp": 1618033449317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033449639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033448362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033446819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "aai-ml",
  "timestamp": 1618033451873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "policy-id",
  "timestamp": 1618033444860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033454972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033456168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "clamp",
  "timestamp": 1618033449317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033448362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033449639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "aai-ml",
  "timestamp": 1618033451873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033446819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "policy-id",
  "timestamp": 1618033444860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033454972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033456168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033449639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033448362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "clamp",
  "timestamp": 1618033449317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "aai-ml",
  "timestamp": 1618033451873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033446819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "policy-id",
  "timestamp": 1618033444860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "cds",
  "timestamp": 1618033457931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033454972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033456168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:45:45.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "clamp",
  "timestamp": 1618033449317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033449639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033448362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033446819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "aai-ml",
  "timestamp": 1618033451873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "policy-id",
  "timestamp": 1618033444860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "cds",
  "timestamp": 1618033457931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033454972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033456168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "clamp",
  "timestamp": 1618033449317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:45:45.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033449639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:45:45.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033448362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:45:45.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033446819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "aai-ml",
  "timestamp": 1618033451873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:45:45.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "policy-id",
  "timestamp": 1618033444860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:45:45.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "cds",
  "timestamp": 1618033457931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033454972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033456168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-10T05:45:45.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "cds",
  "timestamp": 1618033457931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033454972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:45:45.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033456168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033462298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033462329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "aai-ml",
  "timestamp": 1618033462370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "policy-id",
  "timestamp": 1618033462428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.903Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "cds",
  "timestamp": 1618033457931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033456168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:45:45.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033462990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "policy-id",
  "timestamp": 1618033463432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:45:45.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033463565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "cds",
  "timestamp": 1618033457931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033463648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.905Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033464088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "policy-id",
  "timestamp": 1618033464436,
  "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-04-10T05:45:45.914Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2ac820c-9095-4b3e-9e37-89ecdc045349
2021-04-10T05:45:45.914Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ac820c-9095-4b3e-9e37-89ecdc045349 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-04-10T05:45:45.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "dcae-sch",
  "timestamp": 1618033463843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "cds",
  "timestamp": 1618033457931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:45:45.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "dcae-sch",
  "timestamp": 1618033463843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033465763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033466296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:45:45.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033466408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "dcae-sch",
  "timestamp": 1618033463843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033466767,
  "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-04-10T05:45:45.931Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2ac820c-9095-4b3e-9e37-89ecdc045349
2021-04-10T05:45:45.931Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ac820c-9095-4b3e-9e37-89ecdc045349 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-04-10T05:45:45.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "cds",
  "timestamp": 1618033467022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.937Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033467267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.938Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033467301,
  "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-04-10T05:45:45.942Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2ac820c-9095-4b3e-9e37-89ecdc045349
2021-04-10T05:45:45.942Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ac820c-9095-4b3e-9e37-89ecdc045349 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-04-10T05:45:45.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033467432,
  "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-04-10T05:45:45.955Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2ac820c-9095-4b3e-9e37-89ecdc045349
2021-04-10T05:45:45.955Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ac820c-9095-4b3e-9e37-89ecdc045349 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-04-10T05:45:45.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "dcae-sch",
  "timestamp": 1618033463843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "clamp",
  "timestamp": 1618033467557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033467770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:45:45.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "cds",
  "timestamp": 1618033468028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-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-04-10T05:45:45.966Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d2ac820c-9095-4b3e-9e37-89ecdc045349
2021-04-10T05:45:45.967Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ac820c-9095-4b3e-9e37-89ecdc045349 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-04-10T05:45:45.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033468435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:45:45.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "dcae-sch",
  "timestamp": 1618033463843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "clamp",
  "timestamp": 1618033468576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:45:45.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "dcae-sch",
  "timestamp": 1618033463843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "clamp",
  "timestamp": 1618033469578,
  "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-04-10T05:45:45.980Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d2ac820c-9095-4b3e-9e37-89ecdc045349
2021-04-10T05:45:45.980Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ac820c-9095-4b3e-9e37-89ecdc045349 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-04-10T05:45:45.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033469912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.990Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "dcae-sch",
  "timestamp": 1618033463843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:45:45.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033470919,
  "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-04-10T05:45:45.998Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2ac820c-9095-4b3e-9e37-89ecdc045349
2021-04-10T05:45:45.998Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ac820c-9095-4b3e-9e37-89ecdc045349 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-04-10T05:45:46.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:46.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033471922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:45:46.006Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:46.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:46.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "aai-ml",
  "timestamp": 1618033473713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:45:46.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:46.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:46.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "aai-ml",
  "timestamp": 1618033474717,
  "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-04-10T05:45:46.012Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d2ac820c-9095-4b3e-9e37-89ecdc045349
2021-04-10T05:45:46.012Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ac820c-9095-4b3e-9e37-89ecdc045349 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-04-10T05:46:08.244Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2ac820c-9095-4b3e-9e37-89ecdc045349
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T05:46:08.252Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2ac820c-9095-4b3e-9e37-89ecdc045349
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||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-04-10T05:46:08.259Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T05:46:38.259Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d2ac820c-9095-4b3e-9e37-89ecdc045349 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-04-10T05:46:38.263Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d2ac820c-9095-4b3e-9e37-89ecdc045349 and serviceModelVersionId: b442106d-7a9f-4ccd-8a82-7cd6c70dd408
2021-04-10T05:46:38.263Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b65f00c-9894-4524-ae5a-493b901d1389
2021-04-10T05:46:38.264Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b65f00c-9894-4524-ae5a-493b901d1389/model-vers/model-ver/b442106d-7a9f-4ccd-8a82-7cd6c70dd408?depth=0
2021-04-10T05:46:38.268Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T05:46:38.312Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b65f00c-9894-4524-ae5a-493b901d1389/model-vers/model-ver/b442106d-7a9f-4ccd-8a82-7cd6c70dd408?depth=0|INFO|500||Invoke
2021-04-10T05:46:38.312Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b65f00c-9894-4524-ae5a-493b901d1389/model-vers/model-ver/b442106d-7a9f-4ccd-8a82-7cd6c70dd408?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b65f00c-9894-4524-ae5a-493b901d1389/model-vers/model-ver/b442106d-7a9f-4ccd-8a82-7cd6c70dd408?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d2ac820c-9095-4b3e-9e37-89ecdc045349], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[518551d3-ab51-4790-b919-ff3d4046315d], X-ECOMP-RequestID=[d2ac820c-9095-4b3e-9e37-89ecdc045349], X-TransactionId=[], X-ONAP-RequestID=[d2ac820c-9095-4b3e-9e37-89ecdc045349], Content-Type=[application/merge-patch+json]}
2021-04-10T05:46:38.333Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b65f00c-9894-4524-ae5a-493b901d1389/model-vers/model-ver/b442106d-7a9f-4ccd-8a82-7cd6c70dd408?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-10T05:46:38.707Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b65f00c-9894-4524-ae5a-493b901d1389/model-vers/model-ver/b442106d-7a9f-4ccd-8a82-7cd6c70dd408?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/6b65f00c-9894-4524-ae5a-493b901d1389/model-vers/model-ver/b442106d-7a9f-4ccd-8a82-7cd6c70dd408?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210410-05:46:38:331-51535], vertex-id=[155656], Content-Length=[0], Date=[Sat, 10 Apr 2021 05:46:38 GMT], Content-Type=[application/json]}
2021-04-10T05:46:38.707Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b65f00c-9894-4524-ae5a-493b901d1389/model-vers/model-ver/b442106d-7a9f-4ccd-8a82-7cd6c70dd408?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-10T05:46:38.708Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b65f00c-9894-4524-ae5a-493b901d1389/model-vers/model-ver/b442106d-7a9f-4ccd-8a82-7cd6c70dd408?depth=0|INFO|500||InvokeReturn
2021-04-10T05:46:38.708Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T05:46:38.708Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||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-04-10T05:46:38.712Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||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-04-10T05:46:38.712Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d2ac820c-9095-4b3e-9e37-89ecdc045349 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T05:46:38.712Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T05:46:38.712Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:46:38.714Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:46:38.714Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033598712,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T05:46:38.814Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:46:38.815Z||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-04-10T05:46:38.816Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:46:38.829Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:46:38.830Z||pool-34-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-04-10T05:46:39.724Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:46:39.724Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|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-04-10T05:46:39.725Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:46:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:46:45.857Z||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-04-10T05:46:45.858Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:46:45.879Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:46:45.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033485853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:46:45.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:46:45.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033485853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:46:45.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:46:45.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033485853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033485853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033485853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033485853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033485853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:46:45.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:46:45.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033493776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:46:45.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:46:45.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033498476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:46:45.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:46:45.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033500709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033503005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033504207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033505210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033506214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033507217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:46:45.885Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:46:49.279Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:46:49.280Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:46:49.280Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|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-04-10T05:46:49.280Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:46:58.820Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:47:45.853Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:47:45.854Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|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-04-10T05:47:45.854Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:47:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:47:45.856Z||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-04-10T05:47:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:47:46.376Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:47:46.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:47:46.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033598712,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T05:47:46.377Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:47:55.394Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:48:45.853Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:48:45.854Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|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-04-10T05:48:45.854Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:48:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:48:45.856Z||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-04-10T05:48:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:48:55.397Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:48:55.397Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:49:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:49:45.854Z||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-04-10T05:49:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:49:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:49:45.856Z||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-04-10T05:49:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:49:54.897Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:49:54.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:49:54.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"9252ecef-48ea-4bfc-825f-81ceb3ae316e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e8aeecdc-88ba-4eec-a9aa-10012066a8b8","serviceDescription":"service","serviceInvariantUUID":"683f1bc0-8217-49ab-8fea-ee400ab3bed6","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c9210cf4-69aa-42c6-aefc-cecc6936d57b","resourceInvariantUUID":"05129357-cada-4bd4-a71d-eac90e046d29","resourceCustomizationUUID":"b7e45086-45d4-48ee-ac9b-ffdfac7e0bb4","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":"Mzc2Y2JhOTZkYzZiZDhiOWU3OTQ4MzlkOTRiMGJhNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9d1245f-b6fe-449c-a1ac-275fd28fbf23","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTE4MmFkODE5NjA5M2VkY2U4ODNkZjk1ZmZhNmVkOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8265b4-2d35-40f5-8f75-3a140601e46e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T05:49:54.900Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:49:54.901Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:49:54.903Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:49:54.903Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033785853,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:49:55.003Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:49:55.004Z||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-04-10T05:49:55.004Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:49:55.014Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:49:55.014Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:49:55.119Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:49:55.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:49:55.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033788362,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:49:55.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:49:55.904Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:49:55.905Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:49:55.907Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:49:55.907Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033785853,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:49:56.008Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T05:49:56.009Z||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-04-10T05:49:56.009Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:49:56.024Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:49:56.025Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:49:56.908Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "e8aeecdc-88ba-4eec-a9aa-10012066a8b8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "683f1bc0-8217-49ab-8fea-ee400ab3bed6",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "b7e45086-45d4-48ee-ac9b-ffdfac7e0bb4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c9210cf4-69aa-42c6-aefc-cecc6936d57b",
      "resourceInvariantUUID": "05129357-cada-4bd4-a71d-eac90e046d29",
      "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": "YTE4MmFkODE5NjA5M2VkY2U4ODNkZjk1ZmZhNmVkOGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8265b4-2d35-40f5-8f75-3a140601e46e"
    }
  ],
  "workloadContext": "Production"
}
2021-04-10T05:49:56.909Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T05:49:56.909Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e8aeecdc-88ba-4eec-a9aa-10012066a8b8 ASDC
2021-04-10T05:49:56.909Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:9252ecef-48ea-4bfc-825f-81ceb3ae316e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e8aeecdc-88ba-4eec-a9aa-10012066a8b8
ServiceInvariantUUID:683f1bc0-8217-49ab-8fea-ee400ab3bed6
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:8a8265b4-2d35-40f5-8f75-3a140601e46e
ArtifactChecksum:YTE4MmFkODE5NjA5M2VkY2U4ODNkZjk1ZmZhNmVkOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b7e45086-45d4-48ee-ac9b-ffdfac7e0bb4
ResourceInvariantUUID:05129357-cada-4bd4-a71d-eac90e046d29
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c9210cf4-69aa-42c6-aefc-cecc6936d57b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-04-10T05:49:56.910Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8aeecdc-88ba-4eec-a9aa-10012066a8b8 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-04-10T05:49:56.936Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:49:56.936Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:49:56.936Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:49:56.936Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8a8265b4-2d35-40f5-8f75-3a140601e46e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-10T05:49:56.936Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T05:49:56.936Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-10T05:49:57.816Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T05:49:57.818Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8265b4-2d35-40f5-8f75-3a140601e46e 52216
2021-04-10T05:49:57.818Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-10T05:49:57.819Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-10T05:49:57.819Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:49:57.819Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:49:57.821Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:49:57.821Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033797818,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:49:57.921Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:49:57.922Z||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-04-10T05:49:57.922Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:49:57.934Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:49:57.934Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:49:58.821Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:49:58.822Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:49:58.823Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8a8265b4-2d35-40f5-8f75-3a140601e46e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T05:49:58.823Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-10T05:49:58.823Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T05:49:58.823Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T05:49:58.989Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11313129277362719259/Definitions/service-BasicNetwork-template.yml
2021-04-10T05:49:59.398Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T05:49:59.398Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-10T05:49:59.398Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T05:49:59.398Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-10T05:49:59.398Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||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-04-10T05:49:59.399Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||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-04-10T05:49:59.399Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||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-04-10T05:49:59.399Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||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-04-10T05:49:59.399Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T05:49:59.399Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||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-04-10T05:49:59.399Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||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-04-10T05:49:59.400Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||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-04-10T05:49:59.400Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-10T05:49:59.400Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:49:59.400Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.400Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-10T05:49:59.400Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-10T05:49:59.401Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:49:59.401Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:49:59.401Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.401Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-10T05:49:59.401Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-10T05:49:59.402Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:49:59.402Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:49:59.402Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.402Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:49:59.402Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.403Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:49:59.403Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.403Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:49:59.403Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.403Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:49:59.403Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.404Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:e8aeecdc-88ba-4eec-a9aa-10012066a8b8
Model Version:NULL
Model InvariantUuid:683f1bc0-8217-49ab-8fea-ee400ab3bed6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:05129357-cada-4bd4-a71d-eac90e046d29
Model UUID:74e678a5-31e9-4e1c-8b81-a0bdad625c98
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:b7e45086-45d4-48ee-ac9b-ffdfac7e0bb4
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-04-10T05:49:59.408Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: c9210cf4-69aa-42c6-aefc-cecc6936d57b
2021-04-10T05:49:59.409Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||No resources found for Service: e8aeecdc-88ba-4eec-a9aa-10012066a8b8
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-04-10T05:49:59.412Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||
2021-04-10T05:49:59.412Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-04-10T05:49:59.413Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||No resources found for Service: e8aeecdc-88ba-4eec-a9aa-10012066a8b8
2021-04-10T05:49:59.413Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e8aeecdc-88ba-4eec-a9aa-10012066a8b8
2021-04-10T05:49:59.413Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-04-10T05:49:59.413Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||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-04-10T05:49:59.419Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:49:59.419Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.420Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:49:59.420Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.420Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e8aeecdc-88ba-4eec-a9aa-10012066a8b8: Generic NeutronNet
2021-04-10T05:49:59.420Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:49:59.420Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.421Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:49:59.421Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||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-04-10T05:49:59.458Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:49:59.459Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.459Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:49:59.459Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.460Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:49:59.460Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.460Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||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-04-10T05:49:59.522Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-04-10T05:49:59.522Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-10T05:49:59.523Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-10T05:49:59.523Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:49:59.523Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:49:59.525Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:49:59.525Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033799522,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:49:59.626Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:49:59.626Z||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-04-10T05:49:59.627Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:49:59.636Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:49:59.637Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:50:00.526Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T05:50:00.535Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:50:00.537Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:50:00.537Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:50:00.537Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:50:30.537Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T05:50:30.544Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:50:30.546Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:50:30.546Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:50:30.546Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:50:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:50:45.856Z||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-04-10T05:50:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:50:45.876Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:50:45.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:50:45.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "cds",
  "timestamp": 1618033787931,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:50:45.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:50:45.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:50:45.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033784973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:50:45.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:51:00.546Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T05:51:00.555Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:51:00.556Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:51:00.557Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:51:00.557Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:51:30.557Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T05:51:30.566Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:51:30.568Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:51:30.568Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:51:30.569Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:51:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:51:45.857Z||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-04-10T05:51:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:51:45.878Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:51:45.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:51:45.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033786819,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:51:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:51:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:51:45.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033785853,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:51:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:51:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:51:45.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033789639,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:51:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:51:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:51:45.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "policy-id",
  "timestamp": 1618033784860,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:51:45.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:52:00.569Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T05:52:00.578Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:52:00.580Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:52:00.580Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:52:00.580Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:52:30.580Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T05:52:30.588Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:52:30.590Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:52:30.590Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:52:30.590Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:52:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:52:45.857Z||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-04-10T05:52:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:52:45.893Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:52:45.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "cds",
  "timestamp": 1618033787931,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:52:45.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033789639,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033788362,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033784973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033786819,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033785853,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "policy-id",
  "timestamp": 1618033784860,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033796168,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033796168,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033797818,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "cds",
  "timestamp": 1618033797815,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:52:45.900Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033797818,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:52:45.900Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "policy-id",
  "timestamp": 1618033797811,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:52:45.900Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "cds",
  "timestamp": 1618033798821,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T05:52:45.907Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9252ecef-48ea-4bfc-825f-81ceb3ae316e
2021-04-10T05:52:45.907Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9252ecef-48ea-4bfc-825f-81ceb3ae316e 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-04-10T05:52:45.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "policy-id",
  "timestamp": 1618033798815,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:52:45.916Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033799297,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:52:45.916Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618033799522,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:52:45.917Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "policy-id",
  "timestamp": 1618033799818,
  "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-04-10T05:52:45.922Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9252ecef-48ea-4bfc-825f-81ceb3ae316e
2021-04-10T05:52:45.922Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9252ecef-48ea-4bfc-825f-81ceb3ae316e 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-04-10T05:52:45.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033800303,
  "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-04-10T05:52:45.934Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9252ecef-48ea-4bfc-825f-81ceb3ae316e
2021-04-10T05:52:45.935Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9252ecef-48ea-4bfc-825f-81ceb3ae316e 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-04-10T05:52:45.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "dcae-sch",
  "timestamp": 1618033803843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:52:45.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:52:45.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "dcae-sch",
  "timestamp": 1618033803843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:52:45.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:52:45.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "clamp",
  "timestamp": 1618033809317,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:52:45.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:52:45.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "clamp",
  "timestamp": 1618033809317,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:52:45.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:52:45.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "aai-ml",
  "timestamp": 1618033811873,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:52:45.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:52:45.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "aai-ml",
  "timestamp": 1618033811873,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:52:45.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:52:45.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "aai-ml",
  "timestamp": 1618033815523,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:52:45.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "aai-ml",
  "timestamp": 1618033819703,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:52:45.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "clamp",
  "timestamp": 1618033820603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:52:45.946Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "aai-ml",
  "timestamp": 1618033820708,
  "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-04-10T05:52:45.950Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9252ecef-48ea-4bfc-825f-81ceb3ae316e
2021-04-10T05:52:45.951Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9252ecef-48ea-4bfc-825f-81ceb3ae316e 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-04-10T05:52:45.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "clamp",
  "timestamp": 1618033821620,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:52:45.959Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "clamp",
  "timestamp": 1618033822622,
  "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-04-10T05:52:45.963Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9252ecef-48ea-4bfc-825f-81ceb3ae316e
2021-04-10T05:52:45.963Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9252ecef-48ea-4bfc-825f-81ceb3ae316e 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-04-10T05:53:00.590Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T05:53:00.601Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:53:00.606Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:53:00.607Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T05:53:00.607Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T05:53:00.607Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T05:53:00.607Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:53:00.607Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:53:00.607Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:53:00.607Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:53:00.607Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:53:00.607Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:53:00.607Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T05:53:00.612Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T05:53:30.614Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e 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-04-10T05:53:30.620Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e and serviceModelVersionId: e8aeecdc-88ba-4eec-a9aa-10012066a8b8
2021-04-10T05:53:30.620Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 683f1bc0-8217-49ab-8fea-ee400ab3bed6
2021-04-10T05:53:30.621Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/683f1bc0-8217-49ab-8fea-ee400ab3bed6/model-vers/model-ver/e8aeecdc-88ba-4eec-a9aa-10012066a8b8?depth=0
2021-04-10T05:53:30.625Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T05:53:30.676Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/683f1bc0-8217-49ab-8fea-ee400ab3bed6/model-vers/model-ver/e8aeecdc-88ba-4eec-a9aa-10012066a8b8?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-04-10T05:53:30.677Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/683f1bc0-8217-49ab-8fea-ee400ab3bed6/model-vers/model-ver/e8aeecdc-88ba-4eec-a9aa-10012066a8b8?depth=0|INFO|500||Invoke
2021-04-10T05:53:30.698Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/683f1bc0-8217-49ab-8fea-ee400ab3bed6/model-vers/model-ver/e8aeecdc-88ba-4eec-a9aa-10012066a8b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-10T05:53:30.918Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/683f1bc0-8217-49ab-8fea-ee400ab3bed6/model-vers/model-ver/e8aeecdc-88ba-4eec-a9aa-10012066a8b8?depth=0|INFO|500||InvokeReturn
2021-04-10T05:53:30.919Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/683f1bc0-8217-49ab-8fea-ee400ab3bed6/model-vers/model-ver/e8aeecdc-88ba-4eec-a9aa-10012066a8b8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210410-05:53:30:697-8019], vertex-id=[163848], Content-Length=[0], Date=[Sat, 10 Apr 2021 05:53:30 GMT], Content-Type=[application/json]}
2021-04-10T05:53:30.919Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-04-10T05:53:30.919Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T05:53:30.920Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||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-04-10T05:53:30.924Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-10T05:53:30.924Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9252ecef-48ea-4bfc-825f-81ceb3ae316e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T05:53:30.924Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T05:53:30.925Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:30.927Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:30.927Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034010924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T05:53:31.027Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:53:31.028Z||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-04-10T05:53:31.028Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:31.042Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:53:31.042Z||pool-39-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-04-10T05:53:31.937Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:53:31.937Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|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-04-10T05:53:31.938Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:36.206Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:53:36.207Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:53:36.207Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c43f9d24-2bf8-453d-9dc4-1f37a0930ef0","serviceName":"Demo_pNF_qpg4x9MYfm75ub96KctF","serviceVersion":"1.0","serviceUUID":"586432c5-0c80-4f2f-bdba-9b5ddae4ad90","serviceDescription":"catalog service description","serviceInvariantUUID":"929bb5e8-41f7-493f-a2db-db171d17ddfc","resources":[{"resourceInstanceName":"pNF d8644151-3df3 0","resourceName":"pNF d8644151-3df3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"69708574-b511-44ad-98e2-185f42416e1c","resourceInvariantUUID":"9aba6123-4b72-4f6b-a019-c2d99a9118c1","resourceCustomizationUUID":"6dd5f7ce-7a19-44e0-b264-791182280d48","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml","artifactChecksum":"NGQzMWUxNDE4ODFkZjkyNzBkMmM4YmRhMWU4Y2IxZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7731bd6e-099b-41ce-bcef-607fcce5e5ae","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar","artifactChecksum":"YWY4YmNiMDFkZTVmMGEyYjZmOTU2MzI4NzFmZWU1Yjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7769f5bf-0bde-4204-a4fb-0adbe78ae6cc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cab8477d-57b8-47fd-a95b-4e6531cd0aaf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml","artifactChecksum":"YmQ1NzJlMzJlMmVkMzEzN2RmNDIwNjM4NTI1OWI5NmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"39b63d9d-194b-4b67-9d78-0131d7fd34c1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b399014-7b13-46dc-815d-f4be3df76b76","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"628c8ce6-e0d7-4df9-8fe9-5252ab12cb61","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQpg4x9myfm75ub96kctf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml","artifactChecksum":"MWUzNzg3MDhkMDAzNTBmNjkwYjI3YmQ3ZWQzZTkwYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bcf89b-fade-487b-b441-5be51721d8c1","artifactVersion":"1"},{"artifactName":"service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar","artifactChecksum":"MDMzYTc3MmQ2OGMwOWU3YzQ4MzFlNzkxMzY2NDJiY2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98b80713-61bb-44ed-bbf1-176b5a8a6a08","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T05:53:36.211Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:53:36.211Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:36.214Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:36.214Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034011937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:36.314Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:53:36.315Z||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-04-10T05:53:36.315Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:36.325Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:53:36.326Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:53:37.215Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:53:37.216Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:37.220Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:37.220Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034011937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:37.319Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-04-10T05:53:37.320Z||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-04-10T05:53:37.320Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:37.331Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:53:37.331Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:53:38.221Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:53:38.222Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:38.224Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:38.224Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034011937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:38.324Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:53:38.325Z||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-04-10T05:53:38.325Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:38.335Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:53:38.335Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:53:39.224Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:53:39.225Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:39.227Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:39.227Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034011937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:39.327Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:53:39.328Z||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-04-10T05:53:39.328Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:39.337Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:53:39.337Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:53:40.228Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:53:40.228Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:40.231Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:40.231Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034011937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:40.331Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:53:40.332Z||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-04-10T05:53:40.332Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:40.342Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:53:40.342Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:53:41.232Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:53:41.233Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:41.235Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:41.235Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034011937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:41.335Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:53:41.336Z||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-04-10T05:53:41.336Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:41.347Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:53:41.348Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:53:42.236Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:53:42.237Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:42.239Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:42.239Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034011937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:42.339Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:53:42.340Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T05:53:42.340Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:42.351Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:53:42.352Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:53:43.239Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:53:43.240Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:43.242Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:43.242Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034011937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:53:43.342Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:53:43.344Z||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-04-10T05:53:43.344Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:43.354Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:53:43.355Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:53:44.243Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "serviceName": "Demo_pNF_qpg4x9MYfm75ub96KctF",
  "serviceVersion": "1.0",
  "serviceUUID": "586432c5-0c80-4f2f-bdba-9b5ddae4ad90",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "929bb5e8-41f7-493f-a2db-db171d17ddfc",
  "resources": [
    {
      "resourceInstanceName": "pNF d8644151-3df3 0",
      "resourceCustomizationUUID": "6dd5f7ce-7a19-44e0-b264-791182280d48",
      "resourceName": "pNF d8644151-3df3",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "69708574-b511-44ad-98e2-185f42416e1c",
      "resourceInvariantUUID": "9aba6123-4b72-4f6b-a019-c2d99a9118c1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
      "artifactChecksum": "MDMzYTc3MmQ2OGMwOWU3YzQ4MzFlNzkxMzY2NDJiY2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "98b80713-61bb-44ed-bbf1-176b5a8a6a08"
    }
  ],
  "workloadContext": "Production"
}
2021-04-10T05:53:44.243Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T05:53:44.243Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 586432c5-0c80-4f2f-bdba-9b5ddae4ad90 ASDC
2021-04-10T05:53:44.244Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c43f9d24-2bf8-453d-9dc4-1f37a0930ef0
ServiceName:Demo_pNF_qpg4x9MYfm75ub96KctF
ServiceVersion:1.0
ServiceUUID:586432c5-0c80-4f2f-bdba-9b5ddae4ad90
ServiceInvariantUUID:929bb5e8-41f7-493f-a2db-db171d17ddfc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
ArtifactUUID:98b80713-61bb-44ed-bbf1-176b5a8a6a08
ArtifactChecksum:MDMzYTc3MmQ2OGMwOWU3YzQ4MzFlNzkxMzY2NDJiY2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d8644151-3df3 0
ResourceCustomizationUUID:6dd5f7ce-7a19-44e0-b264-791182280d48
ResourceInvariantUUID:9aba6123-4b72-4f6b-a019-c2d99a9118c1
ResourceName:pNF d8644151-3df3
ResourceType:PNF
ResourceUUID:69708574-b511-44ad-98e2-185f42416e1c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-10T05:53:44.244Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 586432c5-0c80-4f2f-bdba-9b5ddae4ad90 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-04-10T05:53:44.266Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:53:44.266Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:53:44.267Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:53:44.267Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 98b80713-61bb-44ed-bbf1-176b5a8a6a08 from URL: /sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:44.267Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T05:53:44.267Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:44.818Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T05:53:44.822Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar 98b80713-61bb-44ed-bbf1-176b5a8a6a08 83324
2021-04-10T05:53:44.822Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar ASDC sendASDCNotification
2021-04-10T05:53:44.823Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:44.823Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:53:44.823Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:44.824Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:44.824Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034024822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:53:44.925Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:53:44.925Z||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-04-10T05:53:44.925Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:44.936Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:53:44.936Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:53:45.825Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:53:45.826Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:53:45.826Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 98b80713-61bb-44ed-bbf1-176b5a8a6a08, URL: /sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar to file: /app/ASDC/1/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:45.826Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:45.827Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:45.827Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:53:45.857Z||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-04-10T05:53:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:45.876Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:53:45.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033876168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033874972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "aai-ml",
  "timestamp": 1618033871873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "cds",
  "timestamp": 1618033877931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033876168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "cds",
  "timestamp": 1618033877931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033874972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "aai-ml",
  "timestamp": 1618033871873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "cds",
  "timestamp": 1618033877931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033876168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "aai-ml",
  "timestamp": 1618033871873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033874972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033876168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "cds",
  "timestamp": 1618033877931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033874972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "aai-ml",
  "timestamp": 1618033871873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033876168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "cds",
  "timestamp": 1618033877931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033874972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "aai-ml",
  "timestamp": 1618033871873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "dcae-sch",
  "timestamp": 1618033883843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "cds",
  "timestamp": 1618033877931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033876168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033874972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "aai-ml",
  "timestamp": 1618033871873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "dcae-sch",
  "timestamp": 1618033883843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "policy-id",
  "timestamp": 1618033884860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033876168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "cds",
  "timestamp": 1618033877931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033874972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "aai-ml",
  "timestamp": 1618033871873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "dcae-sch",
  "timestamp": 1618033883843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "policy-id",
  "timestamp": 1618033884860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618033876168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:53:45.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "cds",
  "timestamp": 1618033877931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:53:45.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "aai-ml",
  "timestamp": 1618033871873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:53:45.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033874972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:53:45.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033886819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "dcae-sch",
  "timestamp": 1618033883843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "policy-id",
  "timestamp": 1618033884860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033886819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "dcae-sch",
  "timestamp": 1618033883843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "policy-id",
  "timestamp": 1618033884860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033888362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033889317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:53:45.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:53:45.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033886819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "dcae-sch",
  "timestamp": 1618033883843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "policy-id",
  "timestamp": 1618033884860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "cds",
  "timestamp": 1618033889920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:53:45.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:53:45.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033888362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "aai-ml",
  "timestamp": 1618033890075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:53:45.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:53:45.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033889639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033886819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "dcae-sch",
  "timestamp": 1618033883843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "policy-id",
  "timestamp": 1618033884860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "cds",
  "timestamp": 1618033890926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-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-04-10T05:53:45.918Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c43f9d24-2bf8-453d-9dc4-1f37a0930ef0
2021-04-10T05:53:45.918Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c43f9d24-2bf8-453d-9dc4-1f37a0930ef0 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-04-10T05:53:45.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033888362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033891033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:53:45.929Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:53:45.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033889639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033886819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "dcae-sch",
  "timestamp": 1618033883843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "policy-id",
  "timestamp": 1618033884860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033888362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618033892039,
  "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-04-10T05:53:45.938Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c43f9d24-2bf8-453d-9dc4-1f37a0930ef0
2021-04-10T05:53:45.938Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c43f9d24-2bf8-453d-9dc4-1f37a0930ef0 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=?
2021-04-10T05:53:45.942Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP579479471039474839/Definitions/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T05:53:45.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033889639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033886819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:53:45.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "policy-id",
  "timestamp": 1618033884860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:53:45.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033888362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.950Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033889639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033886819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033888362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033889639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033886819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033888362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "policy-id",
  "timestamp": 1618033895208,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:53:45.954Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:53:45.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033889639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "aai-ml",
  "timestamp": 1618033895373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:53:45.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:53:45.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618033888362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:53:45.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033896233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:53:45.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:53:45.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "policy-id",
  "timestamp": 1618033896211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:53:45.956Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:53:45.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033889639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "aai-ml",
  "timestamp": 1618033896376,
  "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-04-10T05:53:45.962Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c43f9d24-2bf8-453d-9dc4-1f37a0930ef0
2021-04-10T05:53:45.962Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c43f9d24-2bf8-453d-9dc4-1f37a0930ef0 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-04-10T05:53:45.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "policy-id",
  "timestamp": 1618033897213,
  "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-04-10T05:53:45.983Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c43f9d24-2bf8-453d-9dc4-1f37a0930ef0
2021-04-10T05:53:45.983Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c43f9d24-2bf8-453d-9dc4-1f37a0930ef0 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-04-10T05:53:45.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618033889639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:53:45.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:45.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033897511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T05:53:45.992Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:53:45.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618033898517,
  "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-04-10T05:53:46.026Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c43f9d24-2bf8-453d-9dc4-1f37a0930ef0
2021-04-10T05:53:46.026Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c43f9d24-2bf8-453d-9dc4-1f37a0930ef0 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-04-10T05:53:46.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:46.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "clamp",
  "timestamp": 1618033899317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:46.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:46.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:46.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "clamp",
  "timestamp": 1618033899317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:46.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:46.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:46.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "clamp",
  "timestamp": 1618033899317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:46.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:46.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:46.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "clamp",
  "timestamp": 1618033899317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:46.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:46.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:46.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "clamp",
  "timestamp": 1618033899317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:46.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:46.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:46.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "clamp",
  "timestamp": 1618033899317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:53:46.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:53:46.757Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T05:53:46.757Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d8644151-3df3 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d8644151-3df3 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-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:53:46.759Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qpg4x9MYfm75ub96KctF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:53:46.759Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Node template pNF d8644151-3df3 0 is matching search criteria
2021-04-10T05:53:46.759Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-10T05:53:46.759Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d8644151-3df3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:53:46.759Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:53:46.759Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qpg4x9MYfm75ub96KctF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:53:46.759Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Node template pNF d8644151-3df3 0 is matching search criteria
2021-04-10T05:53:46.759Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-10T05:53:46.760Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d8644151-3df3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:53:46.760Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:53:46.760Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qpg4x9MYfm75ub96KctF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:53:46.760Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:53:46.760Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qpg4x9MYfm75ub96KctF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:53:46.760Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:53:46.760Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qpg4x9MYfm75ub96KctF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:53:46.760Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:53:46.760Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qpg4x9MYfm75ub96KctF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:53:46.761Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:53:46.761Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qpg4x9MYfm75ub96KctF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:53:46.761Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_qpg4x9MYfm75ub96KctF
Description:catalog service description
Model UUID:586432c5-0c80-4f2f-bdba-9b5ddae4ad90
Model Version:NULL
Model InvariantUuid:929bb5e8-41f7-493f-a2db-db171d17ddfc
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-04-10T05:53:46.767Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 69708574-b511-44ad-98e2-185f42416e1c
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-04-10T05:53:46.770Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||pNF d8644151-3df3 0
2021-04-10T05:53:46.770Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 69708574-b511-44ad-98e2-185f42416e1c
2021-04-10T05:53:46.770Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 586432c5-0c80-4f2f-bdba-9b5ddae4ad90
2021-04-10T05:53:46.771Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 586432c5-0c80-4f2f-bdba-9b5ddae4ad90
2021-04-10T05:53:46.771Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d8644151-3df3 0 69708574-b511-44ad-98e2-185f42416e1c 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-04-10T05:53:46.776Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:53:46.776Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qpg4x9MYfm75ub96KctF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:53:46.776Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 586432c5-0c80-4f2f-bdba-9b5ddae4ad90: pNF d8644151-3df3
2021-04-10T05:53:46.777Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||Processing PNF resource: 69708574-b511-44ad-98e2-185f42416e1c
2021-04-10T05:53:46.777Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:53:46.777Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qpg4x9MYfm75ub96KctF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:53:46.777Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||Resource customization UUID: 6dd5f7ce-7a19-44e0-b264-791182280d48 is the same as notified resource customizationUUID: 6dd5f7ce-7a19-44e0-b264-791182280d48
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-04-10T05:53:46.824Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d8644151-3df3 69708574-b511-44ad-98e2-185f42416e1c 0 ASDC deployResourceStructure
2021-04-10T05:53:46.825Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar ASDC sendASDCNotification
2021-04-10T05:53:46.825Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:46.825Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:53:46.826Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:46.828Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:46.828Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034026825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:53:46.928Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:53:46.928Z||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-04-10T05:53:46.928Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:46.937Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:53:46.938Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:53:47.828Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c43f9d24-2bf8-453d-9dc4-1f37a0930ef0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T05:53:47.836Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c43f9d24-2bf8-453d-9dc4-1f37a0930ef0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:53:47.838Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:53:47.838Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T05:53:47.838Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T05:53:47.838Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T05:53:47.838Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:53:47.838Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:53:47.838Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:53:47.838Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:53:47.838Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:53:47.838Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:53:47.838Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T05:53:47.842Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T05:54:17.842Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c43f9d24-2bf8-453d-9dc4-1f37a0930ef0 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-04-10T05:54:17.847Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c43f9d24-2bf8-453d-9dc4-1f37a0930ef0 and serviceModelVersionId: 586432c5-0c80-4f2f-bdba-9b5ddae4ad90
2021-04-10T05:54:17.847Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 929bb5e8-41f7-493f-a2db-db171d17ddfc
2021-04-10T05:54:17.848Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/929bb5e8-41f7-493f-a2db-db171d17ddfc/model-vers/model-ver/586432c5-0c80-4f2f-bdba-9b5ddae4ad90?depth=0
2021-04-10T05:54:17.853Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T05:54:17.905Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/929bb5e8-41f7-493f-a2db-db171d17ddfc/model-vers/model-ver/586432c5-0c80-4f2f-bdba-9b5ddae4ad90?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-04-10T05:54:17.906Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/929bb5e8-41f7-493f-a2db-db171d17ddfc/model-vers/model-ver/586432c5-0c80-4f2f-bdba-9b5ddae4ad90?depth=0|INFO|500||Invoke
2021-04-10T05:54:17.924Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/929bb5e8-41f7-493f-a2db-db171d17ddfc/model-vers/model-ver/586432c5-0c80-4f2f-bdba-9b5ddae4ad90?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-10T05:54:18.323Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/929bb5e8-41f7-493f-a2db-db171d17ddfc/model-vers/model-ver/586432c5-0c80-4f2f-bdba-9b5ddae4ad90?depth=0|INFO|500||InvokeReturn
2021-04-10T05:54:18.324Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/929bb5e8-41f7-493f-a2db-db171d17ddfc/model-vers/model-ver/586432c5-0c80-4f2f-bdba-9b5ddae4ad90?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210410-05:54:17:923-2692], vertex-id=[176376], Content-Length=[0], Date=[Sat, 10 Apr 2021 05:54:17 GMT], Content-Type=[application/json]}
2021-04-10T05:54:18.324Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-04-10T05:54:18.325Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T05:54:18.325Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||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-04-10T05:54:18.330Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-10T05:54:18.330Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c43f9d24-2bf8-453d-9dc4-1f37a0930ef0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T05:54:18.330Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T05:54:18.330Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:54:18.332Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:54:18.332Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034058330,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T05:54:18.432Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:54:18.433Z||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-04-10T05:54:18.434Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:54:18.446Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:54:18.446Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-10T05:54:19.343Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:54:19.343Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|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-04-10T05:54:19.343Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:54:28.882Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:54:28.883Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:54:28.883Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|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-04-10T05:54:28.883Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:54:38.417Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:54:38.417Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:54:38.418Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|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-04-10T05:54:38.418Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:54:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:54:45.857Z||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-04-10T05:54:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:54:45.875Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:54:45.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:54:45.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "clamp",
  "timestamp": 1618033899317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:54:45.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:54:45.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:54:45.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "clamp",
  "timestamp": 1618033899317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:54:45.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:54:45.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:54:45.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "clamp",
  "timestamp": 1618033917713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:54:45.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:54:45.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:54:45.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "clamp",
  "timestamp": 1618033918730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:54:45.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:54:45.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:54:45.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "clamp",
  "timestamp": 1618033919733,
  "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-04-10T05:54:45.884Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c43f9d24-2bf8-453d-9dc4-1f37a0930ef0
2021-04-10T05:54:45.884Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c43f9d24-2bf8-453d-9dc4-1f37a0930ef0 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-04-10T05:54:47.954Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:54:47.954Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:54:47.955Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|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-04-10T05:54:47.955Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:54:50.407Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:54:50.407Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:54:50.407Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b435257b-3bbf-453d-a4da-5b3187c6e5b0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f40ee936-7a21-495a-aa06-3f2b08c1f924","serviceDescription":"service","serviceInvariantUUID":"48ee9ca5-381c-4771-b740-73b99028f69f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"62164b62-7b5f-4c82-80a1-7ca5e18d90c3","resourceInvariantUUID":"fdcf0f2b-02d2-44ab-9f1c-73ad954354c5","resourceCustomizationUUID":"09b588f7-df13-49ff-bb01-81cc0c486ed4","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":"ZGE5OWI2YTg3MTkwZjljNDhjY2RjNjQ3YTQ4NjU3OTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"087d719b-8016-4c43-bf3c-33c05c2b86be","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":"YzRhNjdjYTJiNzM3OGNkYjJlMmU4NmZlMGVjMWZiOWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2eb8503e-c067-4465-93b4-ea43d771deae","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5a6a2a7c-c472-496d-bae9-252880aadc69","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":"27b39e31-9d65-44fc-9552-bab37811f8dc","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"56d06026-ef7b-4d23-8205-3e5799455124","artifactVersion":"2","generatedFromUUID":"5a6a2a7c-c472-496d-bae9-252880aadc69"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjZjMmUwYjcwZGQ1ODM2MzI0MDhjYjRhM2M4NjRjODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55ed352e-1211-47d7-83d5-d7c2207ab76f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDQ1ZjQ1Y2QzMmIwZGQ5YjUwMjkzNDg1ZGM1MzY2NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9dd6955-606d-405a-8bd7-fce2c3d134a6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T05:54:50.408Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:54:50.409Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:54:50.410Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:54:50.410Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034087954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:54:50.511Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:54:50.511Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T05:54:50.511Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:54:50.523Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:54:50.524Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:54:51.411Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:54:51.412Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:54:51.413Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:54:51.413Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034087954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:54:51.514Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:54:51.515Z||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-04-10T05:54:51.515Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:54:51.525Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:54:51.526Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:54:52.414Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:54:52.414Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:54:52.416Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:54:52.416Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034087954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:54:52.516Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:54:52.517Z||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-04-10T05:54:52.517Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:54:52.529Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:54:52.529Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:54:53.416Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:54:53.417Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:54:53.419Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:54:53.419Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034087954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:54:53.519Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:54:53.520Z||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-04-10T05:54:53.520Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:54:53.531Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:54:53.531Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:54:54.419Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:54:54.420Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:54:54.422Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:54:54.422Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034087954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-10T05:54:54.522Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:54:54.523Z||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-04-10T05:54:54.523Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:54:54.537Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:54:54.538Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:54:55.422Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:54:55.423Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:54:55.426Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:54:55.426Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034087954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:54:55.526Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:54:55.527Z||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-04-10T05:54:55.527Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:54:55.535Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:54:55.536Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:54:56.426Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:54:56.428Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:54:56.429Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:54:56.429Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034087954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:54:56.529Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:54:56.530Z||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-04-10T05:54:56.530Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:54:56.542Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:54:56.542Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:54:57.430Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "f40ee936-7a21-495a-aa06-3f2b08c1f924",
  "serviceDescription": "service",
  "serviceInvariantUUID": "48ee9ca5-381c-4771-b740-73b99028f69f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "09b588f7-df13-49ff-bb01-81cc0c486ed4",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "62164b62-7b5f-4c82-80a1-7ca5e18d90c3",
      "resourceInvariantUUID": "fdcf0f2b-02d2-44ab-9f1c-73ad954354c5",
      "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": "YzRhNjdjYTJiNzM3OGNkYjJlMmU4NmZlMGVjMWZiOWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2eb8503e-c067-4465-93b4-ea43d771deae",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5a6a2a7c-c472-496d-bae9-252880aadc69",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "56d06026-ef7b-4d23-8205-3e5799455124",
            "generatedFromUUID": "5a6a2a7c-c472-496d-bae9-252880aadc69"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "56d06026-ef7b-4d23-8205-3e5799455124",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MDQ1ZjQ1Y2QzMmIwZGQ5YjUwMjkzNDg1ZGM1MzY2NDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f9dd6955-606d-405a-8bd7-fce2c3d134a6"
    }
  ],
  "workloadContext": "Production"
}
2021-04-10T05:54:57.431Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T05:54:57.431Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f40ee936-7a21-495a-aa06-3f2b08c1f924 ASDC
2021-04-10T05:54:57.431Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b435257b-3bbf-453d-a4da-5b3187c6e5b0
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:f40ee936-7a21-495a-aa06-3f2b08c1f924
ServiceInvariantUUID:48ee9ca5-381c-4771-b740-73b99028f69f
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:f9dd6955-606d-405a-8bd7-fce2c3d134a6
ArtifactChecksum:MDQ1ZjQ1Y2QzMmIwZGQ5YjUwMjkzNDg1ZGM1MzY2NDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:09b588f7-df13-49ff-bb01-81cc0c486ed4
ResourceInvariantUUID:fdcf0f2b-02d2-44ab-9f1c-73ad954354c5
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:62164b62-7b5f-4c82-80a1-7ca5e18d90c3
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:2eb8503e-c067-4465-93b4-ea43d771deae
ArtifactChecksum:YzRhNjdjYTJiNzM3OGNkYjJlMmU4NmZlMGVjMWZiOWQ=
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:5a6a2a7c-c472-496d-bae9-252880aadc69
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:56d06026-ef7b-4d23-8205-3e5799455124
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:56d06026-ef7b-4d23-8205-3e5799455124
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-10T05:54:57.431Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f40ee936-7a21-495a-aa06-3f2b08c1f924 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-04-10T05:54:57.458Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:54:57.458Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:54:57.458Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:54:57.458Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f9dd6955-606d-405a-8bd7-fce2c3d134a6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-10T05:54:57.459Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T05:54:57.459Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-10T05:54:58.916Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T05:54:58.919Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f9dd6955-606d-405a-8bd7-fce2c3d134a6 74269
2021-04-10T05:54:58.920Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-10T05:54:58.920Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-10T05:54:58.920Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:54:58.920Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:54:58.922Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:54:58.922Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034098920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:54:59.022Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:54:59.023Z||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-04-10T05:54:59.023Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:54:59.034Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:54:59.034Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:54:59.923Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:54:59.924Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:54:59.924Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f9dd6955-606d-405a-8bd7-fce2c3d134a6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T05:54:59.924Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-04-10T05:54:59.924Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T05:54:59.924Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T05:55:00.366Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14701460248650042424/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-04-10T05:55:01.495Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T05:55:01.496Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-10T05:55:01.496Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T05:55:01.496Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-10T05:55:01.496Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T05:55:01.496Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T05:55:01.496Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T05:55:01.496Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T05:55:01.496Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T05:55:01.496Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T05:55:01.496Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T05:55:01.496Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T05:55:01.496Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||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-04-10T05:55:01.496Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T05:55:01.497Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-10T05:55:01.497Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:01.497Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:55:01.497Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T05:55:01.497Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-10T05:55:01.497Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:55:01.497Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:01.497Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:55:01.497Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T05:55:01.498Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-10T05:55:01.498Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:55:01.498Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:01.498Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:55:01.498Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:01.498Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-10T05:55:01.498Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-10T05:55:01.498Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-10T05:55:01.498Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-10T05:55:01.498Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-10T05:55:01.498Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-10T05:55:01.499Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:01.499Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T05:55:01.499Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:01.499Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T05:55:01.499Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:55:01.499Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:01.499Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T05:55:01.500Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:55:01.500Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:01.500Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T05:55:01.500Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:55:01.500Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:01.500Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-10T05:55:01.500Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-10T05:55:01.500Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-10T05:55:01.500Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=55d2c033-f08c-4203-b82b-d0dc3a2578ad
2021-04-10T05:55:01.500Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:01.501Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:55:01.501Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:01.501Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:55:01.501Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:01.501Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:55:01.501Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:01.501Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:55:01.501Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:f40ee936-7a21-495a-aa06-3f2b08c1f924
Model Version:NULL
Model InvariantUuid:48ee9ca5-381c-4771-b740-73b99028f69f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:26e603c7-cec0-4d07-a6ad-dc6c0209a68c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fdcf0f2b-02d2-44ab-9f1c-73ad954354c5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:09b588f7-df13-49ff-bb01-81cc0c486ed4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d183c57f-7640-4f27-9e52-cd1848ed18c2
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:9245a654-a174-4abb-9d97-58aff82514f5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:55d2c033-f08c-4203-b82b-d0dc3a2578ad
ModelInvariantUuid:c17e926b-7a2a-4de7-ae61-92c473c8432f
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:9e97c901-7584-498b-90e4-42943fe40ab2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:f11a618f-346e-4b94-9484-11852cfec15b
ModelInvariantUuid:a03971b4-be6d-4706-bcf7-e64215ed785c
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:db5d107f-0d13-41f8-b1f1-b62ed415322d
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-04-10T05:55:01.507Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 62164b62-7b5f-4c82-80a1-7ca5e18d90c3
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-04-10T05:55:01.509Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||basic_vm 0
2021-04-10T05:55:01.510Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 62164b62-7b5f-4c82-80a1-7ca5e18d90c3
2021-04-10T05:55:01.510Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2eb8503e-c067-4465-93b4-ea43d771deae from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-10T05:55:01.510Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T05:55:01.510Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-10T05:55:02.719Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T05:55:02.720Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2eb8503e-c067-4465-93b4-ea43d771deae 787
2021-04-10T05:55:02.720Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-04-10T05:55:02.720Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-10T05:55:02.720Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:55:02.720Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:55:02.722Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:55:02.722Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034102720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:55:02.822Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:55:02.823Z||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-04-10T05:55:02.823Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:55:02.832Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:55:02.832Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:55:03.722Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d183c57f-7640-4f27-9e52-cd1848ed18c2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9245a654-a174-4abb-9d97-58aff82514f5",
    "vfModuleModelCustomizationUUID": "9d01edaf-695a-4af3-b611-a6efa7afccb5",
    "isBase": true,
    "artifacts": [
      "5a6a2a7c-c472-496d-bae9-252880aadc69",
      "56d06026-ef7b-4d23-8205-3e5799455124"
    ],
    "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-04-10T05:55:03.726Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9245a654-a174-4abb-9d97-58aff82514f5
VfModuleModelInvariantUUID:d183c57f-7640-4f27-9e52-cd1848ed18c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a6a2a7c-c472-496d-bae9-252880aadc69
,
56d06026-ef7b-4d23-8205-3e5799455124

}
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-04-10T05:55:03.728Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d183c57f-7640-4f27-9e52-cd1848ed18c2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9245a654-a174-4abb-9d97-58aff82514f5",
    "vfModuleModelCustomizationUUID": "9d01edaf-695a-4af3-b611-a6efa7afccb5",
    "isBase": true,
    "artifacts": [
      "5a6a2a7c-c472-496d-bae9-252880aadc69",
      "56d06026-ef7b-4d23-8205-3e5799455124"
    ],
    "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-04-10T05:55:03.728Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9245a654-a174-4abb-9d97-58aff82514f5
VfModuleModelInvariantUUID:d183c57f-7640-4f27-9e52-cd1848ed18c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a6a2a7c-c472-496d-bae9-252880aadc69
,
56d06026-ef7b-4d23-8205-3e5799455124

}
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-04-10T05:55:03.728Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5a6a2a7c-c472-496d-bae9-252880aadc69 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-10T05:55:03.728Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T05:55:03.728Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-10T05:55:04.374Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T05:55:04.375Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 5a6a2a7c-c472-496d-bae9-252880aadc69 5033
2021-04-10T05:55:04.375Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-10T05:55:04.375Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-10T05:55:04.375Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:55:04.376Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:55:04.378Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:55:04.378Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034104375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:55:04.478Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:55:04.479Z||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-04-10T05:55:04.479Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:55:04.490Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:55:04.490Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:55:05.379Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 56d06026-ef7b-4d23-8205-3e5799455124 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-10T05:55:05.380Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T05:55:05.380Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-10T05:55:07.175Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T05:55:07.175Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 56d06026-ef7b-4d23-8205-3e5799455124 903
2021-04-10T05:55:07.176Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-10T05:55:07.176Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-10T05:55:07.176Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:55:07.176Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:55:07.178Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:55:07.178Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034107175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:55:07.278Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:55:07.279Z||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-04-10T05:55:07.279Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:55:07.288Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:55:07.289Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:55:08.178Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f40ee936-7a21-495a-aa06-3f2b08c1f924
2021-04-10T05:55:08.179Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 62164b62-7b5f-4c82-80a1-7ca5e18d90c3 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-04-10T05:55:08.192Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:08.193Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:55:08.193Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-04-10T05:55:08.193Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 09b588f7-df13-49ff-bb01-81cc0c486ed4
2021-04-10T05:55:08.193Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 09b588f7-df13-49ff-bb01-81cc0c486ed4 matches Tosca VF Customization UUID: 09b588f7-df13-49ff-bb01-81cc0c486ed4
2021-04-10T05:55:08.194Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 09b588f7-df13-49ff-bb01-81cc0c486ed4  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-04-10T05:55:08.196Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:08.196Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:55:08.197Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 09b588f7-df13-49ff-bb01-81cc0c486ed4: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-04-10T05:55:08.197Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@717bdcbe
2021-04-10T05:55:08.197Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:08.198Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T05:55:08.198Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9d01edaf-695a-4af3-b611-a6efa7afccb5
2021-04-10T05:55:08.198Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9d01edaf-695a-4af3-b611-a6efa7afccb5
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-04-10T05:55:08.201Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:08.201Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T05:55:08.201Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:55:08.201Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:08.202Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T05:55:08.202Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:55:08.202Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:08.202Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-10T05:55:08.202Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-10T05:55:08.202Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-10T05:55:08.202Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=55d2c033-f08c-4203-b82b-d0dc3a2578ad
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-04-10T05:55:08.204Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:08.205Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T05:55:08.205Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:55:08.205Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:08.205Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T05:55:08.205Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=09b588f7-df13-49ff-bb01-81cc0c486ed4
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-04-10T05:55:08.207Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:08.207Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:55:08.207Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f40ee936-7a21-495a-aa06-3f2b08c1f924: basic_vm
2021-04-10T05:55:08.207Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:08.207Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:55:08.208Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:08.208Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:55:08.208Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:08.208Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:55:08.208Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:08.209Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:55:08.209Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:55:08.209Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:55:08.209Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||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-04-10T05:55:08.274Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 62164b62-7b5f-4c82-80a1-7ca5e18d90c3 1 ASDC deployResourceStructure
2021-04-10T05:55:08.275Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-04-10T05:55:08.275Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-10T05:55:08.275Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:55:08.275Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:55:08.277Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:55:08.277Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034108275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:55:08.378Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T05:55:08.379Z||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-04-10T05:55:08.379Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:55:08.387Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:55:08.388Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:55:09.278Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-10T05:55:09.279Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-10T05:55:09.279Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:55:09.279Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:55:09.280Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:55:09.281Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034109278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T05:55:09.381Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:55:09.382Z||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-04-10T05:55:09.382Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:55:09.391Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:55:09.391Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:55:10.282Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-10T05:55:10.282Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-10T05:55:10.282Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:55:10.282Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:55:10.284Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:55:10.284Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034110282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-10T05:55:10.384Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:55:10.385Z||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-04-10T05:55:10.385Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:55:10.395Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:55:10.396Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:55:11.285Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-10T05:55:11.285Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-10T05:55:11.285Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:55:11.285Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:55:11.287Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:55:11.287Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034111285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:55:11.387Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:55:11.388Z||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-04-10T05:55:11.388Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:55:11.398Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:55:11.399Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:55:12.287Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b435257b-3bbf-453d-a4da-5b3187c6e5b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T05:55:12.296Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b435257b-3bbf-453d-a4da-5b3187c6e5b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:55:12.299Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:55:12.299Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:55:12.299Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:55:42.300Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b435257b-3bbf-453d-a4da-5b3187c6e5b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T05:55:42.308Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b435257b-3bbf-453d-a4da-5b3187c6e5b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:55:42.310Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:55:42.310Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:55:42.310Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:55:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:55:45.857Z||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-04-10T05:55:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:55:45.877Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:55:45.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:55:45.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034010924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T05:55:45.879Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:55:45.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:55:45.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034011937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:55:45.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:55:45.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:55:45.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034011937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:55:45.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:55:45.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:55:45.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034011937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:55:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:55:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:55:45.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034011937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:55:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:55:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:55:45.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034011937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:55:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:55:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:55:45.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034011937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:55:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:55:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:55:45.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034011937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:55:45.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:55:45.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:55:45.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034011937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:55:45.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:55:45.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:55:45.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034024822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:55:45.881Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:56:12.311Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b435257b-3bbf-453d-a4da-5b3187c6e5b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T05:56:12.318Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b435257b-3bbf-453d-a4da-5b3187c6e5b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:56:12.320Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:56:12.320Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:56:12.320Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:56:42.321Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b435257b-3bbf-453d-a4da-5b3187c6e5b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T05:56:42.330Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b435257b-3bbf-453d-a4da-5b3187c6e5b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:56:42.332Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:56:42.332Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:56:42.332Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:56:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:56:45.857Z||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-04-10T05:56:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:56:45.877Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:56:45.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:56:45.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034026825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:56:45.879Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:56:45.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:56:45.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034058330,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T05:56:45.879Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:12.332Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b435257b-3bbf-453d-a4da-5b3187c6e5b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T05:57:12.340Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b435257b-3bbf-453d-a4da-5b3187c6e5b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:57:12.342Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:57:12.342Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:57:12.342Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:57:42.342Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b435257b-3bbf-453d-a4da-5b3187c6e5b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T05:57:42.350Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b435257b-3bbf-453d-a4da-5b3187c6e5b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:57:42.352Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:57:42.352Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:57:42.352Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:57:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:57:45.856Z||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-04-10T05:57:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:57:45.873Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:57:45.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034087954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034084972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034088362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034089639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "cds",
  "timestamp": 1618034087931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "aai-ml",
  "timestamp": 1618034081873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "policy-id",
  "timestamp": 1618034084860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034086819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "dcae-sch",
  "timestamp": 1618034083843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034087954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034089639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "aai-ml",
  "timestamp": 1618034081873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034088362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "cds",
  "timestamp": 1618034087931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034084972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "policy-id",
  "timestamp": 1618034084860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034086819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "dcae-sch",
  "timestamp": 1618034083843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034089639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034087954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034084972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "aai-ml",
  "timestamp": 1618034081873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "cds",
  "timestamp": 1618034087931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034088362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "policy-id",
  "timestamp": 1618034084860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034086819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "dcae-sch",
  "timestamp": 1618034083843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034089639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034087954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034088362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034084972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "cds",
  "timestamp": 1618034087931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "aai-ml",
  "timestamp": 1618034081873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "policy-id",
  "timestamp": 1618034084860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034086819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "dcae-sch",
  "timestamp": 1618034083843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034089639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034088362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034087954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "cds",
  "timestamp": 1618034087931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034084972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "aai-ml",
  "timestamp": 1618034081873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "policy-id",
  "timestamp": 1618034084860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034086819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "dcae-sch",
  "timestamp": 1618034083843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034087954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034089639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034088362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034084972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "cds",
  "timestamp": 1618034087931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "aai-ml",
  "timestamp": 1618034081873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "policy-id",
  "timestamp": 1618034084860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034086819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "dcae-sch",
  "timestamp": 1618034083843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034089639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034087954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034088362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034084972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "cds",
  "timestamp": 1618034087931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "aai-ml",
  "timestamp": 1618034081873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "policy-id",
  "timestamp": 1618034084860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034086819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "dcae-sch",
  "timestamp": 1618034083843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034096168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034096168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034098709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:45.907Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034096168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034098816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:45.907Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "cds",
  "timestamp": 1618034098816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:45.907Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "aai-ml",
  "timestamp": 1618034098817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:45.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "policy-id",
  "timestamp": 1618034098812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:45.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034098899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:45.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034098920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:45.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034096168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "cds",
  "timestamp": 1618034099822,
  "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-04-10T05:57:45.913Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b435257b-3bbf-453d-a4da-5b3187c6e5b0
2021-04-10T05:57:45.914Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b435257b-3bbf-453d-a4da-5b3187c6e5b0 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-04-10T05:57:45.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "policy-id",
  "timestamp": 1618034099815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:45.922Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034096168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "policy-id",
  "timestamp": 1618034100822,
  "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-04-10T05:57:45.925Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b435257b-3bbf-453d-a4da-5b3187c6e5b0
2021-04-10T05:57:45.925Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b435257b-3bbf-453d-a4da-5b3187c6e5b0 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-04-10T05:57:45.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034100999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:45.932Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034101007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:45.932Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034101007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:45.932Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034096168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034102011,
  "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-04-10T05:57:45.936Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b435257b-3bbf-453d-a4da-5b3187c6e5b0
2021-04-10T05:57:45.936Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b435257b-3bbf-453d-a4da-5b3187c6e5b0 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-04-10T05:57:45.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034102720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:45.942Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034096168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034103097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:45.942Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034103098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:45.942Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034104105,
  "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-04-10T05:57:45.945Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b435257b-3bbf-453d-a4da-5b3187c6e5b0
2021-04-10T05:57:45.945Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b435257b-3bbf-453d-a4da-5b3187c6e5b0 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-04-10T05:57:45.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034104126,
  "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-04-10T05:57:45.954Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b435257b-3bbf-453d-a4da-5b3187c6e5b0
2021-04-10T05:57:45.954Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b435257b-3bbf-453d-a4da-5b3187c6e5b0 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-04-10T05:57:45.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034104375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:45.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034104576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:45.961Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "dcae-sch",
  "timestamp": 1618034103843,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "cds",
  "timestamp": 1618034102931,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034105107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:45.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034105129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:45.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "policy-id",
  "timestamp": 1618034104860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "cds",
  "timestamp": 1618034102931,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "dcae-sch",
  "timestamp": 1618034103843,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "policy-id",
  "timestamp": 1618034104860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "dcae-sch",
  "timestamp": 1618034103843,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "cds",
  "timestamp": 1618034102931,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034107175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:45.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034107372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:45.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034106819,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "policy-id",
  "timestamp": 1618034104860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "cds",
  "timestamp": 1618034102931,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "dcae-sch",
  "timestamp": 1618034103843,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "aai-ml",
  "timestamp": 1618034108019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:45.964Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034108275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:45.965Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034106819,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "policy-id",
  "timestamp": 1618034104860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "dcae-sch",
  "timestamp": 1618034103843,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "cds",
  "timestamp": 1618034102931,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034108362,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "aai-ml",
  "timestamp": 1618034109023,
  "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-04-10T05:57:45.971Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b435257b-3bbf-453d-a4da-5b3187c6e5b0
2021-04-10T05:57:45.971Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b435257b-3bbf-453d-a4da-5b3187c6e5b0 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-04-10T05:57:45.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034109278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:45.979Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034106819,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "policy-id",
  "timestamp": 1618034104860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034109639,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "clamp",
  "timestamp": 1618034109317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "dcae-sch",
  "timestamp": 1618034103843,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "cds",
  "timestamp": 1618034102931,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034108362,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034110282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:45.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034110365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:45.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034106819,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "policy-id",
  "timestamp": 1618034104860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034109639,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "clamp",
  "timestamp": 1618034109317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "dcae-sch",
  "timestamp": 1618034103843,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "cds",
  "timestamp": 1618034102931,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034108362,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034111285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:45.983Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034111371,
  "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-04-10T05:57:45.987Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b435257b-3bbf-453d-a4da-5b3187c6e5b0
2021-04-10T05:57:45.987Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b435257b-3bbf-453d-a4da-5b3187c6e5b0 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-04-10T05:57:45.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034106819,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "policy-id",
  "timestamp": 1618034104860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034109639,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "clamp",
  "timestamp": 1618034109317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "dcae-sch",
  "timestamp": 1618034103843,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "cds",
  "timestamp": 1618034102931,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034108362,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034112374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:45.994Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034106819,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "aai-ml",
  "timestamp": 1618034111873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "policy-id",
  "timestamp": 1618034104860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034109639,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "clamp",
  "timestamp": 1618034109317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034108362,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034106819,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "aai-ml",
  "timestamp": 1618034111873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034109639,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "clamp",
  "timestamp": 1618034109317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034108362,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034106819,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "aai-ml",
  "timestamp": 1618034111873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "cds",
  "timestamp": 1618034114584,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:45.997Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "policy-id",
  "timestamp": 1618034114771,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:45.998Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:45.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034109639,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-10T05:57:45.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "clamp",
  "timestamp": 1618034109317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034108362,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "aai-ml",
  "timestamp": 1618034111873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:45.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:45.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:45.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "cds",
  "timestamp": 1618034115588,
  "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-04-10T05:57:46.010Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b7d711b1-ad7a-4051-be3f-4e6e87f9d290
2021-04-10T05:57:46.010Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7d711b1-ad7a-4051-be3f-4e6e87f9d290 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-04-10T05:57:46.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034114972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "policy-id",
  "timestamp": 1618034115775,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:46.018Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034109639,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "clamp",
  "timestamp": 1618034109317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034108362,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "aai-ml",
  "timestamp": 1618034111873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034114972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034116168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "policy-id",
  "timestamp": 1618034116777,
  "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-04-10T05:57:46.024Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b7d711b1-ad7a-4051-be3f-4e6e87f9d290
2021-04-10T05:57:46.024Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7d711b1-ad7a-4051-be3f-4e6e87f9d290 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-04-10T05:57:46.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034109639,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "aai-ml",
  "timestamp": 1618034111873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "dcae-sch",
  "timestamp": 1618034117513,
  "artifactURL": "/sdc/v1/catalog/services/24c909e1-f9a8-4da3-9c19-7b6f93dc83b9/resourceInstances/basicclamp0/artifacts/c4dd8988-433e-4429-98ca-28e07aecc0e3",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.037Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034114972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034116168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034117905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.038Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "aai-ml",
  "timestamp": 1618034111873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "cds",
  "timestamp": 1618034117931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034114972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "dcae-sch",
  "timestamp": 1618034118745,
  "artifactURL": "/sdc/v1/catalog/services/24c909e1-f9a8-4da3-9c19-7b6f93dc83b9/resourceInstances/basicclamp0/artifacts/c4dd8988-433e-4429-98ca-28e07aecc0e3",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:46.039Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034116168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034118997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.040Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "aai-ml",
  "timestamp": 1618034111873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "cds",
  "timestamp": 1618034117931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034114972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "dcae-sch",
  "timestamp": 1618034119748,
  "artifactURL": "/sdc/v1/catalog/services/24c909e1-f9a8-4da3-9c19-7b6f93dc83b9/resourceInstances/basicclamp0/artifacts/c4dd8988-433e-4429-98ca-28e07aecc0e3",
  "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-04-10T05:57:46.046Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of b7d711b1-ad7a-4051-be3f-4e6e87f9d290
2021-04-10T05:57:46.046Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7d711b1-ad7a-4051-be3f-4e6e87f9d290 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-04-10T05:57:46.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034116168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034119917,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.054Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "clamp",
  "timestamp": 1618034120061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "cds",
  "timestamp": 1618034117931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034114972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034116168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "clamp",
  "timestamp": 1618034121077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:46.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034121105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "aai-ml",
  "timestamp": 1618034121427,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "cds",
  "timestamp": 1618034117931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034114972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034116168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034121808,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.057Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "clamp",
  "timestamp": 1618034122080,
  "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-04-10T05:57:46.062Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b435257b-3bbf-453d-a4da-5b3187c6e5b0
2021-04-10T05:57:46.062Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b435257b-3bbf-453d-a4da-5b3187c6e5b0 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-04-10T05:57:46.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "cds",
  "timestamp": 1618034117931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034114972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034116168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "clamp",
  "timestamp": 1618034109317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034123161,
  "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-04-10T05:57:46.074Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b7d711b1-ad7a-4051-be3f-4e6e87f9d290
2021-04-10T05:57:46.075Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7d711b1-ad7a-4051-be3f-4e6e87f9d290 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-04-10T05:57:46.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034123212,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.080Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "cds",
  "timestamp": 1618034117931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034116168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "clamp",
  "timestamp": 1618034109317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034124164,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:46.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034124216,
  "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-04-10T05:57:46.085Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b7d711b1-ad7a-4051-be3f-4e6e87f9d290
2021-04-10T05:57:46.085Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7d711b1-ad7a-4051-be3f-4e6e87f9d290 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-04-10T05:57:46.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034124369,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.091Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "dcae-sch",
  "timestamp": 1618034123843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "cds",
  "timestamp": 1618034117931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "clamp",
  "timestamp": 1618034109317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034125220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:46.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "dcae-sch",
  "timestamp": 1618034123843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "policy-id",
  "timestamp": 1618034124860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "cds",
  "timestamp": 1618034117931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "clamp",
  "timestamp": 1618034109317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "dcae-sch",
  "timestamp": 1618034123843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034126522,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:46.094Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "policy-id",
  "timestamp": 1618034124860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034126963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "clamp",
  "timestamp": 1618034109317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034126819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "dcae-sch",
  "timestamp": 1618034123843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "policy-id",
  "timestamp": 1618034124860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034127527,
  "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-04-10T05:57:46.100Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b7d711b1-ad7a-4051-be3f-4e6e87f9d290
2021-04-10T05:57:46.100Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7d711b1-ad7a-4051-be3f-4e6e87f9d290 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-04-10T05:57:46.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "cds",
  "timestamp": 1618034127869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.108Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "clamp",
  "timestamp": 1618034109317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034126819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "dcae-sch",
  "timestamp": 1618034123843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "policy-id",
  "timestamp": 1618034124860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034114972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034128362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "clamp",
  "timestamp": 1618034109317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034126819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "dcae-sch",
  "timestamp": 1618034123843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "policy-id",
  "timestamp": 1618034124860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034114972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034129713,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034128362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "clamp",
  "timestamp": 1618034109317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "cds",
  "timestamp": 1618034130155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T05:57:46.125Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f33f5e00-8915-4ded-b9e2-08b615a90d87
2021-04-10T05:57:46.125Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f33f5e00-8915-4ded-b9e2-08b615a90d87 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-04-10T05:57:46.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034129639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034126819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "dcae-sch",
  "timestamp": 1618034123843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "policy-id",
  "timestamp": 1618034124860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034114972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "aai-ml",
  "timestamp": 1618034130715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:46.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034128362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034129639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034126819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "dcae-sch",
  "timestamp": 1618034123843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "policy-id",
  "timestamp": 1618034124860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034114972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "aai-ml",
  "timestamp": 1618034131719,
  "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-04-10T05:57:46.141Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b7d711b1-ad7a-4051-be3f-4e6e87f9d290
2021-04-10T05:57:46.141Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7d711b1-ad7a-4051-be3f-4e6e87f9d290 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-04-10T05:57:46.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034128362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034129639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034132364,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.150Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034126819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "policy-id",
  "timestamp": 1618034124860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034114972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "aai-ml",
  "timestamp": 1618034111873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034128362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034129639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034133370,
  "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-04-10T05:57:46.155Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b7d711b1-ad7a-4051-be3f-4e6e87f9d290
2021-04-10T05:57:46.155Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7d711b1-ad7a-4051-be3f-4e6e87f9d290 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-04-10T05:57:46.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034126819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.161Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034114972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.162Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "aai-ml",
  "timestamp": 1618034111873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.162Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034128362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.162Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034129639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.163Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034134373,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:46.163Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034126819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.163Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034114972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "aai-ml",
  "timestamp": 1618034111873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034128362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "policy-id",
  "timestamp": 1618034135016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.165Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034129639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034116168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034114972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "aai-ml",
  "timestamp": 1618034111873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034128362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "policy-id",
  "timestamp": 1618034136021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:46.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034129639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034116168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "aai-ml",
  "timestamp": 1618034111873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "policy-id",
  "timestamp": 1618034137025,
  "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-04-10T05:57:46.173Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f33f5e00-8915-4ded-b9e2-08b615a90d87
2021-04-10T05:57:46.173Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f33f5e00-8915-4ded-b9e2-08b615a90d87 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-04-10T05:57:46.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034129639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034116168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034137521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "aai-ml",
  "timestamp": 1618034111873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034138298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034116168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "aai-ml",
  "timestamp": 1618034111873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034139110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034116168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034139573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:46.184Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "aai-ml",
  "timestamp": 1618034111873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034116168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034140575,
  "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-04-10T05:57:46.188Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f33f5e00-8915-4ded-b9e2-08b615a90d87
2021-04-10T05:57:46.189Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f33f5e00-8915-4ded-b9e2-08b615a90d87 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-04-10T05:57:46.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034140609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.196Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034116168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:57:46.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "clamp",
  "timestamp": 1618034141510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.197Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034141698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.197Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "aai-ml",
  "timestamp": 1618034141816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.198Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034142311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.198Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034116168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:57:46.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:57:46.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "clamp",
  "timestamp": 1618034142512,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.198Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034143216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034143365,
  "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-04-10T05:57:46.204Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f33f5e00-8915-4ded-b9e2-08b615a90d87
2021-04-10T05:57:46.204Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f33f5e00-8915-4ded-b9e2-08b615a90d87 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-04-10T05:57:46.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.210Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "clamp",
  "timestamp": 1618034143873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:46.210Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.210Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034144209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:57:46.211Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034144220,
  "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-04-10T05:57:46.215Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f33f5e00-8915-4ded-b9e2-08b615a90d87
2021-04-10T05:57:46.215Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f33f5e00-8915-4ded-b9e2-08b615a90d87 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-04-10T05:57:46.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034144368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:46.220Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "clamp",
  "timestamp": 1618034144878,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:46.220Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:57:46.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:57:46.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034145223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:57:46.221Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:58:12.352Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b435257b-3bbf-453d-a4da-5b3187c6e5b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T05:58:12.361Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b435257b-3bbf-453d-a4da-5b3187c6e5b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:58:12.363Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:58:12.363Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T05:58:12.363Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T05:58:12.363Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T05:58:12.363Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:58:12.363Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:58:12.363Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:58:12.363Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:58:12.363Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:58:12.363Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:58:12.364Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T05:58:12.367Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T05:58:42.368Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b435257b-3bbf-453d-a4da-5b3187c6e5b0 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-04-10T05:58:42.372Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b435257b-3bbf-453d-a4da-5b3187c6e5b0 and serviceModelVersionId: f40ee936-7a21-495a-aa06-3f2b08c1f924
2021-04-10T05:58:42.373Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 48ee9ca5-381c-4771-b740-73b99028f69f
2021-04-10T05:58:42.374Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/48ee9ca5-381c-4771-b740-73b99028f69f/model-vers/model-ver/f40ee936-7a21-495a-aa06-3f2b08c1f924?depth=0
2021-04-10T05:58:42.379Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T05:58:42.414Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/48ee9ca5-381c-4771-b740-73b99028f69f/model-vers/model-ver/f40ee936-7a21-495a-aa06-3f2b08c1f924?depth=0|INFO|500||Invoke
2021-04-10T05:58:42.415Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/48ee9ca5-381c-4771-b740-73b99028f69f/model-vers/model-ver/f40ee936-7a21-495a-aa06-3f2b08c1f924?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/48ee9ca5-381c-4771-b740-73b99028f69f/model-vers/model-ver/f40ee936-7a21-495a-aa06-3f2b08c1f924?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b435257b-3bbf-453d-a4da-5b3187c6e5b0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[32e190b9-caa2-4a5c-a455-06a35ea0b607], X-ECOMP-RequestID=[b435257b-3bbf-453d-a4da-5b3187c6e5b0], X-TransactionId=[], X-ONAP-RequestID=[b435257b-3bbf-453d-a4da-5b3187c6e5b0], Content-Type=[application/merge-patch+json]}
2021-04-10T05:58:42.433Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/48ee9ca5-381c-4771-b740-73b99028f69f/model-vers/model-ver/f40ee936-7a21-495a-aa06-3f2b08c1f924?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-10T05:58:42.623Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/48ee9ca5-381c-4771-b740-73b99028f69f/model-vers/model-ver/f40ee936-7a21-495a-aa06-3f2b08c1f924?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/48ee9ca5-381c-4771-b740-73b99028f69f/model-vers/model-ver/f40ee936-7a21-495a-aa06-3f2b08c1f924?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210410-05:58:42:432-25700], vertex-id=[204976], Content-Length=[0], Date=[Sat, 10 Apr 2021 05:58:42 GMT], Content-Type=[application/json]}
2021-04-10T05:58:42.623Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/48ee9ca5-381c-4771-b740-73b99028f69f/model-vers/model-ver/f40ee936-7a21-495a-aa06-3f2b08c1f924?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-10T05:58:42.624Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/48ee9ca5-381c-4771-b740-73b99028f69f/model-vers/model-ver/f40ee936-7a21-495a-aa06-3f2b08c1f924?depth=0|INFO|500||InvokeReturn
2021-04-10T05:58:42.625Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T05:58:42.625Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||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-04-10T05:58:42.630Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-10T05:58:42.630Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b435257b-3bbf-453d-a4da-5b3187c6e5b0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T05:58:42.631Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T05:58:42.631Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:58:42.633Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:58:42.634Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034322630,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T05:58:42.735Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T05:58:42.735Z||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-04-10T05:58:42.736Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:58:42.749Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:58:42.750Z||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-04-10T05:58:43.644Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:58:43.645Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|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-04-10T05:58:43.645Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:58:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:58:45.857Z||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-04-10T05:58:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:58:45.876Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:58:45.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:58:45.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "clamp",
  "timestamp": 1618034145882,
  "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-04-10T05:58:45.882Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b7d711b1-ad7a-4051-be3f-4e6e87f9d290
2021-04-10T05:58:45.882Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7d711b1-ad7a-4051-be3f-4e6e87f9d290 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-04-10T05:58:45.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:58:45.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "clamp",
  "timestamp": 1618034146885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:58:45.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:58:45.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:58:45.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034147618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:58:45.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:58:45.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:58:45.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "clamp",
  "timestamp": 1618034146885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:58:45.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:58:45.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:58:45.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "clamp",
  "timestamp": 1618034146885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:58:45.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:58:45.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:58:45.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034150363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:58:45.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:58:45.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:58:45.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "clamp",
  "timestamp": 1618034146885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:58:45.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:58:45.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:58:45.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034151370,
  "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-04-10T05:58:45.895Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f33f5e00-8915-4ded-b9e2-08b615a90d87
2021-04-10T05:58:45.895Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f33f5e00-8915-4ded-b9e2-08b615a90d87 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-04-10T05:58:45.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:58:45.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "clamp",
  "timestamp": 1618034146885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:58:45.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:58:45.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:58:45.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "aai-ml",
  "timestamp": 1618034151567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:58:45.903Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:58:45.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:58:45.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034152373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:58:45.903Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:58:45.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:58:45.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "clamp",
  "timestamp": 1618034146885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:58:45.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:58:45.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:58:45.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "aai-ml",
  "timestamp": 1618034152570,
  "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-04-10T05:58:45.907Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f33f5e00-8915-4ded-b9e2-08b615a90d87
2021-04-10T05:58:45.907Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f33f5e00-8915-4ded-b9e2-08b615a90d87 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-04-10T05:58:45.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:58:45.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "clamp",
  "timestamp": 1618034146885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:58:45.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:58:45.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:58:45.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "clamp",
  "timestamp": 1618034146885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:58:45.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:58:45.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:58:45.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "clamp",
  "timestamp": 1618034161779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:58:45.915Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:58:45.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:58:45.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "clamp",
  "timestamp": 1618034164607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:58:45.916Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:58:45.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:58:45.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "clamp",
  "timestamp": 1618034165610,
  "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-04-10T05:58:45.919Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f33f5e00-8915-4ded-b9e2-08b615a90d87
2021-04-10T05:58:45.919Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f33f5e00-8915-4ded-b9e2-08b615a90d87 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-04-10T05:58:47.911Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:58:47.912Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:58:47.912Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b7d711b1-ad7a-4051-be3f-4e6e87f9d290","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"24c909e1-f9a8-4da3-9c19-7b6f93dc83b9","serviceDescription":"service","serviceInvariantUUID":"3070d0f8-c0fb-4cee-a1c4-b96ab32cd93a","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf0f7990-298a-4f66-832e-e41a4b281f3c","resourceInvariantUUID":"499039e6-8e3c-4608-8351-6bbf4a1ccd85","resourceCustomizationUUID":"ed9ece4e-ea74-44b4-8c27-748a6bdb6518","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c4dd8988-433e-4429-98ca-28e07aecc0e3","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":"YWQyNzIzZWNmMzRmODUzNjcyYzFmNjMxNDI0NjczNDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68336b3f-6ced-4f2d-97fb-2d439b6cf988","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":"YzcyZGFlODQzMzdkNzAzOGE2ZGFlYjdiNTU2MTM2N2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7697dc89-9ad6-4e5a-8736-dbcb64f96cb6","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":"5aad3eab-0552-4a09-910d-fc41c7f519ce","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":"c016b7a5-e4fd-49ff-99c3-4f957cbb1147","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":"d58ecd86-f9a0-49b8-a53a-36376804e33f","artifactVersion":"2","generatedFromUUID":"5aad3eab-0552-4a09-910d-fc41c7f519ce"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NjMzOWE4MjgxMjVkMjJkMzhhOTFlODNiMTUyMTA3ZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"39e196cd-f260-4a5f-aea3-b59f9354b05c","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OTY4NDQzYWQ5NjRmYjY3OGQwNzI1NDk3NTRiYmJiZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b14b9d26-02ad-4d81-b0ce-30c13a96f0b6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T05:58:47.914Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:58:47.914Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:58:47.916Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:58:47.916Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:58:48.016Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:58:48.017Z||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-04-10T05:58:48.017Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:58:48.027Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:58:48.027Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:58:48.916Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:58:48.917Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:58:48.919Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:58:48.919Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:58:49.019Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:58:49.020Z||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-04-10T05:58:49.020Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:58:49.029Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:58:49.030Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-10T05:58:49.919Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:58:49.920Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:58:49.922Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:58:49.922Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:58:50.022Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:58:50.023Z||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-04-10T05:58:50.023Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:58:50.035Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:58:50.036Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-10T05:58:50.922Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:58:50.923Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:58:50.925Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:58:50.925Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:58:51.025Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:58:51.026Z||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-04-10T05:58:51.026Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:58:51.035Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:58:51.035Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:58:51.925Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:58:51.926Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:58:51.928Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:58:51.928Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:58:52.028Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:58:52.029Z||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-04-10T05:58:52.029Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:58:52.038Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:58:52.039Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:58:52.928Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:58:52.929Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:58:52.931Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:58:52.931Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-10T05:58:53.031Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:58:53.032Z||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-04-10T05:58:53.032Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:58:53.041Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:58:53.041Z||pool-72-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:58:53.932Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:58:53.933Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:58:53.934Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:58:53.934Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:58:54.034Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:58:54.035Z||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-04-10T05:58:54.035Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:58:54.043Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:58:54.044Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-10T05:58:54.935Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:58:54.935Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:58:54.937Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:58:54.937Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:58:55.037Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:58:55.038Z||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-04-10T05:58:55.038Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:58:55.047Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:58:55.047Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-10T05:58:55.938Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "24c909e1-f9a8-4da3-9c19-7b6f93dc83b9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3070d0f8-c0fb-4cee-a1c4-b96ab32cd93a",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "ed9ece4e-ea74-44b4-8c27-748a6bdb6518",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bf0f7990-298a-4f66-832e-e41a4b281f3c",
      "resourceInvariantUUID": "499039e6-8e3c-4608-8351-6bbf4a1ccd85",
      "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": "YzcyZGFlODQzMzdkNzAzOGE2ZGFlYjdiNTU2MTM2N2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7697dc89-9ad6-4e5a-8736-dbcb64f96cb6",
          "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": "5aad3eab-0552-4a09-910d-fc41c7f519ce",
          "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": "d58ecd86-f9a0-49b8-a53a-36376804e33f",
            "generatedFromUUID": "5aad3eab-0552-4a09-910d-fc41c7f519ce"
          },
          "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": "d58ecd86-f9a0-49b8-a53a-36376804e33f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "OTY4NDQzYWQ5NjRmYjY3OGQwNzI1NDk3NTRiYmJiZTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b14b9d26-02ad-4d81-b0ce-30c13a96f0b6"
    }
  ],
  "workloadContext": "Production"
}
2021-04-10T05:58:55.938Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T05:58:55.939Z|b435257b-3bbf-453d-a4da-5b3187c6e5b0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24c909e1-f9a8-4da3-9c19-7b6f93dc83b9 ASDC
2021-04-10T05:58:55.940Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b7d711b1-ad7a-4051-be3f-4e6e87f9d290
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:24c909e1-f9a8-4da3-9c19-7b6f93dc83b9
ServiceInvariantUUID:3070d0f8-c0fb-4cee-a1c4-b96ab32cd93a
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:b14b9d26-02ad-4d81-b0ce-30c13a96f0b6
ArtifactChecksum:OTY4NDQzYWQ5NjRmYjY3OGQwNzI1NDk3NTRiYmJiZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:ed9ece4e-ea74-44b4-8c27-748a6bdb6518
ResourceInvariantUUID:499039e6-8e3c-4608-8351-6bbf4a1ccd85
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:bf0f7990-298a-4f66-832e-e41a4b281f3c
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:7697dc89-9ad6-4e5a-8736-dbcb64f96cb6
ArtifactChecksum:YzcyZGFlODQzMzdkNzAzOGE2ZGFlYjdiNTU2MTM2N2Q=
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:5aad3eab-0552-4a09-910d-fc41c7f519ce
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:d58ecd86-f9a0-49b8-a53a-36376804e33f
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:d58ecd86-f9a0-49b8-a53a-36376804e33f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-10T05:58:55.940Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24c909e1-f9a8-4da3-9c19-7b6f93dc83b9 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-04-10T05:58:55.970Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:58:55.971Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:58:55.971Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:58:55.971Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b14b9d26-02ad-4d81-b0ce-30c13a96f0b6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-10T05:58:55.971Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T05:58:55.971Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-10T05:58:56.727Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T05:58:56.730Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar b14b9d26-02ad-4d81-b0ce-30c13a96f0b6 76833
2021-04-10T05:58:56.730Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-10T05:58:56.730Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-10T05:58:56.730Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:58:56.731Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:58:56.732Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:58:56.732Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034336730,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:58:56.833Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:58:56.834Z||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-04-10T05:58:56.834Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:58:56.843Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:58:56.843Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-10T05:58:57.733Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:58:57.734Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:58:57.734Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b14b9d26-02ad-4d81-b0ce-30c13a96f0b6, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-10T05:58:57.734Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-04-10T05:58:57.735Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-10T05:58:57.735Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-10T05:58:57.908Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9341409620711550688/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-04-10T05:58:58.970Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T05:58:58.970Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-10T05:58:58.970Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-10T05:58:58.971Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-10T05:58:58.971Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-10T05:58:58.971Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-10T05:58:58.971Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||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-04-10T05:58:58.971Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-10T05:58:58.971Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-10T05:58:58.971Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-10T05:58:58.971Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-10T05:58:58.971Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-10T05:58:58.971Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-10T05:58:58.971Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-10T05:58:58.971Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-10T05:58:58.972Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:58:58.972Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:58:58.972Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-10T05:58:58.972Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-10T05:58:58.972Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:58:58.972Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:58:58.972Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:58:58.972Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-10T05:58:58.973Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-10T05:58:58.973Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:58:58.973Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:58:58.973Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:58:58.973Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:58:58.973Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-10T05:58:58.974Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-10T05:58:58.974Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-10T05:58:58.974Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-10T05:58:58.974Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-10T05:58:58.974Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-10T05:58:58.974Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:58:58.974Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T05:58:58.974Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:58:58.974Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-10T05:58:58.975Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:58:58.975Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:58:58.975Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-10T05:58:58.975Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:58:58.975Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:58:58.975Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-10T05:58:58.975Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:58:58.976Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:58:58.976Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-10T05:58:58.976Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-10T05:58:58.976Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-10T05:58:58.976Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=75858231-1685-4ca5-a358-6dd155229db4
2021-04-10T05:58:58.976Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:58:58.976Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:58:58.976Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:58:58.976Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:58:58.976Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:58:58.977Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:58:58.977Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:58:58.977Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:58:58.977Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:24c909e1-f9a8-4da3-9c19-7b6f93dc83b9
Model Version:NULL
Model InvariantUuid:3070d0f8-c0fb-4cee-a1c4-b96ab32cd93a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:171d686f-d4db-4821-9fc3-66526b764fe7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:499039e6-8e3c-4608-8351-6bbf4a1ccd85
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ed9ece4e-ea74-44b4-8c27-748a6bdb6518
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2294af31-47c6-4669-b101-642c772421a0
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:fcf3dbf3-ece9-4509-a8b0-5785565bd5cd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:75858231-1685-4ca5-a358-6dd155229db4
ModelInvariantUuid:b13bdab6-8daf-4633-a9f0-8becaca89c03
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:090a5441-5f7e-4ead-a421-6b2beebbf07e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:273e52cb-ccae-47a9-abbc-c9eb3b8974f3
ModelInvariantUuid:1386ba42-b2d4-4658-9c83-3ef33c5aba0b
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:b0cbe11b-a2d4-4ab8-8a50-93ee2725d61a
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-04-10T05:58:58.983Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: bf0f7990-298a-4f66-832e-e41a4b281f3c
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-04-10T05:58:58.986Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||basicclamp 0
2021-04-10T05:58:58.987Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bf0f7990-298a-4f66-832e-e41a4b281f3c
2021-04-10T05:58:58.987Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7697dc89-9ad6-4e5a-8736-dbcb64f96cb6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-10T05:58:58.987Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T05:58:58.987Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-10T05:59:00.018Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T05:59:00.019Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 7697dc89-9ad6-4e5a-8736-dbcb64f96cb6 790
2021-04-10T05:59:00.019Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-04-10T05:59:00.019Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-10T05:59:00.019Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:59:00.019Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:00.021Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:00.021Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034340019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:59:00.121Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:00.122Z||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-04-10T05:59:00.122Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:00.131Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:00.132Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:59:01.022Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2294af31-47c6-4669-b101-642c772421a0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fcf3dbf3-ece9-4509-a8b0-5785565bd5cd",
    "vfModuleModelCustomizationUUID": "080be2ec-1538-4a6b-824e-9c2f65d56d08",
    "isBase": true,
    "artifacts": [
      "5aad3eab-0552-4a09-910d-fc41c7f519ce",
      "d58ecd86-f9a0-49b8-a53a-36376804e33f"
    ],
    "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-04-10T05:59:01.025Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fcf3dbf3-ece9-4509-a8b0-5785565bd5cd
VfModuleModelInvariantUUID:2294af31-47c6-4669-b101-642c772421a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
5aad3eab-0552-4a09-910d-fc41c7f519ce
,
d58ecd86-f9a0-49b8-a53a-36376804e33f

}
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-04-10T05:59:01.027Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2294af31-47c6-4669-b101-642c772421a0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fcf3dbf3-ece9-4509-a8b0-5785565bd5cd",
    "vfModuleModelCustomizationUUID": "080be2ec-1538-4a6b-824e-9c2f65d56d08",
    "isBase": true,
    "artifacts": [
      "5aad3eab-0552-4a09-910d-fc41c7f519ce",
      "d58ecd86-f9a0-49b8-a53a-36376804e33f"
    ],
    "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-04-10T05:59:01.027Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fcf3dbf3-ece9-4509-a8b0-5785565bd5cd
VfModuleModelInvariantUUID:2294af31-47c6-4669-b101-642c772421a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
5aad3eab-0552-4a09-910d-fc41c7f519ce
,
d58ecd86-f9a0-49b8-a53a-36376804e33f

}
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-04-10T05:59:01.027Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5aad3eab-0552-4a09-910d-fc41c7f519ce from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-10T05:59:01.027Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T05:59:01.027Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-10T05:59:01.922Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T05:59:01.923Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 5aad3eab-0552-4a09-910d-fc41c7f519ce 5033
2021-04-10T05:59:01.923Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-10T05:59:01.923Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-10T05:59:01.923Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:59:01.923Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:01.925Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:01.925Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034341923,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:59:02.025Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:02.026Z||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-04-10T05:59:02.026Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:02.035Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:02.036Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:59:02.926Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d58ecd86-f9a0-49b8-a53a-36376804e33f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-10T05:59:02.926Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T05:59:02.926Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-10T05:59:03.156Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T05:59:03.157Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env d58ecd86-f9a0-49b8-a53a-36376804e33f 909
2021-04-10T05:59:03.157Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-10T05:59:03.158Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-10T05:59:03.158Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:59:03.158Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:03.160Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:03.160Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034343157,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:59:03.260Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:03.261Z||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-04-10T05:59:03.261Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:03.272Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:03.272Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:59:04.161Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 24c909e1-f9a8-4da3-9c19-7b6f93dc83b9
2021-04-10T05:59:04.162Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 bf0f7990-298a-4f66-832e-e41a4b281f3c 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-04-10T05:59:04.175Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:04.175Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:04.175Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-04-10T05:59:04.175Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ed9ece4e-ea74-44b4-8c27-748a6bdb6518
2021-04-10T05:59:04.175Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ed9ece4e-ea74-44b4-8c27-748a6bdb6518 matches Tosca VF Customization UUID: ed9ece4e-ea74-44b4-8c27-748a6bdb6518
2021-04-10T05:59:04.176Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ed9ece4e-ea74-44b4-8c27-748a6bdb6518  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-04-10T05:59:04.178Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:04.178Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:04.179Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ed9ece4e-ea74-44b4-8c27-748a6bdb6518: {\"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-04-10T05:59:04.179Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@477f2478
2021-04-10T05:59:04.179Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:04.179Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T05:59:04.179Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 080be2ec-1538-4a6b-824e-9c2f65d56d08
2021-04-10T05:59:04.180Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 080be2ec-1538-4a6b-824e-9c2f65d56d08
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-04-10T05:59:04.182Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:04.182Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-10T05:59:04.182Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:59:04.182Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:04.183Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-10T05:59:04.183Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:59:04.183Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:04.183Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-10T05:59:04.183Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-10T05:59:04.184Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-10T05:59:04.184Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=75858231-1685-4ca5-a358-6dd155229db4
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-04-10T05:59:04.186Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:04.186Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-10T05:59:04.187Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:59:04.187Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:04.187Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-10T05:59:04.187Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=ed9ece4e-ea74-44b4-8c27-748a6bdb6518
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-04-10T05:59:04.189Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:04.189Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:04.190Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 24c909e1-f9a8-4da3-9c19-7b6f93dc83b9: basicclamp
2021-04-10T05:59:04.190Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:04.190Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:04.190Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:04.190Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:04.191Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:04.191Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:04.191Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:04.191Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:04.191Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:04.192Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:04.192Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||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-04-10T05:59:04.258Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp bf0f7990-298a-4f66-832e-e41a4b281f3c 1 ASDC deployResourceStructure
2021-04-10T05:59:04.259Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-04-10T05:59:04.259Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-10T05:59:04.259Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:59:04.259Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:04.261Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:04.262Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034344259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:59:04.362Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:04.363Z||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-04-10T05:59:04.363Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:04.373Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:04.373Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:59:05.262Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-10T05:59:05.263Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-10T05:59:05.263Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:59:05.263Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:05.264Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:05.264Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034345262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T05:59:05.365Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:05.366Z||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-04-10T05:59:05.366Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:05.376Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:05.376Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:59:06.266Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-10T05:59:06.266Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-10T05:59:06.266Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:59:06.266Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:06.268Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:06.268Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034346265,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-10T05:59:06.368Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:06.369Z||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-04-10T05:59:06.369Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:06.379Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:06.380Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-10T05:59:07.269Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-10T05:59:07.269Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-10T05:59:07.269Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:59:07.269Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:07.271Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:07.271Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034347268,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:59:07.371Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:07.372Z||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-04-10T05:59:07.372Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:07.382Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:07.382Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:59:08.271Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7d711b1-ad7a-4051-be3f-4e6e87f9d290
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T05:59:08.280Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7d711b1-ad7a-4051-be3f-4e6e87f9d290
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:59:08.282Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:59:08.282Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T05:59:08.282Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T05:59:08.282Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T05:59:08.282Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:59:08.282Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:59:08.282Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:59:08.282Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:59:08.282Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:59:08.283Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:59:08.283Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T05:59:08.283Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T05:59:08.286Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T05:59:38.287Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7d711b1-ad7a-4051-be3f-4e6e87f9d290 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-04-10T05:59:38.291Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7d711b1-ad7a-4051-be3f-4e6e87f9d290 and serviceModelVersionId: 24c909e1-f9a8-4da3-9c19-7b6f93dc83b9
2021-04-10T05:59:38.292Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3070d0f8-c0fb-4cee-a1c4-b96ab32cd93a
2021-04-10T05:59:38.292Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3070d0f8-c0fb-4cee-a1c4-b96ab32cd93a/model-vers/model-ver/24c909e1-f9a8-4da3-9c19-7b6f93dc83b9?depth=0
2021-04-10T05:59:38.296Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T05:59:38.324Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3070d0f8-c0fb-4cee-a1c4-b96ab32cd93a/model-vers/model-ver/24c909e1-f9a8-4da3-9c19-7b6f93dc83b9?depth=0|INFO|500||Invoke
2021-04-10T05:59:38.324Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3070d0f8-c0fb-4cee-a1c4-b96ab32cd93a/model-vers/model-ver/24c909e1-f9a8-4da3-9c19-7b6f93dc83b9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3070d0f8-c0fb-4cee-a1c4-b96ab32cd93a/model-vers/model-ver/24c909e1-f9a8-4da3-9c19-7b6f93dc83b9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b7d711b1-ad7a-4051-be3f-4e6e87f9d290], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f009b70f-99e4-4de1-a9f3-5d1a78761253], X-ECOMP-RequestID=[b7d711b1-ad7a-4051-be3f-4e6e87f9d290], X-TransactionId=[], X-ONAP-RequestID=[b7d711b1-ad7a-4051-be3f-4e6e87f9d290], Content-Type=[application/merge-patch+json]}
2021-04-10T05:59:38.341Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3070d0f8-c0fb-4cee-a1c4-b96ab32cd93a/model-vers/model-ver/24c909e1-f9a8-4da3-9c19-7b6f93dc83b9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-10T05:59:38.456Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3070d0f8-c0fb-4cee-a1c4-b96ab32cd93a/model-vers/model-ver/24c909e1-f9a8-4da3-9c19-7b6f93dc83b9?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/3070d0f8-c0fb-4cee-a1c4-b96ab32cd93a/model-vers/model-ver/24c909e1-f9a8-4da3-9c19-7b6f93dc83b9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210410-05:59:38:338-4144], vertex-id=[188544], Content-Length=[0], Date=[Sat, 10 Apr 2021 05:59:38 GMT], Content-Type=[application/json]}
2021-04-10T05:59:38.456Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3070d0f8-c0fb-4cee-a1c4-b96ab32cd93a/model-vers/model-ver/24c909e1-f9a8-4da3-9c19-7b6f93dc83b9?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-10T05:59:38.457Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3070d0f8-c0fb-4cee-a1c4-b96ab32cd93a/model-vers/model-ver/24c909e1-f9a8-4da3-9c19-7b6f93dc83b9?depth=0|INFO|500||InvokeReturn
2021-04-10T05:59:38.458Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T05:59:38.458Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||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-04-10T05:59:38.461Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-10T05:59:38.462Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7d711b1-ad7a-4051-be3f-4e6e87f9d290 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T05:59:38.462Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T05:59:38.462Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:38.464Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:38.464Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034378462,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T05:59:38.564Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:38.565Z||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-04-10T05:59:38.565Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:38.577Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:38.578Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 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-04-10T05:59:39.475Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:59:39.475Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f33f5e00-8915-4ded-b9e2-08b615a90d87","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"744c8b2b-8b2c-4d8c-862b-c0a7d3d3517f","serviceDescription":"service","serviceInvariantUUID":"c6cc95bd-84a5-42fd-9c59-662584b23e90","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e6e1fba5-772b-461b-8be7-903c89dfa7da","resourceInvariantUUID":"4b89a149-7f8b-485a-9f87-0542c623a06c","resourceCustomizationUUID":"76881f8d-1664-470f-b566-ccc692b48a82","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":"N2U3YmZmMDE2ZmEwYWEyNDRlOGU0YTk5YjVkNWRkYmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0c64e0a-896c-49b5-b723-df92be255cee","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":"OWFjN2U4NWJkMTc0ODhjY2Q1NDMwZDJlMDAzYmE1N2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2330c910-1f05-41ec-964c-350f5e8825fd","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":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b2f91c5-1853-4f7e-bcc0-490846cd5b8d","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":"ddb59aff-f3c7-400a-887e-2e2c63d32d35","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4acac996-05db-469e-b9a9-b14c24b100ec","artifactVersion":"2","generatedFromUUID":"4b2f91c5-1853-4f7e-bcc0-490846cd5b8d"},{"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":"YmI0YmE4OTJkMmVjY2RiZWFjYzk1NzI4ZjE1MjI0MTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c8f7b7b1-f5ec-40b8-a280-eef231dd083d","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":"OWVjMzMyM2QxZDI1ZWMxNTNkNTczMzUyM2E1NjI1ZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c92550e4-939f-489e-be20-b8c4763f0b8a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzdhN2VhZTE5YTQyYmIyZWE0NzA3MjAxNTA5ZWZlYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"376ce559-4a22-451b-a4f1-283d9b489718","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T05:59:39.475Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:59:39.476Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:39.477Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:39.477Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:39.578Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:39.578Z||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-04-10T05:59:39.578Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:39.587Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:39.588Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:59:40.478Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:59:40.479Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:40.481Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:40.482Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:59:40.582Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:40.583Z||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-04-10T05:59:40.583Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:40.593Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:40.593Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:59:41.482Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:59:41.483Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:41.484Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:41.484Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:59:41.585Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:41.586Z||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-04-10T05:59:41.586Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:41.594Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:41.595Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:59:42.485Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:59:42.486Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:42.487Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:42.487Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:42.587Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:42.588Z||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-04-10T05:59:42.588Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:42.597Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:42.597Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:59:43.488Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:59:43.488Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:43.490Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:43.490Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-10T05:59:43.590Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:43.591Z||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-04-10T05:59:43.591Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:43.599Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:43.599Z||pool-88-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:59:44.491Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:59:44.491Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:44.493Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:44.493Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:44.593Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:44.594Z||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-04-10T05:59:44.594Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:44.603Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:44.603Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:59:45.494Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:59:45.495Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:45.496Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:45.496Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.597Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:45.597Z||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-04-10T05:59:45.597Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:45.606Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:45.606Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:59:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:59:45.856Z||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-04-10T05:59:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:45.875Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:45.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034306819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "dcae-sch",
  "timestamp": 1618034303843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "policy-id",
  "timestamp": 1618034304860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034308362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034309639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034306819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "dcae-sch",
  "timestamp": 1618034303843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "policy-id",
  "timestamp": 1618034304860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034308362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034309639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "dcae-sch",
  "timestamp": 1618034303843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034306819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "policy-id",
  "timestamp": 1618034304860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034308362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034309639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "dcae-sch",
  "timestamp": 1618034303843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034306819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "policy-id",
  "timestamp": 1618034304860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034308362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034309639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "cds",
  "timestamp": 1618034312931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "dcae-sch",
  "timestamp": 1618034303843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034306819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "policy-id",
  "timestamp": 1618034304860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034308362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034309639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "cds",
  "timestamp": 1618034312931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034306819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "dcae-sch",
  "timestamp": 1618034303843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "policy-id",
  "timestamp": 1618034304860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034308362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034309639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "cds",
  "timestamp": 1618034312931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034306819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "dcae-sch",
  "timestamp": 1618034303843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "policy-id",
  "timestamp": 1618034304860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034308362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034309639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "cds",
  "timestamp": 1618034312931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034316168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034306819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "dcae-sch",
  "timestamp": 1618034303843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "policy-id",
  "timestamp": 1618034304860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034308362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034309639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "cds",
  "timestamp": 1618034312931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034316168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618034306819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "dcae-sch",
  "timestamp": 1618034303843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "policy-id",
  "timestamp": 1618034304860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034308362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034309639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "cds",
  "timestamp": 1618034312931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034316168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "cds",
  "timestamp": 1618034312931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034316168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "clamp",
  "timestamp": 1618034319317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "policy-id",
  "timestamp": 1618034320216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:59:45.886Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:59:45.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034320308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:59:45.886Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:59:45.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034320509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:59:45.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:59:45.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "cds",
  "timestamp": 1618034312931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034316168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "clamp",
  "timestamp": 1618034319317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "policy-id",
  "timestamp": 1618034321220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T05:59:45.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:59:45.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "cds",
  "timestamp": 1618034312931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034316168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "clamp",
  "timestamp": 1618034319317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034322223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:59:45.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:59:45.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "policy-id",
  "timestamp": 1618034322224,
  "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-04-10T05:59:45.901Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46e429eb-024a-49d0-8984-31d6e1f81f83
2021-04-10T05:59:45.901Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46e429eb-024a-49d0-8984-31d6e1f81f83 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-04-10T05:59:45.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034322327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:59:45.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:59:45.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "aai-ml",
  "timestamp": 1618034321873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b435257b-3bbf-453d-a4da-5b3187c6e5b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034322630,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T05:59:45.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:59:45.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034316168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "clamp",
  "timestamp": 1618034319317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "cds",
  "timestamp": 1618034323138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:59:45.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:59:45.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "aai-ml",
  "timestamp": 1618034321873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034316168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "clamp",
  "timestamp": 1618034319317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034324108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:59:45.909Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:59:45.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034324115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:59:45.909Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:59:45.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "cds",
  "timestamp": 1618034324143,
  "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-04-10T05:59:45.913Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46e429eb-024a-49d0-8984-31d6e1f81f83
2021-04-10T05:59:45.913Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46e429eb-024a-49d0-8984-31d6e1f81f83 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-04-10T05:59:45.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "aai-ml",
  "timestamp": 1618034321873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034316168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:59:45.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "clamp",
  "timestamp": 1618034319317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "aai-ml",
  "timestamp": 1618034321873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:45.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:59:45.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034324972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T05:59:45.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T05:59:46.497Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:59:46.498Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:46.500Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:46.500Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T05:59:46.600Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:46.601Z||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-04-10T05:59:46.601Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:46.611Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:46.611Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:59:47.501Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "744c8b2b-8b2c-4d8c-862b-c0a7d3d3517f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c6cc95bd-84a5-42fd-9c59-662584b23e90",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "76881f8d-1664-470f-b566-ccc692b48a82",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e6e1fba5-772b-461b-8be7-903c89dfa7da",
      "resourceInvariantUUID": "4b89a149-7f8b-485a-9f87-0542c623a06c",
      "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": "OWFjN2U4NWJkMTc0ODhjY2Q1NDMwZDJlMDAzYmE1N2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2330c910-1f05-41ec-964c-350f5e8825fd",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b2f91c5-1853-4f7e-bcc0-490846cd5b8d",
          "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": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4acac996-05db-469e-b9a9-b14c24b100ec",
            "generatedFromUUID": "4b2f91c5-1853-4f7e-bcc0-490846cd5b8d"
          },
          "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": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4acac996-05db-469e-b9a9-b14c24b100ec",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NzdhN2VhZTE5YTQyYmIyZWE0NzA3MjAxNTA5ZWZlYTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "376ce559-4a22-451b-a4f1-283d9b489718"
    }
  ],
  "workloadContext": "Production"
}
2021-04-10T05:59:47.501Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T05:59:47.501Z|b7d711b1-ad7a-4051-be3f-4e6e87f9d290|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 744c8b2b-8b2c-4d8c-862b-c0a7d3d3517f ASDC
2021-04-10T05:59:47.502Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f33f5e00-8915-4ded-b9e2-08b615a90d87
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:744c8b2b-8b2c-4d8c-862b-c0a7d3d3517f
ServiceInvariantUUID:c6cc95bd-84a5-42fd-9c59-662584b23e90
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:376ce559-4a22-451b-a4f1-283d9b489718
ArtifactChecksum:NzdhN2VhZTE5YTQyYmIyZWE0NzA3MjAxNTA5ZWZlYTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:76881f8d-1664-470f-b566-ccc692b48a82
ResourceInvariantUUID:4b89a149-7f8b-485a-9f87-0542c623a06c
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:e6e1fba5-772b-461b-8be7-903c89dfa7da
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:2330c910-1f05-41ec-964c-350f5e8825fd
ArtifactChecksum:OWFjN2U4NWJkMTc0ODhjY2Q1NDMwZDJlMDAzYmE1N2I=
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:4b2f91c5-1853-4f7e-bcc0-490846cd5b8d
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:4acac996-05db-469e-b9a9-b14c24b100ec
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:4acac996-05db-469e-b9a9-b14c24b100ec
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-10T05:59:47.502Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 744c8b2b-8b2c-4d8c-862b-c0a7d3d3517f 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-04-10T05:59:47.529Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:59:47.530Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:59:47.530Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:59:47.530Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 376ce559-4a22-451b-a4f1-283d9b489718 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-10T05:59:47.530Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T05:59:47.530Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-10T05:59:49.139Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T05:59:49.142Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 376ce559-4a22-451b-a4f1-283d9b489718 82048
2021-04-10T05:59:49.143Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-04-10T05:59:49.143Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-10T05:59:49.143Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:59:49.143Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:49.145Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:49.145Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034389143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:59:49.245Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:49.246Z||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-04-10T05:59:49.246Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:49.256Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:49.256Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:59:50.145Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:59:50.146Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:59:50.147Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 376ce559-4a22-451b-a4f1-283d9b489718, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T05:59:50.147Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-04-10T05:59:50.147Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T05:59:50.147Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T05:59:50.248Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3285583378317915793/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-04-10T05:59:51.305Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T05:59:51.306Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-10T05:59:51.306Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T05:59:51.306Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-10T05:59:51.306Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T05:59:51.306Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T05:59:51.307Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T05:59:51.307Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T05:59:51.307Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T05:59:51.307Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||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-04-10T05:59:51.307Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T05:59:51.307Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T05:59:51.307Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T05:59:51.308Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T05:59:51.308Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-10T05:59:51.308Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:51.308Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:51.308Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-10T05:59:51.308Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-10T05:59:51.309Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:59:51.309Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:51.309Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:51.309Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-10T05:59:51.309Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-10T05:59:51.310Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:59:51.310Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:51.310Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:51.310Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:51.310Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-10T05:59:51.310Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-10T05:59:51.311Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-10T05:59:51.311Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-10T05:59:51.311Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-10T05:59:51.311Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-10T05:59:51.311Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:51.311Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T05:59:51.311Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:51.312Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-10T05:59:51.312Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:59:51.312Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:51.312Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-10T05:59:51.312Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:59:51.312Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:51.313Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-10T05:59:51.313Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:59:51.313Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:51.313Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-10T05:59:51.313Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-10T05:59:51.313Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-10T05:59:51.314Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e3391215-3d57-42db-951b-593a0d6eb7e8
2021-04-10T05:59:51.314Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:51.314Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:51.314Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:51.314Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:51.314Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:51.314Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:51.314Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:51.315Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:51.315Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:744c8b2b-8b2c-4d8c-862b-c0a7d3d3517f
Model Version:NULL
Model InvariantUuid:c6cc95bd-84a5-42fd-9c59-662584b23e90
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:cb9dd8a1-0cf3-4a42-b353-e73d5d846f5d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4b89a149-7f8b-485a-9f87-0542c623a06c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:76881f8d-1664-470f-b566-ccc692b48a82
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:66c99eb7-9a15-41eb-aab7-50885ff95d27
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:281a5bb7-dc73-48a1-9eff-83d43709cb6a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e3391215-3d57-42db-951b-593a0d6eb7e8
ModelInvariantUuid:cc54d05a-3d6e-41b7-a0fe-e0b0e1eda9a6
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:7b9ced5a-f9f1-4296-9b55-d03b0107a1a8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:5a58b96a-1e5d-4483-a954-8a4b93121045
ModelInvariantUuid:172173bf-8a09-49d2-8f96-962a6d3641f7
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:b5d41c5e-6cc1-45a7-9c61-93e482366949
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-04-10T05:59:51.320Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: e6e1fba5-772b-461b-8be7-903c89dfa7da
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-04-10T05:59:51.323Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2021-04-10T05:59:51.323Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e6e1fba5-772b-461b-8be7-903c89dfa7da
2021-04-10T05:59:51.323Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2330c910-1f05-41ec-964c-350f5e8825fd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-10T05:59:51.323Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T05:59:51.323Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-10T05:59:52.678Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T05:59:52.679Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2330c910-1f05-41ec-964c-350f5e8825fd 792
2021-04-10T05:59:52.679Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-04-10T05:59:52.679Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-10T05:59:52.679Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:59:52.680Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:52.682Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:52.682Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034392679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:59:52.782Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:52.783Z||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-04-10T05:59:52.783Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:52.795Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:52.796Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:59:53.683Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "66c99eb7-9a15-41eb-aab7-50885ff95d27",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "281a5bb7-dc73-48a1-9eff-83d43709cb6a",
    "vfModuleModelCustomizationUUID": "eb269444-e3bb-41a2-a8a3-8b5c18af69fd",
    "isBase": true,
    "artifacts": [
      "4b2f91c5-1853-4f7e-bcc0-490846cd5b8d",
      "4acac996-05db-469e-b9a9-b14c24b100ec"
    ],
    "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-04-10T05:59:53.686Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:281a5bb7-dc73-48a1-9eff-83d43709cb6a
VfModuleModelInvariantUUID:66c99eb7-9a15-41eb-aab7-50885ff95d27
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b2f91c5-1853-4f7e-bcc0-490846cd5b8d
,
4acac996-05db-469e-b9a9-b14c24b100ec

}
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-04-10T05:59:53.687Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "66c99eb7-9a15-41eb-aab7-50885ff95d27",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "281a5bb7-dc73-48a1-9eff-83d43709cb6a",
    "vfModuleModelCustomizationUUID": "eb269444-e3bb-41a2-a8a3-8b5c18af69fd",
    "isBase": true,
    "artifacts": [
      "4b2f91c5-1853-4f7e-bcc0-490846cd5b8d",
      "4acac996-05db-469e-b9a9-b14c24b100ec"
    ],
    "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-04-10T05:59:53.687Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:281a5bb7-dc73-48a1-9eff-83d43709cb6a
VfModuleModelInvariantUUID:66c99eb7-9a15-41eb-aab7-50885ff95d27
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b2f91c5-1853-4f7e-bcc0-490846cd5b8d
,
4acac996-05db-469e-b9a9-b14c24b100ec

}
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-04-10T05:59:53.687Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4b2f91c5-1853-4f7e-bcc0-490846cd5b8d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-10T05:59:53.688Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T05:59:53.688Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-10T05:59:54.566Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T05:59:54.567Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 4b2f91c5-1853-4f7e-bcc0-490846cd5b8d 5033
2021-04-10T05:59:54.567Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-10T05:59:54.567Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-10T05:59:54.568Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:59:54.568Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:54.571Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:54.571Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034394567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:59:54.671Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:54.672Z||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-04-10T05:59:54.672Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:54.681Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:54.682Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:59:55.572Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4acac996-05db-469e-b9a9-b14c24b100ec from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-10T05:59:55.572Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T05:59:55.572Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-10T05:59:56.320Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T05:59:56.321Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 4acac996-05db-469e-b9a9-b14c24b100ec 903
2021-04-10T05:59:56.321Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-10T05:59:56.321Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-10T05:59:56.321Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:59:56.322Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:56.324Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:56.324Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034396321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T05:59:56.424Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:56.425Z||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-04-10T05:59:56.426Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:56.436Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:56.437Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:59:57.325Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 744c8b2b-8b2c-4d8c-862b-c0a7d3d3517f
2021-04-10T05:59:57.325Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e6e1fba5-772b-461b-8be7-903c89dfa7da 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-04-10T05:59:57.336Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:57.336Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:57.337Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-04-10T05:59:57.337Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 76881f8d-1664-470f-b566-ccc692b48a82
2021-04-10T05:59:57.337Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 76881f8d-1664-470f-b566-ccc692b48a82 matches Tosca VF Customization UUID: 76881f8d-1664-470f-b566-ccc692b48a82
2021-04-10T05:59:57.337Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 76881f8d-1664-470f-b566-ccc692b48a82  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-04-10T05:59:57.339Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:57.339Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:57.340Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 76881f8d-1664-470f-b566-ccc692b48a82: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-04-10T05:59:57.340Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8b43420
2021-04-10T05:59:57.340Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:57.340Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T05:59:57.341Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eb269444-e3bb-41a2-a8a3-8b5c18af69fd
2021-04-10T05:59:57.341Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eb269444-e3bb-41a2-a8a3-8b5c18af69fd
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-04-10T05:59:57.343Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:57.343Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-10T05:59:57.343Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:59:57.343Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:57.344Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-10T05:59:57.344Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:59:57.344Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:57.344Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-10T05:59:57.345Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-10T05:59:57.345Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-10T05:59:57.345Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e3391215-3d57-42db-951b-593a0d6eb7e8
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-04-10T05:59:57.347Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:57.347Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-10T05:59:57.347Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:59:57.347Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:57.347Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-10T05:59:57.348Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=76881f8d-1664-470f-b566-ccc692b48a82
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-04-10T05:59:57.349Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:57.349Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:57.349Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 744c8b2b-8b2c-4d8c-862b-c0a7d3d3517f: basic_vm_macro
2021-04-10T05:59:57.350Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:57.350Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:57.350Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:57.350Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:57.350Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:57.351Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:57.351Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:57.351Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:57.351Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T05:59:57.351Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:59:57.352Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||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-04-10T05:59:57.418Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e6e1fba5-772b-461b-8be7-903c89dfa7da 1 ASDC deployResourceStructure
2021-04-10T05:59:57.418Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-04-10T05:59:57.418Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-10T05:59:57.419Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:59:57.419Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:57.421Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:57.421Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034397418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T05:59:57.521Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:57.536Z||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-04-10T05:59:57.537Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:57.547Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:57.548Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:59:58.422Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-10T05:59:58.422Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-10T05:59:58.422Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:59:58.423Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:58.424Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:58.425Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034398422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T05:59:58.525Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:58.526Z||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-04-10T05:59:58.526Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:58.535Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:58.536Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-10T05:59:59.426Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-10T05:59:59.426Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-10T05:59:59.426Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:59:59.427Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:59:59.429Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:59:59.429Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034399425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-10T05:59:59.529Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:59:59.530Z||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-04-10T05:59:59.530Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:59:59.539Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T05:59:59.540Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T06:00:00.430Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-04-10T06:00:00.430Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-10T06:00:00.430Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T06:00:00.431Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:00.432Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:00.432Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034400430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T06:00:00.536Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-10T06:00:00.538Z||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-04-10T06:00:00.538Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:00.549Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:00.549Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T06:00:01.433Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f33f5e00-8915-4ded-b9e2-08b615a90d87
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T06:00:01.442Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f33f5e00-8915-4ded-b9e2-08b615a90d87
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T06:00:01.443Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T06:00:01.444Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T06:00:01.444Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T06:00:01.444Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T06:00:01.444Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T06:00:01.444Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T06:00:01.445Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T06:00:01.445Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T06:00:01.445Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T06:00:01.445Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T06:00:01.445Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T06:00:01.449Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T06:00:31.449Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f33f5e00-8915-4ded-b9e2-08b615a90d87 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-04-10T06:00:31.454Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f33f5e00-8915-4ded-b9e2-08b615a90d87 and serviceModelVersionId: 744c8b2b-8b2c-4d8c-862b-c0a7d3d3517f
2021-04-10T06:00:31.455Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6cc95bd-84a5-42fd-9c59-662584b23e90
2021-04-10T06:00:31.455Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6cc95bd-84a5-42fd-9c59-662584b23e90/model-vers/model-ver/744c8b2b-8b2c-4d8c-862b-c0a7d3d3517f?depth=0
2021-04-10T06:00:31.459Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T06:00:31.494Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c6cc95bd-84a5-42fd-9c59-662584b23e90/model-vers/model-ver/744c8b2b-8b2c-4d8c-862b-c0a7d3d3517f?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-04-10T06:00:31.495Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c6cc95bd-84a5-42fd-9c59-662584b23e90/model-vers/model-ver/744c8b2b-8b2c-4d8c-862b-c0a7d3d3517f?depth=0|INFO|500||Invoke
2021-04-10T06:00:31.515Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c6cc95bd-84a5-42fd-9c59-662584b23e90/model-vers/model-ver/744c8b2b-8b2c-4d8c-862b-c0a7d3d3517f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-10T06:00:31.919Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c6cc95bd-84a5-42fd-9c59-662584b23e90/model-vers/model-ver/744c8b2b-8b2c-4d8c-862b-c0a7d3d3517f?depth=0|INFO|500||InvokeReturn
2021-04-10T06:00:31.919Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c6cc95bd-84a5-42fd-9c59-662584b23e90/model-vers/model-ver/744c8b2b-8b2c-4d8c-862b-c0a7d3d3517f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210410-06:00:31:513-44869], vertex-id=[253976], Content-Length=[0], Date=[Sat, 10 Apr 2021 06:00:31 GMT], Content-Type=[application/json]}
2021-04-10T06:00:31.920Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-04-10T06:00:31.920Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T06:00:31.920Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||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-04-10T06:00:31.923Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-10T06:00:31.924Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f33f5e00-8915-4ded-b9e2-08b615a90d87 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T06:00:31.924Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T06:00:31.924Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:31.925Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:31.926Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034431924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T06:00:32.026Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T06:00:32.026Z||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-04-10T06:00:32.027Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:32.039Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:32.039Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-10T06:00:32.935Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T06:00:32.936Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"46e429eb-024a-49d0-8984-31d6e1f81f83","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"8ac036d0-c448-4cbb-88f1-dc4eed518fb9","serviceDescription":"service","serviceInvariantUUID":"b23da22a-28d8-43ff-8d95-a8ad67964d2c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4352e2d2-d8cc-4276-88d1-0193a507721f","resourceInvariantUUID":"16ecce1b-28ef-49cc-afae-f93dda68221b","resourceCustomizationUUID":"af85ff52-b51f-4d12-ba44-cb6b53cc2191","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":"NzZkNjliMjRkNjVjNDc1NmNiYTg0ZjM0ODIyNGIyZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c03bd7cb-3178-4da9-9dbe-d19c3ab3afe6","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":"a8d8d38d-f76a-4631-8550-463cee5ac379","artifactVersion":"2","generatedFromUUID":"35d514ab-63e2-4323-9251-7893867a2bde"},{"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":"35d514ab-63e2-4323-9251-7893867a2bde","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":"NmE3Y2NiMjdjNWM5N2NiNDFmMGJlM2RkYzk2MTFmMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"05fddf72-1a86-4cb9-ad73-ac7a64866d9d","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":"6de82d0e-3911-495d-8360-513de9df6d93","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":"6ed92126-6404-4fa5-b1b8-219aec2ba5d6","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":"22c7538e-2a94-4969-a092-52ec8f6555ce","artifactVersion":"2","generatedFromUUID":"6de82d0e-3911-495d-8360-513de9df6d93"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"M2U5OWJlNDVhMzk4Yzg3ZDIxNWMyOTBmYzdiZDAzZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5beeeaf5-8165-4486-b0da-8f5fa2571630","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NGRmZTY0MzAyNDQyODZiZmQ1NmNjNjI2Nzk4MDkzOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05cca90a-134a-41bc-b8ed-74abb9e956ae","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T06:00:32.936Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T06:00:32.936Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:32.938Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:32.938Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:00:33.038Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T06:00:33.038Z||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-04-10T06:00:33.038Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:33.048Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:33.049Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T06:00:33.938Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T06:00:33.939Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:33.940Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:33.940Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-10T06:00:34.041Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T06:00:34.041Z||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-04-10T06:00:34.042Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:34.051Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:34.051Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-10T06:00:34.941Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T06:00:34.941Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:34.943Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:34.943Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-10T06:00:35.044Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T06:00:35.045Z||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-04-10T06:00:35.045Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:35.055Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:35.055Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T06:00:35.944Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T06:00:35.945Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:35.946Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:35.946Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T06:00:36.046Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T06:00:36.047Z||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-04-10T06:00:36.047Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:36.056Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:36.057Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T06:00:36.947Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T06:00:36.948Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:36.950Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:36.950Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-10T06:00:37.050Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T06:00:37.051Z||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-04-10T06:00:37.051Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:37.061Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:37.062Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-10T06:00:37.950Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T06:00:37.951Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:37.952Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:37.952Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:00:38.053Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T06:00:38.053Z||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-04-10T06:00:38.053Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:38.063Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:38.063Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T06:00:38.953Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T06:00:38.954Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:38.955Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:38.955Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-10T06:00:39.055Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T06:00:39.056Z||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-04-10T06:00:39.056Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:39.066Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:39.067Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T06:00:39.956Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T06:00:39.957Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:39.958Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:39.958Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:00:40.059Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T06:00:40.060Z||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-04-10T06:00:40.060Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:40.069Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:40.070Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-10T06:00:40.960Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T06:00:40.962Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:40.964Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:40.964Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T06:00:41.064Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T06:00:41.066Z||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-04-10T06:00:41.066Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:41.076Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:41.077Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T06:00:41.965Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "8ac036d0-c448-4cbb-88f1-dc4eed518fb9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b23da22a-28d8-43ff-8d95-a8ad67964d2c",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "af85ff52-b51f-4d12-ba44-cb6b53cc2191",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4352e2d2-d8cc-4276-88d1-0193a507721f",
      "resourceInvariantUUID": "16ecce1b-28ef-49cc-afae-f93dda68221b",
      "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": "a8d8d38d-f76a-4631-8550-463cee5ac379",
          "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": "35d514ab-63e2-4323-9251-7893867a2bde",
          "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": "NmE3Y2NiMjdjNWM5N2NiNDFmMGJlM2RkYzk2MTFmMTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "05fddf72-1a86-4cb9-ad73-ac7a64866d9d",
          "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": "6de82d0e-3911-495d-8360-513de9df6d93",
          "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": "22c7538e-2a94-4969-a092-52ec8f6555ce",
            "generatedFromUUID": "6de82d0e-3911-495d-8360-513de9df6d93"
          },
          "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": "22c7538e-2a94-4969-a092-52ec8f6555ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NGRmZTY0MzAyNDQyODZiZmQ1NmNjNjI2Nzk4MDkzOTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "05cca90a-134a-41bc-b8ed-74abb9e956ae"
    }
  ],
  "workloadContext": "Production"
}
2021-04-10T06:00:41.966Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T06:00:41.966Z|f33f5e00-8915-4ded-b9e2-08b615a90d87|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8ac036d0-c448-4cbb-88f1-dc4eed518fb9 ASDC
2021-04-10T06:00:41.966Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:46e429eb-024a-49d0-8984-31d6e1f81f83
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:8ac036d0-c448-4cbb-88f1-dc4eed518fb9
ServiceInvariantUUID:b23da22a-28d8-43ff-8d95-a8ad67964d2c
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:05cca90a-134a-41bc-b8ed-74abb9e956ae
ArtifactChecksum:NGRmZTY0MzAyNDQyODZiZmQ1NmNjNjI2Nzk4MDkzOTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:af85ff52-b51f-4d12-ba44-cb6b53cc2191
ResourceInvariantUUID:16ecce1b-28ef-49cc-afae-f93dda68221b
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:4352e2d2-d8cc-4276-88d1-0193a507721f
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:a8d8d38d-f76a-4631-8550-463cee5ac379
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:35d514ab-63e2-4323-9251-7893867a2bde
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:05fddf72-1a86-4cb9-ad73-ac7a64866d9d
ArtifactChecksum:NmE3Y2NiMjdjNWM5N2NiNDFmMGJlM2RkYzk2MTFmMTU=
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:6de82d0e-3911-495d-8360-513de9df6d93
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:22c7538e-2a94-4969-a092-52ec8f6555ce
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:22c7538e-2a94-4969-a092-52ec8f6555ce
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-10T06:00:41.966Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ac036d0-c448-4cbb-88f1-dc4eed518fb9 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-04-10T06:00:41.993Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T06:00:41.993Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T06:00:41.993Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T06:00:41.993Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 05cca90a-134a-41bc-b8ed-74abb9e956ae from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-10T06:00:41.994Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T06:00:41.994Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-10T06:00:42.162Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T06:00:42.165Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 05cca90a-134a-41bc-b8ed-74abb9e956ae 71163
2021-04-10T06:00:42.165Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-10T06:00:42.165Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-10T06:00:42.165Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T06:00:42.165Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:42.167Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:42.167Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034442165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:00:42.267Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T06:00:42.268Z||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-04-10T06:00:42.268Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:42.277Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:42.277Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T06:00:43.167Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T06:00:43.168Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T06:00:43.169Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 05cca90a-134a-41bc-b8ed-74abb9e956ae, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-10T06:00:43.169Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-04-10T06:00:43.170Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-10T06:00:43.170Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-10T06:00:43.265Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16570584607122353389/Definitions/service-BasicCnf-template.yml
2021-04-10T06:00:44.224Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T06:00:44.225Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-10T06:00:44.225Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-10T06:00:44.225Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-04-10T06:00:44.225Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:44.225Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:44.226Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-10T06:00:44.226Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:44.226Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:44.226Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-10T06:00:44.226Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:44.226Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T06:00:44.227Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-10T06:00:44.227Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-10T06:00:44.227Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T06:00:44.227Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:44.227Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T06:00:44.228Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-10T06:00:44.228Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-10T06:00:44.228Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T06:00:44.228Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:44.228Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T06:00:44.229Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:44.229Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-10T06:00:44.229Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-04-10T06:00:44.229Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2021-04-10T06:00:44.229Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-10T06:00:44.229Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:44.230Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T06:00:44.230Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:44.230Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-10T06:00:44.230Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T06:00:44.230Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:44.231Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-10T06:00:44.231Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T06:00:44.231Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:44.231Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-10T06:00:44.231Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T06:00:44.231Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:44.232Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-10T06:00:44.232Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-10T06:00:44.232Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5676962a-ad3f-49bc-832e-9828354362ba
2021-04-10T06:00:44.232Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:44.232Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T06:00:44.232Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:44.233Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T06:00:44.233Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:44.233Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T06:00:44.233Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:44.233Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T06:00:44.234Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:8ac036d0-c448-4cbb-88f1-dc4eed518fb9
Model Version:NULL
Model InvariantUuid:b23da22a-28d8-43ff-8d95-a8ad67964d2c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:24a517f7-af07-461f-81a0-c663805f4d9a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:16ecce1b-28ef-49cc-afae-f93dda68221b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:af85ff52-b51f-4d12-ba44-cb6b53cc2191
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:08bf1d3a-511c-4bcb-be9b-a130ab7cc24e
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:3324f40b-91af-41a3-ae8f-c679909b2184
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5676962a-ad3f-49bc-832e-9828354362ba
ModelInvariantUuid:c8daf5e6-18dd-4651-a9dc-f67156e01cc3
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:e405bbc5-097a-48b4-8b05-4e457a522051
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:c9e78898-d4d5-44a1-abfd-510b90bcc4de
ModelInvariantUuid:5d99327c-60b9-4f55-8a03-4597fd53acc8
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d26d7128-0752-43cc-9c67-ce551176cc7b
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-04-10T06:00:44.239Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 4352e2d2-d8cc-4276-88d1-0193a507721f
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-04-10T06:00:44.241Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||basic_cnf 0
2021-04-10T06:00:44.241Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4352e2d2-d8cc-4276-88d1-0193a507721f
2021-04-10T06:00:44.241Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a8d8d38d-f76a-4631-8550-463cee5ac379 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-10T06:00:44.241Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T06:00:44.242Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:44.517Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T06:00:44.518Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env a8d8d38d-f76a-4631-8550-463cee5ac379 12
2021-04-10T06:00:44.518Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:44.518Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:44.518Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T06:00:44.519Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:44.520Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:44.521Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034444518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:00:44.620Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-10T06:00:44.621Z||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-04-10T06:00:44.621Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:44.631Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:44.631Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T06:00:45.521Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 35d514ab-63e2-4323-9251-7893867a2bde from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-10T06:00:45.522Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T06:00:45.522Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:00:45.857Z||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-04-10T06:00:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:45.874Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:45.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:00:45.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "clamp",
  "timestamp": 1618034319317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:00:45.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:00:47.176Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T06:00:47.177Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 35d514ab-63e2-4323-9251-7893867a2bde 2688
2021-04-10T06:00:47.178Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:47.178Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:47.178Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T06:00:47.179Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:47.181Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:47.182Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034447178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:00:47.281Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-10T06:00:47.282Z||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-04-10T06:00:47.282Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:47.292Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:47.292Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T06:00:48.183Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 05fddf72-1a86-4cb9-ad73-ac7a64866d9d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-10T06:00:48.184Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T06:00:48.184Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:49.477Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T06:00:49.478Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 05fddf72-1a86-4cb9-ad73-ac7a64866d9d 828
2021-04-10T06:00:49.478Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:49.478Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:49.478Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T06:00:49.479Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:49.480Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:49.481Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034449478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:00:49.581Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T06:00:49.581Z||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-04-10T06:00:49.582Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:49.592Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:49.592Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T06:00:50.481Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "08bf1d3a-511c-4bcb-be9b-a130ab7cc24e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3324f40b-91af-41a3-ae8f-c679909b2184",
    "vfModuleModelCustomizationUUID": "3f30d675-b36f-4750-8620-40b7f459c1cd",
    "isBase": true,
    "artifacts": [
      "6de82d0e-3911-495d-8360-513de9df6d93",
      "35d514ab-63e2-4323-9251-7893867a2bde",
      "22c7538e-2a94-4969-a092-52ec8f6555ce"
    ],
    "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-04-10T06:00:50.486Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3324f40b-91af-41a3-ae8f-c679909b2184
VfModuleModelInvariantUUID:08bf1d3a-511c-4bcb-be9b-a130ab7cc24e
VfModuleModelDescription:NULL
Artifacts UUID List:{
6de82d0e-3911-495d-8360-513de9df6d93
,
35d514ab-63e2-4323-9251-7893867a2bde
,
22c7538e-2a94-4969-a092-52ec8f6555ce

}
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-04-10T06:00:50.488Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "08bf1d3a-511c-4bcb-be9b-a130ab7cc24e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3324f40b-91af-41a3-ae8f-c679909b2184",
    "vfModuleModelCustomizationUUID": "3f30d675-b36f-4750-8620-40b7f459c1cd",
    "isBase": true,
    "artifacts": [
      "6de82d0e-3911-495d-8360-513de9df6d93",
      "35d514ab-63e2-4323-9251-7893867a2bde",
      "22c7538e-2a94-4969-a092-52ec8f6555ce"
    ],
    "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-04-10T06:00:50.488Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3324f40b-91af-41a3-ae8f-c679909b2184
VfModuleModelInvariantUUID:08bf1d3a-511c-4bcb-be9b-a130ab7cc24e
VfModuleModelDescription:NULL
Artifacts UUID List:{
6de82d0e-3911-495d-8360-513de9df6d93
,
35d514ab-63e2-4323-9251-7893867a2bde
,
22c7538e-2a94-4969-a092-52ec8f6555ce

}
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-04-10T06:00:50.488Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6de82d0e-3911-495d-8360-513de9df6d93 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-10T06:00:50.488Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T06:00:50.488Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:51.568Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T06:00:51.569Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 6de82d0e-3911-495d-8360-513de9df6d93 1164
2021-04-10T06:00:51.569Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:51.569Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:51.569Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T06:00:51.569Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:51.571Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:51.571Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034451569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:00:51.671Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-10T06:00:51.672Z||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-04-10T06:00:51.672Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:51.682Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:51.682Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T06:00:52.572Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 22c7538e-2a94-4969-a092-52ec8f6555ce from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-10T06:00:52.573Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T06:00:52.573Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:53.668Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T06:00:53.669Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 22c7538e-2a94-4969-a092-52ec8f6555ce 200
2021-04-10T06:00:53.669Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:53.669Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:53.670Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T06:00:53.670Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:53.671Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:53.671Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034453669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:00:53.772Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T06:00:53.773Z||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-04-10T06:00:53.774Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:53.783Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:53.784Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T06:00:54.672Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8ac036d0-c448-4cbb-88f1-dc4eed518fb9
2021-04-10T06:00:54.673Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 4352e2d2-d8cc-4276-88d1-0193a507721f 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=?
2021-04-10T06:00:54.681Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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 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-04-10T06:00:54.688Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:54.688Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T06:00:54.688Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-04-10T06:00:54.688Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= af85ff52-b51f-4d12-ba44-cb6b53cc2191
2021-04-10T06:00:54.689Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af85ff52-b51f-4d12-ba44-cb6b53cc2191 matches Tosca VF Customization UUID: af85ff52-b51f-4d12-ba44-cb6b53cc2191
2021-04-10T06:00:54.689Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: af85ff52-b51f-4d12-ba44-cb6b53cc2191  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-04-10T06:00:54.690Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:54.691Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T06:00:54.691Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id af85ff52-b51f-4d12-ba44-cb6b53cc2191: {\"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-04-10T06:00:54.691Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29f3f862
2021-04-10T06:00:54.691Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:54.692Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T06:00:54.692Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3f30d675-b36f-4750-8620-40b7f459c1cd
2021-04-10T06:00:54.692Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3f30d675-b36f-4750-8620-40b7f459c1cd
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-04-10T06:00:54.694Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:54.694Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-10T06:00:54.694Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T06:00:54.694Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:54.694Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-10T06:00:54.695Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T06:00:54.695Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:54.695Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-10T06:00:54.695Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-10T06:00:54.695Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5676962a-ad3f-49bc-832e-9828354362ba
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-04-10T06:00:54.697Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:54.697Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-10T06:00:54.697Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T06:00:54.697Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:54.698Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-10T06:00:54.698Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=af85ff52-b51f-4d12-ba44-cb6b53cc2191
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-04-10T06:00:54.699Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:54.699Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T06:00:54.699Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8ac036d0-c448-4cbb-88f1-dc4eed518fb9: basic_cnf
2021-04-10T06:00:54.699Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:54.700Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T06:00:54.700Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:54.700Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T06:00:54.700Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:54.700Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T06:00:54.700Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:54.700Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T06:00:54.700Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T06:00:54.700Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T06:00:54.701Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:54.751Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 4352e2d2-d8cc-4276-88d1-0193a507721f 1 ASDC deployResourceStructure
2021-04-10T06:00:54.752Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:54.752Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:54.752Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-10T06:00:54.752Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:54.754Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:54.754Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034454751,
  "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-04-10T06:00:54.854Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T06:00:54.855Z||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-04-10T06:00:54.855Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:54.865Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:54.865Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T06:00:55.755Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:55.756Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:55.756Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-10T06:00:55.756Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:55.757Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:55.758Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034455755,
  "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-04-10T06:00:55.858Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T06:00:55.858Z||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-04-10T06:00:55.859Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:55.867Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:55.868Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T06:00:56.759Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:56.759Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:56.759Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T06:00:56.759Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:56.761Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:56.761Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034456758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T06:00:56.862Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T06:00:56.862Z||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-04-10T06:00:56.863Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:56.873Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:56.873Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T06:00:57.763Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:57.763Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:57.763Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T06:00:57.763Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:57.766Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:57.766Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034457762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T06:00:57.866Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T06:00:57.867Z||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-04-10T06:00:57.867Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:57.876Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:57.877Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-10T06:00:58.767Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:58.767Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:00:58.767Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T06:00:58.767Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:58.769Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:58.769Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034458767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-10T06:00:58.869Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T06:00:58.870Z||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-04-10T06:00:58.870Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:58.880Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:58.881Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-10T06:00:59.770Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-10T06:00:59.771Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-10T06:00:59.771Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T06:00:59.771Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:00:59.773Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:00:59.773Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034459770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T06:00:59.873Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T06:00:59.873Z||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-04-10T06:00:59.874Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:00:59.886Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:00:59.886Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T06:01:00.778Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46e429eb-024a-49d0-8984-31d6e1f81f83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T06:01:00.822Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46e429eb-024a-49d0-8984-31d6e1f81f83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T06:01:00.824Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T06:01:00.824Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T06:01:00.825Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T06:01:30.825Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46e429eb-024a-49d0-8984-31d6e1f81f83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T06:01:30.833Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46e429eb-024a-49d0-8984-31d6e1f81f83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T06:01:30.835Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T06:01:30.835Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T06:01:30.835Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T06:01:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:01:45.857Z||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-04-10T06:01:45.858Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:01:45.880Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:01:45.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "aai-ml",
  "timestamp": 1618034321873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:01:45.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034324972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:01:45.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "clamp",
  "timestamp": 1618034319317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:01:45.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034326959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:01:45.884Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034327209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:01:45.884Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "aai-ml",
  "timestamp": 1618034321873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:01:45.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034324972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:01:45.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:01:45.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034327963,
  "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-04-10T06:01:45.890Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46e429eb-024a-49d0-8984-31d6e1f81f83
2021-04-10T06:01:45.891Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46e429eb-024a-49d0-8984-31d6e1f81f83 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-04-10T06:01:45.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "clamp",
  "timestamp": 1618034319317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T06:01:45.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034328211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:01:45.900Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034328422,
  "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-04-10T06:01:45.904Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46e429eb-024a-49d0-8984-31d6e1f81f83
2021-04-10T06:01:45.904Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46e429eb-024a-49d0-8984-31d6e1f81f83 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-04-10T06:01:45.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "aai-ml",
  "timestamp": 1618034321873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:01:45.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034324972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:01:45.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:01:45.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618034328965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T06:01:45.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618034329425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T06:01:45.911Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "aai-ml",
  "timestamp": 1618034321873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:01:45.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034324972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:01:45.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T06:01:45.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "aai-ml",
  "timestamp": 1618034321873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T06:01:45.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034324972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:01:45.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034330863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:01:45.912Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-10T06:01:45.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034324972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:01:45.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:01:45.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034324972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:01:45.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "aai-ml",
  "timestamp": 1618034332666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:01:45.912Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-10T06:01:45.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034333265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:01:45.913Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034324972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T06:01:45.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:01:45.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034334617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:01:45.913Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034334843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:01:45.914Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T06:01:45.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034335622,
  "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-04-10T06:01:45.918Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46e429eb-024a-49d0-8984-31d6e1f81f83
2021-04-10T06:01:45.918Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46e429eb-024a-49d0-8984-31d6e1f81f83 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-04-10T06:01:45.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618034336625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T06:01:45.925Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034336730,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:01:45.925Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034336972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T06:01:45.925Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618034337975,
  "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-04-10T06:01:45.929Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46e429eb-024a-49d0-8984-31d6e1f81f83
2021-04-10T06:01:45.929Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46e429eb-024a-49d0-8984-31d6e1f81f83 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-04-10T06:01:45.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034340019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:01:45.936Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "clamp",
  "timestamp": 1618034340004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:01:45.937Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "aai-ml",
  "timestamp": 1618034340936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T06:01:45.937Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "clamp",
  "timestamp": 1618034341072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T06:01:45.938Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034341923,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:01:45.938Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "aai-ml",
  "timestamp": 1618034341939,
  "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-04-10T06:01:45.942Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46e429eb-024a-49d0-8984-31d6e1f81f83
2021-04-10T06:01:45.942Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46e429eb-024a-49d0-8984-31d6e1f81f83 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-04-10T06:01:45.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "clamp",
  "timestamp": 1618034342074,
  "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-04-10T06:01:45.952Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 46e429eb-024a-49d0-8984-31d6e1f81f83
2021-04-10T06:01:45.952Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46e429eb-024a-49d0-8984-31d6e1f81f83 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-04-10T06:01:45.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034343157,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:01:45.959Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034344259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T06:01:45.959Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034345262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T06:01:45.959Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034346265,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-10T06:01:45.959Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034347268,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T06:01:45.959Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7d711b1-ad7a-4051-be3f-4e6e87f9d290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034378462,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T06:01:45.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:01:45.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:01:45.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T06:01:45.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T06:01:45.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:01:45.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-10T06:01:45.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:01:45.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:01:45.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:01:45.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:01:45.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:02:00.835Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46e429eb-024a-49d0-8984-31d6e1f81f83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-10T06:02:00.846Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46e429eb-024a-49d0-8984-31d6e1f81f83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T06:02:00.849Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T06:02:00.849Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T06:02:00.849Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T06:02:00.849Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T06:02:00.849Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T06:02:00.849Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T06:02:00.849Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T06:02:00.850Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T06:02:00.850Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T06:02:00.850Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T06:02:00.850Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T06:02:00.856Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T06:02:30.856Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46e429eb-024a-49d0-8984-31d6e1f81f83 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-04-10T06:02:30.861Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46e429eb-024a-49d0-8984-31d6e1f81f83 and serviceModelVersionId: 8ac036d0-c448-4cbb-88f1-dc4eed518fb9
2021-04-10T06:02:30.861Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b23da22a-28d8-43ff-8d95-a8ad67964d2c
2021-04-10T06:02:30.862Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b23da22a-28d8-43ff-8d95-a8ad67964d2c/model-vers/model-ver/8ac036d0-c448-4cbb-88f1-dc4eed518fb9?depth=0
2021-04-10T06:02:30.865Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T06:02:30.894Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b23da22a-28d8-43ff-8d95-a8ad67964d2c/model-vers/model-ver/8ac036d0-c448-4cbb-88f1-dc4eed518fb9?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-04-10T06:02:30.895Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b23da22a-28d8-43ff-8d95-a8ad67964d2c/model-vers/model-ver/8ac036d0-c448-4cbb-88f1-dc4eed518fb9?depth=0|INFO|500||Invoke
2021-04-10T06:02:30.912Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b23da22a-28d8-43ff-8d95-a8ad67964d2c/model-vers/model-ver/8ac036d0-c448-4cbb-88f1-dc4eed518fb9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-10T06:02:31.090Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b23da22a-28d8-43ff-8d95-a8ad67964d2c/model-vers/model-ver/8ac036d0-c448-4cbb-88f1-dc4eed518fb9?depth=0|INFO|500||InvokeReturn
2021-04-10T06:02:31.091Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b23da22a-28d8-43ff-8d95-a8ad67964d2c/model-vers/model-ver/8ac036d0-c448-4cbb-88f1-dc4eed518fb9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210410-06:02:30:909-47665], vertex-id=[217216], Content-Length=[0], Date=[Sat, 10 Apr 2021 06:02:30 GMT], Content-Type=[application/json]}
2021-04-10T06:02:31.091Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-04-10T06:02:31.091Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T06:02:31.091Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||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-04-10T06:02:31.096Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-10T06:02:31.096Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46e429eb-024a-49d0-8984-31d6e1f81f83 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T06:02:31.096Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T06:02:31.097Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T06:02:31.100Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T06:02:31.100Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034551096,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T06:02:31.200Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T06:02:31.200Z||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-04-10T06:02:31.201Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T06:02:31.214Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:02:31.214Z||pool-122-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-04-10T06:02:32.110Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:02:32.111Z|46e429eb-024a-49d0-8984-31d6e1f81f83|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-04-10T06:02:32.111Z|46e429eb-024a-49d0-8984-31d6e1f81f83|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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:02:42.300Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:02:42.300Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:02:42.301Z|46e429eb-024a-49d0-8984-31d6e1f81f83|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-04-10T06:02:42.301Z|46e429eb-024a-49d0-8984-31d6e1f81f83|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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:02:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:02:45.857Z||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-04-10T06:02:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:02:45.874Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:02:45.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T06:02:45.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:02:45.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034389143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:02:45.876Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:02:45.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034392679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:02:45.876Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:02:45.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034394567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:02:45.876Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:02:45.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034396321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:02:45.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:02:45.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034397418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T06:02:45.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:02:45.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034398422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T06:02:45.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:02:45.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034399425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-10T06:02:45.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:02:45.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034400430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T06:02:45.878Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:02:45.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f33f5e00-8915-4ded-b9e2-08b615a90d87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034431924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T06:02:45.878Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:02:45.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:02:45.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:02:45.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-10T06:02:45.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:02:45.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-10T06:02:45.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:02:45.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T06:02:45.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:02:45.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-10T06:02:45.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:02:45.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:02:45.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:02:45.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-10T06:02:45.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:02:45.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T06:02:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:02:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034323644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T06:02:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-10T06:02:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034442165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:02:45.880Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:02:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:02:45.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034444518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:02:45.880Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:02:51.834Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:02:51.835Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:02:51.835Z|46e429eb-024a-49d0-8984-31d6e1f81f83|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-04-10T06:02:51.835Z|46e429eb-024a-49d0-8984-31d6e1f81f83|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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:03:01.370Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:03:01.371Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:03:01.371Z||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-04-10T06:03:01.371Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:03:10.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:03:10.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:03:10.906Z||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-04-10T06:03:10.906Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:03:20.446Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:03:20.447Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:03:20.447Z||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-04-10T06:03:20.447Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:03:29.979Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:03:29.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:03:29.980Z||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-04-10T06:03:29.980Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:03:39.514Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:03:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:03:45.853Z||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-04-10T06:03:45.853Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:03:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:03:45.856Z||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-04-10T06:03:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:03:45.875Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:03:45.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T06:03:45.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034447178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:03:45.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:03:45.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T06:03:45.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034449478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:03:45.877Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:03:45.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T06:03:45.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034451569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:03:45.878Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:03:45.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T06:03:45.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034453669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T06:03:45.878Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:03:45.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T06:03:45.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034454751,
  "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-04-10T06:03:45.879Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:03:45.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T06:03:45.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034455755,
  "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-04-10T06:03:45.879Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:03:45.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T06:03:45.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034456758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T06:03:45.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:03:45.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T06:03:45.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034457762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T06:03:45.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:03:45.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T06:03:45.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034458767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-10T06:03:45.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:03:45.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T06:03:45.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034459770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T06:03:45.882Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:03:55.390Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:04:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:04:45.854Z||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-04-10T06:04:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:04:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:04:45.856Z||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-04-10T06:04:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:04:46.376Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:04:46.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T06:04:46.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46e429eb-024a-49d0-8984-31d6e1f81f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618034551096,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T06:04:46.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T06:04:55.400Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:05:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:05:45.854Z||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-04-10T06:05:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:05:45.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:05:45.856Z||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-04-10T06:05:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:05:55.394Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:05:55.394Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:06:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:06:45.854Z||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-04-10T06:06:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:06:45.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:06:45.856Z||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-04-10T06:06:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:06:55.394Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:06:55.395Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:07:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:07:45.854Z||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-04-10T06:07:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:07:45.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:07:45.856Z||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-04-10T06:07:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:07:55.397Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:07:55.398Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:08:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:08:45.854Z||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-04-10T06:08:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:08:45.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:08:45.856Z||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-04-10T06:08:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:08:55.395Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:08:55.395Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:09:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:09:45.854Z||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-04-10T06:09:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:09:45.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:09:45.856Z||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-04-10T06:09:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:09:55.395Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:09:55.395Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:10:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:10:45.854Z||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-04-10T06:10:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:10:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:10:45.856Z||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-04-10T06:10:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:10:55.396Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:10:55.396Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:11:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:11:45.854Z||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-04-10T06:11:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:11:45.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:11:45.856Z||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-04-10T06:11:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:11:55.398Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:11:55.398Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:12:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:12:45.854Z||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-04-10T06:12:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:12:45.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:12:45.856Z||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-04-10T06:12:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:12:55.394Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:12:55.394Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:13:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:13:45.854Z||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-04-10T06:13:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:13:45.856Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:13:45.856Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|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-04-10T06:13:45.856Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:13:55.396Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:13:55.396Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:14:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:14:45.855Z||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-04-10T06:14:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:14:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:14:45.856Z||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-04-10T06:14:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:14:55.399Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:14:55.399Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:15:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:15:45.854Z||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-04-10T06:15:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:15:45.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:15:45.856Z||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-04-10T06:15:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:15:55.398Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:15:55.402Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:16:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:16:45.854Z||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-04-10T06:16:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:16:45.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:16:45.856Z||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-04-10T06:16:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:16:55.402Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:16:55.404Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:17:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:17:45.853Z||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-04-10T06:17:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:17:45.856Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:17:45.856Z|46e429eb-024a-49d0-8984-31d6e1f81f83|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-04-10T06:17:45.857Z|46e429eb-024a-49d0-8984-31d6e1f81f83|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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:17:55.392Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:17:55.393Z|46e429eb-024a-49d0-8984-31d6e1f81f83|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:18:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:18:45.854Z||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-04-10T06:18:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:18:45.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:18:45.856Z||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-04-10T06:18:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:18:55.393Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:18:55.395Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:19:45.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:19:45.854Z||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-04-10T06:19:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:19:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:19:45.857Z||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-04-10T06:19:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:19:55.395Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:19:55.397Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:20:45.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:20:45.854Z||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-04-10T06:20:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:20:45.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:20:45.856Z||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-04-10T06:20:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:20:55.394Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:20:55.400Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:21:45.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:21:45.854Z||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-04-10T06:21:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:21:45.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:21:45.856Z||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-04-10T06:21:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:21:55.393Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:21:55.393Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:22:45.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:22:45.853Z||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-04-10T06:22:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:22:45.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:22:45.856Z||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-04-10T06:22:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:22:55.399Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:22:55.400Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:23:45.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:23:45.853Z||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-04-10T06:23:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:23:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:23:45.857Z||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-04-10T06:23:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:23:55.395Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:23:55.397Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:24:45.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:24:45.853Z||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-04-10T06:24:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:24:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:24:45.856Z||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-04-10T06:24:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:24:55.396Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:24:55.397Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:25:45.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:25:45.854Z||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-04-10T06:25:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:25:45.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:25:45.856Z||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-04-10T06:25:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:25:55.393Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:25:55.393Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:26:45.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:26:45.854Z||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-04-10T06:26:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:26:45.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:26:45.856Z||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-04-10T06:26:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:26:55.393Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:26:55.394Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:27:45.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:27:45.854Z||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-04-10T06:27:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:27:45.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:27:45.856Z||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-04-10T06:27:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:27:55.394Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:27:55.394Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:28:45.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:28:45.854Z||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-04-10T06:28:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:28:45.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:28:45.856Z||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-04-10T06:28:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:28:55.398Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:28:55.398Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:29:45.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:29:45.854Z||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-04-10T06:29:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:29:45.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T06:29:45.856Z||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-04-10T06:29:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T06:29:55.396Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T06:29:55.396Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK