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-06-29T06:21:51.611Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-p5tdx with PID 14 (/app/app.jar started by so in /app)
2021-06-29T06:21:51.617Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-06-29T06:21:51.617Z||main|||||INFO|500||The following profiles are active: basic
2021-06-29T06:21:58.334Z||main|||||INFO|500||Starting service [Tomcat]
2021-06-29T06:21:58.335Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-06-29T06:21:58.423Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-06-29T06:21:59.820Z||main|||||INFO|500||catdb-pool - Starting...
2021-06-29T06:22:00.000Z||main|||||INFO|500||catdb-pool - Start completed.
2021-06-29T06:22:00.314Z||main|||||INFO|500||reqdb-pool - Starting...
2021-06-29T06:22:00.320Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-06-29T06:22:00.418Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-06-29T06:22:00.546Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-06-29T06:22:00.975Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-06-29T06:22:01.886Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-29T06:22:03.766Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-29T06:22:03.806Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-06-29T06:22:04.208Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-29T06:22:04.331Z||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-06-29T06:22:05.394Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-29T06:22:06.212Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-06-29T06:22:06.228Z||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$$9c392fe4.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-06-29T06:22:06.229Z||main|||||WARN|500||The sdc end point is not alive
2021-06-29T06:22:08.178Z||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-06-29T06:22:10.274Z||main|||||WARN|500||---
2021-06-29T06:22:10.274Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-06-29T06:22:10.275Z||main|||||WARN|500||---
2021-06-29T06:22:10.585Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-06-29T06:22:13.394Z||main|||||INFO|500||Started Application in 23.643 seconds (JVM running for 24.84)
2021-06-29T06:22:13.396Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-29T06:22:13.398Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-29T06:22:13.407Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-29T06:22:13.428Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-29T06:22:13.499Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 45665743-1f19-42ef-9e4b-d6143abb52d8 url= /sdc/v1/artifactTypes
2021-06-29T06:22:13.499Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-29T06:22:14.603Z||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.11.58] 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-06-29T06:22:14.608Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b667214
2021-06-29T06:22:14.608Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-29T06:22:14.617Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-29T06:22:14.619Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-29T06:22:14.621Z||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-06-29T06:23:03.390Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-29T06:23:03.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-29T06:23:03.391Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-29T06:23:03.395Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-29T06:23:03.398Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e7bf66b4-09da-4ca5-b9d1-f6d636cbdb7e url= /sdc/v1/artifactTypes
2021-06-29T06:23:03.398Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-29T06:23:04.426Z||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.11.58] 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-06-29T06:23:04.426Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60ebf8ed
2021-06-29T06:23:04.427Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-29T06:23:04.427Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-29T06:23:04.427Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-29T06:23:04.428Z||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-06-29T06:23:53.389Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-29T06:23:53.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-29T06:23:53.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-29T06:23:53.393Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-29T06:23:53.397Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5256b1e1-d1e3-48f7-a248-d55112c3a720 url= /sdc/v1/artifactTypes
2021-06-29T06:23:53.397Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-29T06:23:54.442Z||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.11.58] 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-06-29T06:23:54.443Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a6364bf
2021-06-29T06:23:54.443Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-29T06:23:54.443Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-29T06:23:54.444Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-29T06:23:54.444Z||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-06-29T06:24:43.389Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-29T06:24:43.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-29T06:24:43.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-29T06:24:43.393Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-29T06:24:43.398Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f5728e75-91c6-4240-9cdf-bcd0006193fc url= /sdc/v1/artifactTypes
2021-06-29T06:24:43.398Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-29T06:24:44.426Z||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.11.58] 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-06-29T06:24:44.427Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45a61c3c
2021-06-29T06:24:44.427Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-29T06:24:44.428Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-29T06:24:44.428Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-29T06:24:44.429Z||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-06-29T06:25:33.390Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-29T06:25:33.391Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-29T06:25:33.391Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-29T06:25:33.394Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-29T06:25:33.397Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9e2a5d21-02a6-4274-8384-b212f461698d url= /sdc/v1/artifactTypes
2021-06-29T06:25:33.398Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-29T06:25:34.410Z||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.11.58] 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-06-29T06:25:34.410Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@766ad69f
2021-06-29T06:25:34.411Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-29T06:25:34.411Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-29T06:25:34.411Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-29T06:25:34.412Z||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-06-29T06:26:23.389Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-29T06:26:23.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-29T06:26:23.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-29T06:26:23.393Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-29T06:26:23.398Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4af4d106-6228-471f-a690-69407da151e3 url= /sdc/v1/artifactTypes
2021-06-29T06:26:23.398Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-29T06:26:24.426Z||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.11.58] 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-06-29T06:26:24.427Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46e4abba
2021-06-29T06:26:24.427Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-29T06:26:24.427Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-29T06:26:24.428Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-29T06:26:24.428Z||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-06-29T06:27:13.389Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-29T06:27:13.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-29T06:27:13.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-29T06:27:13.393Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-29T06:27:13.400Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ebe63509-58aa-4a42-8b76-7667dedc973a url= /sdc/v1/artifactTypes
2021-06-29T06:27:13.400Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-29T06:27:14.442Z||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.11.58] 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-06-29T06:27:14.442Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7a5829f5
2021-06-29T06:27:14.443Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-29T06:27:14.443Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-29T06:27:14.443Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-29T06:27:14.444Z||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-06-29T06:28:03.389Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-29T06:28:03.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-29T06:28:03.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-29T06:28:03.393Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-29T06:28:03.395Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 15df4970-92fd-4c52-bffe-6453ea4976cd url= /sdc/v1/artifactTypes
2021-06-29T06:28:03.396Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-29T06:28:04.427Z||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.11.58] 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-06-29T06:28:04.428Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ae48ad3
2021-06-29T06:28:04.428Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-29T06:28:04.429Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-29T06:28:04.429Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-29T06:28:04.429Z||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-06-29T06:28:53.389Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-29T06:28:53.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-29T06:28:53.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-29T06:28:53.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-29T06:28:53.397Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a9078052-b193-4c95-9ac4-cd2650a250cb url= /sdc/v1/artifactTypes
2021-06-29T06:28:53.397Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-29T06:28:54.410Z||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.11.58] 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-06-29T06:28:54.410Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4fd7adc9
2021-06-29T06:28:54.411Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-29T06:28:54.411Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-29T06:28:54.411Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-29T06:28:54.412Z||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-06-29T06:29:43.389Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-29T06:29:43.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-29T06:29:43.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-29T06:29:43.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-29T06:29:43.397Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0a6adccc-ac35-4646-8585-269b744a12c0 url= /sdc/v1/artifactTypes
2021-06-29T06:29:43.397Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-29T06:29:44.426Z||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.11.58] 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-06-29T06:29:44.426Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e8da013
2021-06-29T06:29:44.427Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-29T06:29:44.427Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-29T06:29:44.427Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-29T06:29:44.427Z||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-06-29T06:30:33.390Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-29T06:30:33.391Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-29T06:30:33.392Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-29T06:30:33.394Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-29T06:30:33.399Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1f57037f-5e4e-4fc6-aa3c-01075299c13a url= /sdc/v1/artifactTypes
2021-06-29T06:30:33.399Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-29T06:30:34.442Z||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.11.58] 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-06-29T06:30:34.443Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1cd54af6
2021-06-29T06:30:34.443Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-29T06:30:34.443Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-29T06:30:34.443Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-29T06:30:34.444Z||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-06-29T06:31:23.389Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-29T06:31:23.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-29T06:31:23.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-29T06:31:23.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-29T06:31:23.398Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 233c51b4-cdc4-49e2-9381-ba2be1dcdccf url= /sdc/v1/artifactTypes
2021-06-29T06:31:23.398Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-29T06:31:24.426Z||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.11.58] 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-06-29T06:31:24.426Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d81fc62
2021-06-29T06:31:24.427Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-29T06:31:24.427Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-29T06:31:24.427Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-29T06:31:24.427Z||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-06-29T06:32:01.349Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-06-29T06:32:13.390Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-29T06:32:13.391Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-29T06:32:13.391Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-29T06:32:13.394Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-29T06:32:13.400Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 94ed88d1-d07e-4f48-983e-a4488dcfd35c url= /sdc/v1/artifactTypes
2021-06-29T06:32:13.400Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-29T06:32:14.414Z||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.11.58] 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-06-29T06:32:14.415Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a9a4089
2021-06-29T06:32:14.415Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-29T06:32:14.415Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-29T06:32:14.416Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-29T06:32:14.416Z||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-06-29T06:33:03.389Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-29T06:33:03.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-29T06:33:03.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-29T06:33:03.395Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-29T06:33:03.402Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 188f45e5-bb4a-40d6-ae4d-0da91f4bad24 url= /sdc/v1/artifactTypes
2021-06-29T06:33:03.402Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-29T06:33:04.426Z||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.11.58] 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-06-29T06:33:04.427Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@da682df
2021-06-29T06:33:04.427Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-29T06:33:04.427Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-29T06:33:04.428Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-29T06:33:04.428Z||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-06-29T06:33:53.389Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-29T06:33:53.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-29T06:33:53.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-29T06:33:53.393Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-29T06:33:53.399Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 36ce1376-e986-4250-82bc-3440a351e592 url= /sdc/v1/artifactTypes
2021-06-29T06:33:53.400Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-29T06:33:54.442Z||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.11.58] 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-06-29T06:33:54.443Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c7641c7
2021-06-29T06:33:54.443Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-29T06:33:54.443Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-29T06:33:54.443Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-29T06:33:54.443Z||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-06-29T06:34:43.390Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-29T06:34:43.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-29T06:34:43.391Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-29T06:34:43.393Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-29T06:34:43.399Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4cdb8d91-d6eb-4f69-9a5d-a81aa8aa9f7f url= /sdc/v1/artifactTypes
2021-06-29T06:34:43.399Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-29T06:34:44.426Z||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.11.58] 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-06-29T06:34:44.426Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61fc7798
2021-06-29T06:34:44.426Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-29T06:34:44.426Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-29T06:34:44.427Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-29T06:34:44.427Z||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-06-29T06:35:33.389Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-29T06:35:33.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-29T06:35:33.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-29T06:35:33.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-29T06:35:33.394Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 65a85592-09d2-41db-9638-eddb542cff72 url= /sdc/v1/artifactTypes
2021-06-29T06:35:33.395Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-29T06:35:34.414Z||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.11.58] 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 jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: 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)
	... 28 common frames omitted
2021-06-29T06:35:34.414Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@11adb0d7
2021-06-29T06:35:34.414Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-29T06:35:34.415Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-29T06:35:34.415Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-29T06:35:34.415Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-06-29T06:36:23.389Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-29T06:36:23.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-29T06:36:23.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-29T06:36:23.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-29T06:36:23.398Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 800d4a47-462b-463f-84f6-dfa530bc3993 url= /sdc/v1/artifactTypes
2021-06-29T06:36:23.398Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-29T06:36:24.426Z||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.11.58] 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 jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: 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)
	... 28 common frames omitted
2021-06-29T06:36:24.426Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3293f6db
2021-06-29T06:36:24.426Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-29T06:36:24.427Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-29T06:36:24.427Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-29T06:36:24.427Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-06-29T06:37:13.390Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-29T06:37:13.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-29T06:37:13.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-29T06:37:13.394Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-29T06:37:13.400Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d8dd9ece-2546-4b45-9caa-31474d5b3c4e url= /sdc/v1/artifactTypes
2021-06-29T06:37:13.400Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-29T06:37:13.586Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-29T06:37:13.595Z||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-06-29T06:37:13.621Z||scheduling-1|||||DEBUG|500||create keys
2021-06-29T06:37:13.628Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-29T06:37:13.650Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:37:13.663Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a9929d51-78ef-485c-9141-23fe8737ea46 url= /sdc/v1/registerForDistribution
2021-06-29T06:37:13.751Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a9929d51-78ef-485c-9141-23fe8737ea46 url= /sdc/v1/registerForDistribution
2021-06-29T06:37:13.751Z||scheduling-1|||||INFO|500||start DistributionClient
2021-06-29T06:37:13.758Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:37:13.758Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:37:13.762Z||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-06-29T06:37:13.763Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:37:13.762Z||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-06-29T06:37:13.763Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:37:13.764Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-06-29T06:37:24.005Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:37:24.020Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:38:13.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:38:13.758Z||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-06-29T06:38:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:38:13.758Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:38:13.759Z||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-06-29T06:38:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:38:23.306Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:38:23.311Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:39:13.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:39:13.757Z||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-06-29T06:39:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:39:13.758Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:39:13.760Z||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-06-29T06:39:13.761Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:39:23.310Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:39:23.316Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:40:13.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:40:13.757Z||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-06-29T06:40:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:40:13.758Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:40:13.759Z||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-06-29T06:40:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:40:23.306Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:40:23.313Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:41:13.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:41:13.758Z||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-06-29T06:41:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:41:13.758Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:41:13.759Z||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-06-29T06:41:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:41:23.308Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:41:23.314Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:42:13.756Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:42:13.757Z||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-06-29T06:42:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:42:13.758Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:42:13.759Z||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-06-29T06:42:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:42:23.307Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:42:23.311Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:43:13.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:43:13.758Z||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-06-29T06:43:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:43:13.758Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:43:13.759Z||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-06-29T06:43:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:43:23.306Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:43:23.311Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:44:13.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:44:13.758Z||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-06-29T06:44:13.758Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:44:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:44:13.760Z||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-06-29T06:44:13.760Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:44:23.305Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:44:23.322Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:45:13.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:45:13.758Z||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-06-29T06:45:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:45:13.758Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:45:13.759Z||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-06-29T06:45:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:45:23.314Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:45:23.315Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:46:13.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:46:13.757Z||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-06-29T06:46:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:46:13.758Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:46:13.759Z||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-06-29T06:46:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:46:23.306Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:46:23.308Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:47:13.756Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:47:13.758Z||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-06-29T06:47:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:47:13.758Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:47:13.759Z||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-06-29T06:47:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:47:23.305Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:47:23.306Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:48:13.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:48:13.757Z||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-06-29T06:48:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:48:13.758Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:48:13.759Z||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-06-29T06:48:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:48:23.306Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:48:23.308Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:49:13.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:49:13.757Z||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-06-29T06:49:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:49:13.758Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:49:13.759Z||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-06-29T06:49:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:49:23.305Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:49:23.310Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:50:13.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:50:13.757Z||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-06-29T06:50:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:50:13.758Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:50:13.759Z||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-06-29T06:50:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:50:23.303Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:50:23.304Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:51:13.756Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:51:13.757Z||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-06-29T06:51:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:51:13.758Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:51:13.759Z||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-06-29T06:51:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:51:23.305Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:51:23.305Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:52:13.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:52:13.757Z||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-06-29T06:52:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:52:13.758Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:52:13.759Z||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-06-29T06:52:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:52:23.306Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:52:23.308Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:53:13.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:53:13.758Z||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-06-29T06:53:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:53:13.758Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:53:13.759Z||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-06-29T06:53:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:53:23.305Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:53:23.312Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:54:13.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:54:13.757Z||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-06-29T06:54:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:54:13.758Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:54:13.759Z||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-06-29T06:54:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:54:23.309Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:54:23.310Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:55:13.756Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:55:13.757Z||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-06-29T06:55:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:55:13.758Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:55:13.759Z||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-06-29T06:55:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:55:23.304Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:55:23.304Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:56:13.756Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:56:13.757Z||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-06-29T06:56:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:56:13.758Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:56:13.759Z||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-06-29T06:56:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:56:23.308Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:56:23.308Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:57:13.756Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:57:13.757Z||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-06-29T06:57:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:57:13.758Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:57:13.759Z||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-06-29T06:57:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:57:23.310Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:57:23.312Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:58:13.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:58:13.757Z||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-06-29T06:58:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:58:13.758Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:58:13.759Z||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-06-29T06:58:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:58:23.333Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:58:23.334Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:59:13.756Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:59:13.757Z||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-06-29T06:59:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:59:13.758Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T06:59:13.759Z||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-06-29T06:59:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T06:59:23.302Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T06:59:23.309Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:00:13.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:00:13.758Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:00:13.758Z||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-06-29T07:00:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:00:13.759Z||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-06-29T07:00:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:00:23.310Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:00:23.311Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:01:13.756Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:01:13.757Z||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-06-29T07:01:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:01:13.758Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:01:13.759Z||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-06-29T07:01:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:01:23.305Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:01:23.305Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:02:13.756Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:02:13.757Z||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-06-29T07:02:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:02:13.758Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:02:13.759Z||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-06-29T07:02:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:02:23.307Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:02:23.309Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:03:13.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:03:13.757Z||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-06-29T07:03:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:03:13.758Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:03:13.759Z||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-06-29T07:03:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:03:23.306Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:03:23.312Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:04:13.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:04:13.758Z||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-06-29T07:04:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:04:13.758Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:04:13.758Z||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-06-29T07:04:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:04:23.304Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:04:23.304Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:05:13.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:05:13.757Z||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-06-29T07:05:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:05:13.758Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:05:13.759Z||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-06-29T07:05:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:05:23.300Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:05:23.306Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:06:13.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:06:13.757Z||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-06-29T07:06:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:06:13.758Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:06:13.759Z||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-06-29T07:06:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:06:23.300Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:06:23.309Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:07:13.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:07:13.757Z||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-06-29T07:07:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:07:13.758Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:07:13.759Z||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-06-29T07:07:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:07:23.308Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:07:23.310Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:08:13.756Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:08:13.757Z||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-06-29T07:08:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:08:13.758Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:08:13.759Z||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-06-29T07:08:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:08:23.304Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:08:23.312Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:09:13.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:09:13.757Z||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-06-29T07:09:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:09:13.758Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:09:13.758Z||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-06-29T07:09:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:09:23.301Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:09:23.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:10:13.756Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:10:13.757Z||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-06-29T07:10:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:10:13.758Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:10:13.759Z||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-06-29T07:10:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:10:23.307Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:10:23.307Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:11:13.756Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:11:13.757Z||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-06-29T07:11:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:11:13.758Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:11:13.758Z||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-06-29T07:11:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:11:23.306Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:11:23.306Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:12:13.756Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:12:13.757Z||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-06-29T07:12:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:12:13.758Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:12:13.759Z||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-06-29T07:12:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:12:23.303Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:12:23.303Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:13:13.756Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:13:13.757Z||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-06-29T07:13:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:13:13.759Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:13:13.760Z||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-06-29T07:13:13.760Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:13:23.306Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:13:23.306Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:14:13.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:14:13.757Z||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-06-29T07:14:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:14:13.758Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:14:13.759Z||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-06-29T07:14:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:14:23.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:14:23.305Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:15:13.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:15:13.757Z||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-06-29T07:15:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:15:13.758Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:15:13.759Z||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-06-29T07:15:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:15:23.304Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:15:23.305Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:16:13.756Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:16:13.757Z||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-06-29T07:16:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:16:13.758Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:16:13.759Z||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-06-29T07:16:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:16:23.304Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:16:23.305Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:17:13.756Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:17:13.757Z||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-06-29T07:17:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:17:13.758Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:17:13.758Z||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-06-29T07:17:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:17:23.302Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:17:23.305Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:18:13.756Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:18:13.757Z||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-06-29T07:18:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:18:13.758Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:18:13.759Z||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-06-29T07:18:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:18:23.306Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:18:23.309Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:19:13.756Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:19:13.757Z||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-06-29T07:19:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:19:13.758Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:19:13.759Z||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-06-29T07:19:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:19:23.305Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:19:23.305Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:20:13.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:20:13.757Z||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-06-29T07:20:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:20:13.758Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:20:13.759Z||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-06-29T07:20:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:20:23.307Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:20:23.309Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:21:13.756Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:21:13.757Z||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-06-29T07:21:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:21:13.758Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:21:13.759Z||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-06-29T07:21:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:21:23.301Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:21:23.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:22:13.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:22:13.757Z||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-06-29T07:22:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:22:13.758Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:22:13.759Z||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-06-29T07:22:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:22:23.306Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:22:23.308Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:23:13.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:23:13.758Z||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-06-29T07:23:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:23:13.758Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:23:13.759Z||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-06-29T07:23:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:23:23.305Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:23:23.311Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:24:13.756Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:24:13.757Z||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-06-29T07:24:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:24:13.758Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:24:13.759Z||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-06-29T07:24:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:24:23.303Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:24:23.307Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:25:13.756Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:25:13.757Z||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-06-29T07:25:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:25:13.758Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:25:13.759Z||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-06-29T07:25:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:25:23.304Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:25:23.308Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:26:13.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:26:13.757Z||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-06-29T07:26:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:26:13.758Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:26:13.759Z||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-06-29T07:26:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:26:23.307Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:26:23.308Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:27:13.756Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:27:13.757Z||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-06-29T07:27:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:27:13.758Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:27:13.759Z||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-06-29T07:27:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:27:23.304Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:27:23.311Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:28:13.756Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:28:13.757Z||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-06-29T07:28:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:28:13.758Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:28:13.759Z||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-06-29T07:28:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:28:23.303Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:28:23.314Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:29:13.756Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:29:13.757Z||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-06-29T07:29:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:29:13.758Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:29:13.759Z||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-06-29T07:29:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:29:23.299Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:29:23.299Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:30:13.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:30:13.757Z||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-06-29T07:30:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:30:13.758Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:30:13.759Z||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-06-29T07:30:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:30:23.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:30:23.302Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:31:13.756Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:31:13.757Z||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-06-29T07:31:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:31:13.758Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:31:13.759Z||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-06-29T07:31:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:31:23.307Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:31:23.311Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:32:13.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:32:13.757Z||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-06-29T07:32:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:32:13.758Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:32:13.759Z||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-06-29T07:32:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:32:23.303Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:32:23.304Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:33:13.756Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:33:13.757Z||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-06-29T07:33:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:33:13.758Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:33:13.759Z||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-06-29T07:33:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:33:23.306Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:33:23.308Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:34:13.756Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:34:13.757Z||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-06-29T07:34:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:34:13.758Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:34:13.759Z||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-06-29T07:34:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:34:23.306Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:34:23.306Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:35:13.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:35:13.757Z||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-06-29T07:35:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:35:13.758Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:35:13.759Z||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-06-29T07:35:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:35:23.301Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:35:23.309Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:36:13.756Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:36:13.757Z||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-06-29T07:36:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:36:13.758Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:36:13.759Z||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-06-29T07:36:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:36:23.301Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:36:23.306Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:37:13.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:37:13.757Z||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-06-29T07:37:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:37:13.758Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:37:13.759Z||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-06-29T07:37:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:37:23.305Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:37:23.307Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:38:13.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:38:13.758Z||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-06-29T07:38:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:38:13.758Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:38:13.759Z||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-06-29T07:38:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:38:23.301Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:38:23.342Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:39:13.756Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:39:13.757Z||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-06-29T07:39:13.757Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:39:13.758Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:39:13.759Z||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-06-29T07:39:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:39:23.300Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:39:23.304Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:40:13.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:40:13.758Z||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-06-29T07:40:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:40:13.758Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:40:13.759Z||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-06-29T07:40:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:40:13.954Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:40:13.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "dcae-sch",
  "timestamp": 1624952398705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "cds",
  "timestamp": 1624952397014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952400275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952401575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952404789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "dcae-sch",
  "timestamp": 1624952398705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "cds",
  "timestamp": 1624952397014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952400275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:40:13.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952401575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:40:13.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952404789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:40:13.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "dcae-sch",
  "timestamp": 1624952398705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "cds",
  "timestamp": 1624952397014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952400275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:40:13.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952401575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:40:13.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952404789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:40:13.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "policy-id",
  "timestamp": 1624952407419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "dcae-sch",
  "timestamp": 1624952398705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "cds",
  "timestamp": 1624952397014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952400275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952401575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952404789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "policy-id",
  "timestamp": 1624952407419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "dcae-sch",
  "timestamp": 1624952398705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "cds",
  "timestamp": 1624952397014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952400275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-29T07:40:13.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952401575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-29T07:40:13.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952404789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-29T07:40:13.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "policy-id",
  "timestamp": 1624952407419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:40:13.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "dcae-sch",
  "timestamp": 1624952398705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "cds",
  "timestamp": 1624952397014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952400275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952401575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952404789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952410419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "policy-id",
  "timestamp": 1624952407419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "dcae-sch",
  "timestamp": 1624952398705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "cds",
  "timestamp": 1624952397014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:40:13.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952400275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:40:13.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952401575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:40:13.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952404789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:40:13.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952410419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "policy-id",
  "timestamp": 1624952407419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952412779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:40:13.987Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:40:13.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952412786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:40:13.987Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:40:13.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "cds",
  "timestamp": 1624952412814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:40:13.987Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:40:13.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952412940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:40:13.988Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:40:13.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952410419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:13.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:40:13.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "policy-id",
  "timestamp": 1624952407419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:13.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:40:14.385Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:40:14.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-29T07:40:14.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"dad150c4-19f8-45e7-845f-5700762d2d88","serviceName":"vFW 2021-06-29 07-37-02","serviceVersion":"1.0","serviceUUID":"685907ca-aaf9-4da4-a59e-2b2c26428362","serviceDescription":"catalog service description","serviceInvariantUUID":"227a7c83-bfee-4227-b032-a359b15359b1","resources":[{"resourceInstanceName":"vFW 8e92beb6-b2d2 0","resourceName":"vFW 8e92beb6-b2d2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"467dc42c-147b-41d2-962a-e890c633c620","resourceInvariantUUID":"bb7e5d63-80f2-4f70-ad44-43b028627da1","resourceCustomizationUUID":"c60ae2d5-0054-41e6-952f-a0427a9fcace","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vf-license-model.xml","artifactChecksum":"ODI4Y2E4YmI3ZGQ4MGE3ZGJjNzc5NTJhZjNjMjZiOGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3bec2342-14af-40fa-826c-e88d555b17f9","artifactVersion":"1"},{"artifactName":"vfw8e92beb6b2d20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json","artifactChecksum":"MjMzOGE5MjQ4MDBkNmVjNDBkMjljZWY5ZDE3OGM4YWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d1c10461-79bc-423d-9a6f-800e4beecef9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8cea0dfb-1a0f-4907-b7a3-c82a6c646ff2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vendor-license-model.xml","artifactChecksum":"MzhmNWMwZTZhMzY3ZThmYmM5ZGUwZGU4MjhiYTI0MzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e4397a1-9443-4355-a6bc-14bc831eec0c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"60428516-8464-4fc0-b6cd-793cff85fb60","artifactVersion":"2","generatedFromUUID":"8cea0dfb-1a0f-4907-b7a3-c82a6c646ff2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210629073702-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-template.yml","artifactChecksum":"NjhkMzBkOTI4NmNlMjAxMTQ4M2I4ODgzMWVlN2ZiNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6ccfb2cd-8670-4724-92d7-f64e4a2e6f21","artifactVersion":"1"},{"artifactName":"service-Vfw20210629073702-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar","artifactChecksum":"OTRkODM2MjY4Njg0NmRhODc0MDMzN2IxMjk3OWQ4ODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"748b85ad-a55e-49c7-b80e-4f7e935f7bdf","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-29T07:40:14.391Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:40:14.396Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:40:14.403Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:40:14.403Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952413757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:14.503Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-06-29T07:40:14.506Z||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-06-29T07:40:14.506Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:40:14.517Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:40:14.517Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:40:15.408Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:40:15.408Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:40:15.409Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:40:15.409Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952413757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:40:15.510Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:40:15.511Z||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-06-29T07:40:15.511Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:40:15.523Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:40:15.523Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:40:16.410Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:40:16.411Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:40:16.413Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:40:16.413Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952413757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:40:16.513Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:40:16.514Z||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-06-29T07:40:16.514Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:40:16.524Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:40:16.525Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:40:17.413Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:40:17.414Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:40:17.415Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:40:17.416Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952413757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:17.516Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:40:17.516Z||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-06-29T07:40:17.517Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:40:17.529Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:40:17.529Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:40:18.416Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:40:18.417Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:40:18.418Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:40:18.418Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952413757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-29T07:40:18.518Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:40:18.519Z||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-06-29T07:40:18.519Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:40:18.532Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:40:18.532Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:40:19.419Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:40:19.419Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:40:19.421Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:40:19.421Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952413757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:40:19.521Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:40:19.522Z||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-06-29T07:40:19.522Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:40:19.533Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:40:19.533Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:40:20.422Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:40:20.422Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:40:20.425Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:40:20.425Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952413757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:40:20.525Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:40:20.526Z||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-06-29T07:40:20.526Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:40:20.537Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:40:20.537Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:40:21.427Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "serviceName": "vFW 2021-06-29 07-37-02",
  "serviceVersion": "1.0",
  "serviceUUID": "685907ca-aaf9-4da4-a59e-2b2c26428362",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "227a7c83-bfee-4227-b032-a359b15359b1",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e92beb6-b2d2 0",
      "resourceCustomizationUUID": "c60ae2d5-0054-41e6-952f-a0427a9fcace",
      "resourceName": "vFW 8e92beb6-b2d2",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "467dc42c-147b-41d2-962a-e890c633c620",
      "resourceInvariantUUID": "bb7e5d63-80f2-4f70-ad44-43b028627da1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e92beb6b2d20_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
          "artifactChecksum": "MjMzOGE5MjQ4MDBkNmVjNDBkMjljZWY5ZDE3OGM4YWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d1c10461-79bc-423d-9a6f-800e4beecef9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8cea0dfb-1a0f-4907-b7a3-c82a6c646ff2",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "60428516-8464-4fc0-b6cd-793cff85fb60",
            "generatedFromUUID": "8cea0dfb-1a0f-4907-b7a3-c82a6c646ff2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "60428516-8464-4fc0-b6cd-793cff85fb60",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210629073702-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
      "artifactChecksum": "OTRkODM2MjY4Njg0NmRhODc0MDMzN2IxMjk3OWQ4ODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "748b85ad-a55e-49c7-b80e-4f7e935f7bdf"
    }
  ],
  "workloadContext": "Production"
}
2021-06-29T07:40:21.427Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-29T07:40:21.427Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 685907ca-aaf9-4da4-a59e-2b2c26428362 ASDC
2021-06-29T07:40:21.522Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:dad150c4-19f8-45e7-845f-5700762d2d88
ServiceName:vFW 2021-06-29 07-37-02
ServiceVersion:1.0
ServiceUUID:685907ca-aaf9-4da4-a59e-2b2c26428362
ServiceInvariantUUID:227a7c83-bfee-4227-b032-a359b15359b1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210629073702-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar
ArtifactUUID:748b85ad-a55e-49c7-b80e-4f7e935f7bdf
ArtifactChecksum:OTRkODM2MjY4Njg0NmRhODc0MDMzN2IxMjk3OWQ4ODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e92beb6-b2d2 0
ResourceCustomizationUUID:c60ae2d5-0054-41e6-952f-a0427a9fcace
ResourceInvariantUUID:bb7e5d63-80f2-4f70-ad44-43b028627da1
ResourceName:vFW 8e92beb6-b2d2
ResourceType:VF
ResourceUUID:467dc42c-147b-41d2-962a-e890c633c620
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e92beb6b2d20_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json
ArtifactUUID:d1c10461-79bc-423d-9a6f-800e4beecef9
ArtifactChecksum:MjMzOGE5MjQ4MDBkNmVjNDBkMjljZWY5ZDE3OGM4YWM=
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/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml
ArtifactUUID:8cea0dfb-1a0f-4907-b7a3-c82a6c646ff2
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/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env
ArtifactUUID:60428516-8464-4fc0-b6cd-793cff85fb60
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/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env
ArtifactUUID:60428516-8464-4fc0-b6cd-793cff85fb60
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-29T07:40:21.522Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 685907ca-aaf9-4da4-a59e-2b2c26428362 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-06-29T07:40:21.776Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-29T07:40:21.777Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:40:21.778Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:40:21.778Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 748b85ad-a55e-49c7-b80e-4f7e935f7bdf from URL: /sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar
2021-06-29T07:40:21.778Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:40:21.779Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar
2021-06-29T07:40:24.015Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:40:24.030Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar 748b85ad-a55e-49c7-b80e-4f7e935f7bdf 110283
2021-06-29T07:40:24.031Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar ASDC sendASDCNotification
2021-06-29T07:40:24.031Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar
2021-06-29T07:40:24.031Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:40:24.032Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:40:24.034Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:40:24.034Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952424030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:40:24.134Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:40:24.135Z||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-06-29T07:40:24.135Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:40:24.146Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:40:24.146Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:40:25.034Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-29T07:40:25.035Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:40:25.036Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 748b85ad-a55e-49c7-b80e-4f7e935f7bdf, URL: /sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar to file: /app/ASDC/1/service-Vfw20210629073702-csar.csar
2021-06-29T07:40:25.036Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210629073702-csar.csar
2021-06-29T07:40:25.159Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210629073702-csar.csar
2021-06-29T07:40:25.160Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210629073702-csar.csar
2021-06-29T07:40:25.658Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10195565604969312753/Definitions/service-Vfw20210629073702-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-06-29T07:40:27.926Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-29T07:40:27.931Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-29T07:40:27.931Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210629073702-csar.csar
2021-06-29T07:40:27.932Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-06-29T07:40:27.932Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||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-Vfw20210629073702-csar.csar
2021-06-29T07:40:27.932Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||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-Vfw20210629073702-csar.csar
2021-06-29T07:40:27.932Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||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-Vfw20210629073702-csar.csar
2021-06-29T07:40:27.932Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210629073702-csar.csar
2021-06-29T07:40:27.932Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210629073702-csar.csar
2021-06-29T07:40:27.932Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||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-Vfw20210629073702-csar.csar
2021-06-29T07:40:27.932Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e92beb6-b2d2 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-Vfw20210629073702-csar.csar
2021-06-29T07:40:27.932Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e92beb6-b2d2 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210629073702-csar.csar
2021-06-29T07:40:27.933Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||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-Vfw20210629073702-csar.csar
2021-06-29T07:40:27.933Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||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-Vfw20210629073702-csar.csar
2021-06-29T07:40:27.933Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210629073702-csar.csar
2021-06-29T07:40:27.933Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||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-Vfw20210629073702-csar.csar
2021-06-29T07:40:27.933Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210629073702-csar.csar
2021-06-29T07:40:27.933Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||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-Vfw20210629073702-csar.csar
2021-06-29T07:40:27.933Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-29T07:40:27.939Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:27.940Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-29 07-37-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:40:27.943Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vFW 8e92beb6-b2d2 0 is matching search criteria
2021-06-29T07:40:27.943Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-29T07:40:27.945Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8e92beb6-b2d2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-29T07:40:27.946Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:27.946Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-29 07-37-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:40:27.947Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vFW 8e92beb6-b2d2 0 is matching search criteria
2021-06-29T07:40:27.947Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-29T07:40:27.947Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8e92beb6-b2d2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-29T07:40:27.947Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:27.947Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-29 07-37-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:40:27.950Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:27.951Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vFW 8e92beb6-b2d2 0 is not matching search criteria
2021-06-29T07:40:27.951Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-29T07:40:27.951Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-29T07:40:27.951Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-29T07:40:27.951Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-29T07:40:27.951Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-29T07:40:27.951Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-29T07:40:27.951Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-29T07:40:27.952Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-29T07:40:27.952Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-29T07:40:27.952Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-29T07:40:27.952Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-29T07:40:27.952Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-29T07:40:27.952Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-29T07:40:27.952Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-29T07:40:27.952Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-29T07:40:27.952Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-29T07:40:27.953Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:27.953Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-29 07-37-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-29T07:40:27.954Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:27.954Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vFW 8e92beb6-b2d2 0 is matching search criteria
2021-06-29T07:40:27.954Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8e92beb6-b2d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:40:27.954Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:27.954Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vFW 8e92beb6-b2d2 0 is matching search criteria
2021-06-29T07:40:27.954Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8e92beb6-b2d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:40:27.955Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:27.955Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vFW 8e92beb6-b2d2 0 is matching search criteria
2021-06-29T07:40:27.955Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8e92beb6-b2d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:40:27.955Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:27.955Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vFW 8e92beb6-b2d2 0 is not matching search criteria
2021-06-29T07:40:27.955Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-29T07:40:27.955Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-29T07:40:27.956Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-29T07:40:27.956Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-29T07:40:27.956Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-29T07:40:27.956Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-29T07:40:27.956Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-29T07:40:27.956Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-29T07:40:27.956Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-29T07:40:27.956Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-29T07:40:27.956Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-29T07:40:27.957Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b6e2d945-656d-4d00-9c8d-957a2c548fc9
2021-06-29T07:40:27.957Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:27.957Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vFW 8e92beb6-b2d2 0 is not matching search criteria
2021-06-29T07:40:27.957Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-29T07:40:27.957Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-29T07:40:27.957Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-29T07:40:27.957Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-29T07:40:27.957Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-29T07:40:27.958Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-29T07:40:27.958Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-29T07:40:27.958Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-29T07:40:27.958Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-29T07:40:27.958Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-29T07:40:27.958Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-29T07:40:27.958Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-29T07:40:27.958Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=474901c4-7fbb-46f4-b167-b4b46e2266e0
2021-06-29T07:40:27.958Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:27.959Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vFW 8e92beb6-b2d2 0 is not matching search criteria
2021-06-29T07:40:27.959Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-29T07:40:27.959Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-29T07:40:27.959Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-29T07:40:27.969Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-29T07:40:27.969Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-29T07:40:27.969Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-29T07:40:27.969Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-29T07:40:27.969Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-29T07:40:27.970Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-29T07:40:27.970Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-29T07:40:27.970Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-29T07:40:27.970Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-29T07:40:27.970Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=918d54aa-b036-4fe0-ac34-fdeeb7bc5b0d
2021-06-29T07:40:27.970Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:27.970Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-29 07-37-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:40:27.970Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:27.971Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-29 07-37-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:40:27.971Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:27.971Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-29 07-37-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:40:27.971Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:27.971Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-29 07-37-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:40:27.971Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-06-29 07-37-02
Description:catalog service description
Model UUID:685907ca-aaf9-4da4-a59e-2b2c26428362
Model Version:NULL
Model InvariantUuid:227a7c83-bfee-4227-b032-a359b15359b1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e92beb6-b2d2
Model UUID:3af3f5a4-2b55-4521-952b-9f5f684117be
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bb7e5d63-80f2-4f70-ad44-43b028627da1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c60ae2d5-0054-41e6-952f-a0427a9fcace
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:90d9fe3d-1008-4ce9-98c2-5232ff86c787
ModelName:Vfw8e92beb6B2d2..base_vfw..module-0
ModelUuid:4424f084-d79b-49ba-9a71-357adcc6a490
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b6e2d945-656d-4d00-9c8d-957a2c548fc9
ModelInvariantUuid:0939d470-0ee4-4685-84ca-aafd171b722a
ModelName:vFW 8e92beb6-b2d2-nodes.vfwCvfc
ModelUuid:188b8593-0f69-4756-a149-2b906e8fddb0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e6553ec7-878d-4486-8fc7-6d0dcf3d4850
ModelInvariantUuid:77092149-f28a-4a02-aa96-303ea41a8136
ModelName:Vfw8e92beb6B2d2.compute.nodes.heat.vfw
ModelUuid:cb720a31-dc27-4e6f-91a7-9796d198ea4c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:474901c4-7fbb-46f4-b167-b4b46e2266e0
ModelInvariantUuid:9373b6ef-2e2c-4600-b4cd-551cc13afe43
ModelName:vFW 8e92beb6-b2d2-nodes.vsnCvfc
ModelUuid:0321a502-6aa2-4e38-9e28-f041c4140175
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b5bbe03c-eaf0-4a65-80ad-db890d18dba5
ModelInvariantUuid:924876b2-adcb-4471-af69-dad9ff245c13
ModelName:Vfw8e92beb6B2d2.compute.nodes.heat.vsn
ModelUuid:db83ea91-1833-401a-8659-51596739f429
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:918d54aa-b036-4fe0-ac34-fdeeb7bc5b0d
ModelInvariantUuid:42464a89-91ef-4618-8df8-1f2843970e49
ModelName:vFW 8e92beb6-b2d2-nodes.vpgCvfc
ModelUuid:ee262a87-4e07-4b9c-bc21-4b991ea4bc46
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:5b638ecc-9441-4f7b-acd7-8668153aaed0
ModelInvariantUuid:b0f1117f-3763-45db-b571-4860821abcdc
ModelName:Vfw8e92beb6B2d2.compute.nodes.heat.vpg
ModelUuid:8b08d8ee-4016-44da-afc5-64c08175292f
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-06-29T07:40:27.992Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 467dc42c-147b-41d2-962a-e890c633c620
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-06-29T07:40:28.076Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||vFW 8e92beb6-b2d2 0
2021-06-29T07:40:28.082Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 467dc42c-147b-41d2-962a-e890c633c620
2021-06-29T07:40:28.082Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d1c10461-79bc-423d-9a6f-800e4beecef9 from URL: /sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json
2021-06-29T07:40:28.082Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:40:28.082Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json
2021-06-29T07:40:28.559Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:40:28.560Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json d1c10461-79bc-423d-9a6f-800e4beecef9 785
2021-06-29T07:40:28.560Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json ASDC sendASDCNotification
2021-06-29T07:40:28.560Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json
2021-06-29T07:40:28.560Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:40:28.561Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:40:28.563Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:40:28.563Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952428560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:40:28.663Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:40:28.664Z||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-06-29T07:40:28.664Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:40:28.676Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:40:28.676Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:40:29.564Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8e92beb6B2d2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "90d9fe3d-1008-4ce9-98c2-5232ff86c787",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4424f084-d79b-49ba-9a71-357adcc6a490",
    "vfModuleModelCustomizationUUID": "1e7a9049-157e-4fff-9e8d-b0e2c6d089d2",
    "isBase": true,
    "artifacts": [
      "8cea0dfb-1a0f-4907-b7a3-c82a6c646ff2",
      "60428516-8464-4fc0-b6cd-793cff85fb60"
    ],
    "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-06-29T07:40:29.586Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8e92beb6B2d2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4424f084-d79b-49ba-9a71-357adcc6a490
VfModuleModelInvariantUUID:90d9fe3d-1008-4ce9-98c2-5232ff86c787
VfModuleModelDescription:NULL
Artifacts UUID List:{
8cea0dfb-1a0f-4907-b7a3-c82a6c646ff2
,
60428516-8464-4fc0-b6cd-793cff85fb60

}
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-06-29T07:40:29.588Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8e92beb6B2d2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "90d9fe3d-1008-4ce9-98c2-5232ff86c787",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4424f084-d79b-49ba-9a71-357adcc6a490",
    "vfModuleModelCustomizationUUID": "1e7a9049-157e-4fff-9e8d-b0e2c6d089d2",
    "isBase": true,
    "artifacts": [
      "8cea0dfb-1a0f-4907-b7a3-c82a6c646ff2",
      "60428516-8464-4fc0-b6cd-793cff85fb60"
    ],
    "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-06-29T07:40:29.589Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8e92beb6B2d2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4424f084-d79b-49ba-9a71-357adcc6a490
VfModuleModelInvariantUUID:90d9fe3d-1008-4ce9-98c2-5232ff86c787
VfModuleModelDescription:NULL
Artifacts UUID List:{
8cea0dfb-1a0f-4907-b7a3-c82a6c646ff2
,
60428516-8464-4fc0-b6cd-793cff85fb60

}
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-06-29T07:40:29.589Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8cea0dfb-1a0f-4907-b7a3-c82a6c646ff2 from URL: /sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml
2021-06-29T07:40:29.589Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:40:29.589Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml
2021-06-29T07:40:30.098Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:40:30.099Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml 8cea0dfb-1a0f-4907-b7a3-c82a6c646ff2 20368
2021-06-29T07:40:30.099Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-29T07:40:30.099Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml
2021-06-29T07:40:30.099Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:40:30.100Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:40:30.101Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:40:30.101Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952430099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:40:30.202Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-29T07:40:30.202Z||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-06-29T07:40:30.202Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:40:30.215Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:40:30.215Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:40:31.102Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 60428516-8464-4fc0-b6cd-793cff85fb60 from URL: /sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env
2021-06-29T07:40:31.102Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:40:31.102Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env
2021-06-29T07:40:31.310Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:40:31.311Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env 60428516-8464-4fc0-b6cd-793cff85fb60 2098
2021-06-29T07:40:31.311Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-29T07:40:31.311Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env
2021-06-29T07:40:31.311Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:40:31.311Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:40:31.313Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:40:31.313Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952431311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:40:31.413Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:40:31.414Z||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-06-29T07:40:31.414Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:40:31.427Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:40:31.427Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:40:32.314Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 685907ca-aaf9-4da4-a59e-2b2c26428362
2021-06-29T07:40:32.314Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8e92beb6-b2d2 0 467dc42c-147b-41d2-962a-e890c633c620 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-06-29T07:40:32.358Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:32.359Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-29 07-37-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:40:32.359Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-06-29T07:40:32.360Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c60ae2d5-0054-41e6-952f-a0427a9fcace
2021-06-29T07:40:32.360Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c60ae2d5-0054-41e6-952f-a0427a9fcace matches Tosca VF Customization UUID: c60ae2d5-0054-41e6-952f-a0427a9fcace
2021-06-29T07:40:32.360Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c60ae2d5-0054-41e6-952f-a0427a9fcace  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-06-29T07:40:32.367Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:32.367Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-29 07-37-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:40:32.368Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c60ae2d5-0054-41e6-952f-a0427a9fcace: {\"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-06-29T07:40:32.369Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e9d675e
2021-06-29T07:40:32.369Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:32.369Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-29 07-37-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-29T07:40:32.370Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1e7a9049-157e-4fff-9e8d-b0e2c6d089d2
2021-06-29T07:40:32.371Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1e7a9049-157e-4fff-9e8d-b0e2c6d089d2
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-06-29T07:40:32.376Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:32.376Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vFW 8e92beb6-b2d2 0 is matching search criteria
2021-06-29T07:40:32.377Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8e92beb6-b2d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:40:32.377Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:32.377Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vFW 8e92beb6-b2d2 0 is matching search criteria
2021-06-29T07:40:32.378Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8e92beb6-b2d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:40:32.378Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:32.378Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vFW 8e92beb6-b2d2 0 is not matching search criteria
2021-06-29T07:40:32.378Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-29T07:40:32.378Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-29T07:40:32.379Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-29T07:40:32.379Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-29T07:40:32.379Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-29T07:40:32.379Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-29T07:40:32.379Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-29T07:40:32.379Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-29T07:40:32.379Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-29T07:40:32.380Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-29T07:40:32.380Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-29T07:40:32.380Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b6e2d945-656d-4d00-9c8d-957a2c548fc9
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-06-29T07:40:32.389Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:32.389Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vFW 8e92beb6-b2d2 0 is matching search criteria
2021-06-29T07:40:32.389Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8e92beb6-b2d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:40:32.390Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:32.390Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vFW 8e92beb6-b2d2 0 is not matching search criteria
2021-06-29T07:40:32.390Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-29T07:40:32.390Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-29T07:40:32.391Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-29T07:40:32.391Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-29T07:40:32.391Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-29T07:40:32.391Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-29T07:40:32.391Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-29T07:40:32.392Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-29T07:40:32.392Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-29T07:40:32.392Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-29T07:40:32.392Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-29T07:40:32.392Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-29T07:40:32.393Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=474901c4-7fbb-46f4-b167-b4b46e2266e0
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-06-29T07:40:32.394Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:32.395Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vFW 8e92beb6-b2d2 0 is matching search criteria
2021-06-29T07:40:32.395Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8e92beb6-b2d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:40:32.397Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:32.397Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vFW 8e92beb6-b2d2 0 is not matching search criteria
2021-06-29T07:40:32.397Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-29T07:40:32.397Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-29T07:40:32.398Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-29T07:40:32.398Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-29T07:40:32.398Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-29T07:40:32.398Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-29T07:40:32.398Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-29T07:40:32.398Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-29T07:40:32.399Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-29T07:40:32.399Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-29T07:40:32.399Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-29T07:40:32.399Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-29T07:40:32.399Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=918d54aa-b036-4fe0-ac34-fdeeb7bc5b0d
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-06-29T07:40:32.401Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:32.401Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vFW 8e92beb6-b2d2 0 is matching search criteria
2021-06-29T07:40:32.401Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8e92beb6-b2d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:40:32.401Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:32.401Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Node template vFW 8e92beb6-b2d2 0 is matching search criteria
2021-06-29T07:40:32.402Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8e92beb6-b2d2 0] matching following query criteria: sdcType=VF, customizationUUID=c60ae2d5-0054-41e6-952f-a0427a9fcace
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-06-29T07:40:32.403Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:32.403Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-29 07-37-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:40:32.403Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 685907ca-aaf9-4da4-a59e-2b2c26428362: vFW 8e92beb6-b2d2
2021-06-29T07:40:32.404Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:32.404Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-29 07-37-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:40:32.404Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:32.404Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-29 07-37-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:40:32.404Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:32.404Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-29 07-37-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:40:32.405Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:32.405Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-29 07-37-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:40:32.405Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:40:32.405Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-29 07-37-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:40:32.405Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-06-29 07-37-02 
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-06-29T07:40:32.638Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8e92beb6-b2d2 467dc42c-147b-41d2-962a-e890c633c620 1 ASDC deployResourceStructure
2021-06-29T07:40:32.638Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json ASDC sendASDCNotification
2021-06-29T07:40:32.639Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json
2021-06-29T07:40:32.639Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:40:32.639Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:40:32.640Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:40:32.640Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952432638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:40:32.741Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:40:32.741Z||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-06-29T07:40:32.742Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:40:32.754Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:40:32.755Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:40:33.641Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-29T07:40:33.642Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml
2021-06-29T07:40:33.642Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:40:33.642Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:40:33.643Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:40:33.644Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952433641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-06-29T07:40:33.744Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:40:33.744Z||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-06-29T07:40:33.745Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:40:33.755Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:40:33.755Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:40:34.644Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-29T07:40:34.645Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env
2021-06-29T07:40:34.645Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:40:34.645Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:40:34.647Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:40:34.647Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952434644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-06-29T07:40:34.747Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:40:34.748Z||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-06-29T07:40:34.748Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:40:34.759Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:40:34.760Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:40:35.648Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar ASDC sendASDCNotification
2021-06-29T07:40:35.648Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar
2021-06-29T07:40:35.648Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:40:35.648Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:40:35.650Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:40:35.650Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952435647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:40:35.750Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:40:35.751Z||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-06-29T07:40:35.751Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:40:35.763Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:40:35.763Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:40:36.651Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dad150c4-19f8-45e7-845f-5700762d2d88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:40:36.670Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dad150c4-19f8-45e7-845f-5700762d2d88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:40:36.672Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:40:36.672Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-29T07:40:36.672Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-29T07:41:06.673Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dad150c4-19f8-45e7-845f-5700762d2d88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:41:06.681Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dad150c4-19f8-45e7-845f-5700762d2d88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:41:06.683Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:41:06.683Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-29T07:41:06.684Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-29T07:41:13.758Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:41:13.759Z||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-06-29T07:41:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:41:13.781Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:41:13.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:41:13.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "cds",
  "timestamp": 1624952413828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-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-06-29T07:41:13.790Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dad150c4-19f8-45e7-845f-5700762d2d88
2021-06-29T07:41:13.791Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dad150c4-19f8-45e7-845f-5700762d2d88 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-06-29T07:41:36.684Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dad150c4-19f8-45e7-845f-5700762d2d88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:41:36.694Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dad150c4-19f8-45e7-845f-5700762d2d88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:41:36.697Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:41:36.697Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-29T07:41:36.697Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-29T07:42:06.697Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dad150c4-19f8-45e7-845f-5700762d2d88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:42:06.706Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dad150c4-19f8-45e7-845f-5700762d2d88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:42:06.708Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:42:06.708Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-29T07:42:06.708Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-29T07:42:13.758Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:42:13.759Z||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-06-29T07:42:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:42:13.783Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:42:13.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:42:13.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952414056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:42:13.785Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:42:36.708Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dad150c4-19f8-45e7-845f-5700762d2d88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:42:36.717Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dad150c4-19f8-45e7-845f-5700762d2d88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:42:36.719Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:42:36.719Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-29T07:42:36.719Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-29T07:43:06.719Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dad150c4-19f8-45e7-845f-5700762d2d88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:43:06.727Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dad150c4-19f8-45e7-845f-5700762d2d88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:43:06.729Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:43:06.729Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-29T07:43:06.729Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-29T07:43:13.758Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:43:13.759Z||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-06-29T07:43:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:43:13.776Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:43:14.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952410419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "policy-id",
  "timestamp": 1624952407419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952414174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.290Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952413757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952414409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.291Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624952413920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952410419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952413757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624952413920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952415617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952415721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "policy-id",
  "timestamp": 1624952415788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952416067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952410419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "aai-ml",
  "timestamp": 1624952415421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952413757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624952413920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952416622,
  "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-06-29T07:43:14.302Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dad150c4-19f8-45e7-845f-5700762d2d88
2021-06-29T07:43:14.302Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dad150c4-19f8-45e7-845f-5700762d2d88 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-06-29T07:43:14.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952416732,
  "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-06-29T07:43:14.319Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dad150c4-19f8-45e7-845f-5700762d2d88
2021-06-29T07:43:14.319Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dad150c4-19f8-45e7-845f-5700762d2d88 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-06-29T07:43:14.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "policy-id",
  "timestamp": 1624952416796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:43:14.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952410419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.328Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "aai-ml",
  "timestamp": 1624952415421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.328Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952417225,
  "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-06-29T07:43:14.333Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dad150c4-19f8-45e7-845f-5700762d2d88
2021-06-29T07:43:14.333Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dad150c4-19f8-45e7-845f-5700762d2d88 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-06-29T07:43:14.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952413757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624952413920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952417625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:43:14.340Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952417737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:43:14.340Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "policy-id",
  "timestamp": 1624952417800,
  "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-06-29T07:43:14.344Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dad150c4-19f8-45e7-845f-5700762d2d88
2021-06-29T07:43:14.344Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dad150c4-19f8-45e7-845f-5700762d2d88 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-06-29T07:43:14.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "aai-ml",
  "timestamp": 1624952415421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952418227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:43:14.349Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952413757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624952413920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952418936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "aai-ml",
  "timestamp": 1624952415421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952413757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624952413920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "aai-ml",
  "timestamp": 1624952415421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952413757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624952413920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "aai-ml",
  "timestamp": 1624952415421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "aai-ml",
  "timestamp": 1624952415421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952423246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:43:14.353Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952424030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.353Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952424250,
  "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-06-29T07:43:14.357Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dad150c4-19f8-45e7-845f-5700762d2d88
2021-06-29T07:43:14.357Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dad150c4-19f8-45e7-845f-5700762d2d88 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-06-29T07:43:14.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "clamp",
  "timestamp": 1624952424608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "clamp",
  "timestamp": 1624952424608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "aai-ml",
  "timestamp": 1624952426398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "clamp",
  "timestamp": 1624952424608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "clamp",
  "timestamp": 1624952424608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952428560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "clamp",
  "timestamp": 1624952424608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952430099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.371Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "clamp",
  "timestamp": 1624952424608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "clamp",
  "timestamp": 1624952424608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952431311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.373Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952432638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/vfw8e92beb6b2d20_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:43:14.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952433641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-06-29T07:43:14.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952434644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/resourceInstances/vfw8e92beb6b2d20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-06-29T07:43:14.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952435647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:43:14.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "clamp",
  "timestamp": 1624952439612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "clamp",
  "timestamp": 1624952441616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:43:14.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "clamp",
  "timestamp": 1624952442619,
  "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-06-29T07:43:14.382Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dad150c4-19f8-45e7-845f-5700762d2d88
2021-06-29T07:43:14.383Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dad150c4-19f8-45e7-845f-5700762d2d88 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-06-29T07:43:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "aai-ml",
  "timestamp": 1624952447965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210629073702/1.0/artifacts/service-Vfw20210629073702-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:43:14.390Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "aai-ml",
  "timestamp": 1624952448969,
  "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-06-29T07:43:14.395Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dad150c4-19f8-45e7-845f-5700762d2d88
2021-06-29T07:43:14.395Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dad150c4-19f8-45e7-845f-5700762d2d88 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-06-29T07:43:14.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "cds",
  "timestamp": 1624952442014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952440275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952444789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952441575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952440419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "policy-id",
  "timestamp": 1624952447420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "aai-ml",
  "timestamp": 1624952449972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "cds",
  "timestamp": 1624952442014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952440275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952441575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952444789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952440419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "policy-id",
  "timestamp": 1624952447420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "aai-ml",
  "timestamp": 1624952449972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "cds",
  "timestamp": 1624952442014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952441575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952440275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952444789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952440419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "policy-id",
  "timestamp": 1624952447420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "aai-ml",
  "timestamp": 1624952449972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952444789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "cds",
  "timestamp": 1624952442014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952440275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952441575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952440419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "policy-id",
  "timestamp": 1624952447420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "aai-ml",
  "timestamp": 1624952449972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952440275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "cds",
  "timestamp": 1624952442014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952444789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952441575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952440419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "policy-id",
  "timestamp": 1624952447420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624952453920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "aai-ml",
  "timestamp": 1624952449972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952440275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952444789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952441575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "cds",
  "timestamp": 1624952442014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952440419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "policy-id",
  "timestamp": 1624952447420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "clamp",
  "timestamp": 1624952454608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624952453920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "aai-ml",
  "timestamp": 1624952449972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952444789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952440275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952441575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "cds",
  "timestamp": 1624952442014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952440419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "policy-id",
  "timestamp": 1624952447420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "clamp",
  "timestamp": 1624952454608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624952453920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "aai-ml",
  "timestamp": 1624952449972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "clamp",
  "timestamp": 1624952454608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624952453920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952457673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952457673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "cds",
  "timestamp": 1624952457682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952457680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "policy-id",
  "timestamp": 1624952457689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952457775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "aai-ml",
  "timestamp": 1624952458203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "clamp",
  "timestamp": 1624952454608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624952453920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "cds",
  "timestamp": 1624952458687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-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-06-29T07:43:14.443Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277
2021-06-29T07:43:14.444Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277 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-06-29T07:43:14.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "policy-id",
  "timestamp": 1624952458693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:43:14.451Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "clamp",
  "timestamp": 1624952454608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "dcae-sch",
  "timestamp": 1624952458706,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624952453920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "policy-id",
  "timestamp": 1624952459696,
  "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-06-29T07:43:14.457Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277
2021-06-29T07:43:14.457Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277 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-06-29T07:43:14.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952459922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:43:14.465Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "clamp",
  "timestamp": 1624952454608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "dcae-sch",
  "timestamp": 1624952458706,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952460464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624952453920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952460926,
  "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-06-29T07:43:14.476Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277
2021-06-29T07:43:14.476Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277 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-06-29T07:43:14.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952460961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952461010,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.484Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "clamp",
  "timestamp": 1624952454608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:43:14.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "dcae-sch",
  "timestamp": 1624952458706,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "dcae-sch",
  "timestamp": 1624952458706,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "dcae-sch",
  "timestamp": 1624952458706,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952463360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.486Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "dcae-sch",
  "timestamp": 1624952458706,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952464367,
  "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-06-29T07:43:14.490Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277
2021-06-29T07:43:14.491Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277 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-06-29T07:43:14.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952464464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.497Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952464717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.497Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "dcae-sch",
  "timestamp": 1624952458706,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:43:14.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:43:14.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952465371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:43:14.499Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952465468,
  "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-06-29T07:43:14.503Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277
2021-06-29T07:43:14.503Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277 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-06-29T07:43:14.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952465903,
  "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-06-29T07:43:14.513Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277
2021-06-29T07:43:14.513Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277 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-06-29T07:43:14.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952466471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:43:14.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952466911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:43:14.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "aai-ml",
  "timestamp": 1624952467215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:43:14.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "aai-ml",
  "timestamp": 1624952468218,
  "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-06-29T07:43:14.525Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277
2021-06-29T07:43:14.525Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277 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-06-29T07:43:14.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "clamp",
  "timestamp": 1624952471606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:43:14.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "clamp",
  "timestamp": 1624952472618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:43:14.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:43:14.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:43:14.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "clamp",
  "timestamp": 1624952473620,
  "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-06-29T07:43:14.538Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277
2021-06-29T07:43:14.539Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277 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-06-29T07:43:36.730Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dad150c4-19f8-45e7-845f-5700762d2d88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:43:36.751Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dad150c4-19f8-45e7-845f-5700762d2d88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:43:36.753Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:43:36.753Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-29T07:43:36.753Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-29T07:43:36.753Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-29T07:43:36.753Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:43:36.753Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:43:36.753Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:43:36.754Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:43:36.754Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:43:36.754Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:43:36.754Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||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-06-29T07:43:36.757Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-29T07:44:06.758Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dad150c4-19f8-45e7-845f-5700762d2d88 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-06-29T07:44:06.765Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dad150c4-19f8-45e7-845f-5700762d2d88 and serviceModelVersionId: 685907ca-aaf9-4da4-a59e-2b2c26428362
2021-06-29T07:44:06.765Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 227a7c83-bfee-4227-b032-a359b15359b1
2021-06-29T07:44:13.759Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:44:13.760Z||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-06-29T07:44:13.760Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:44:17.497Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/227a7c83-bfee-4227-b032-a359b15359b1/model-vers/model-ver/685907ca-aaf9-4da4-a59e-2b2c26428362?depth=0
2021-06-29T07:44:17.675Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-29T07:44:18.315Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/227a7c83-bfee-4227-b032-a359b15359b1/model-vers/model-ver/685907ca-aaf9-4da4-a59e-2b2c26428362?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-06-29T07:44:18.319Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/227a7c83-bfee-4227-b032-a359b15359b1/model-vers/model-ver/685907ca-aaf9-4da4-a59e-2b2c26428362?depth=0|INFO|500||Invoke
2021-06-29T07:44:18.440Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/227a7c83-bfee-4227-b032-a359b15359b1/model-vers/model-ver/685907ca-aaf9-4da4-a59e-2b2c26428362?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-29T07:44:18.786Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/227a7c83-bfee-4227-b032-a359b15359b1/model-vers/model-ver/685907ca-aaf9-4da4-a59e-2b2c26428362?depth=0|INFO|500||InvokeReturn
2021-06-29T07:44:18.787Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/227a7c83-bfee-4227-b032-a359b15359b1/model-vers/model-ver/685907ca-aaf9-4da4-a59e-2b2c26428362?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210629-07:44:18:448-85330], vertex-id=[192544], Content-Length=[0], Date=[Tue, 29 Jun 2021 07:44:18 GMT], Content-Type=[application/json]}
2021-06-29T07:44:18.787Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-06-29T07:44:18.791Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-29T07:44:18.791Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||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-06-29T07:44:18.794Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||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-06-29T07:44:18.804Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dad150c4-19f8-45e7-845f-5700762d2d88 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-29T07:44:18.804Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-29T07:44:18.805Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:44:18.806Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:44:18.807Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952658804,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-29T07:44:18.907Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:44:18.908Z||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-06-29T07:44:18.908Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:44:18.920Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:44:18.920Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:44:19.532Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:44:19.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:44:19.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dad150c4-19f8-45e7-845f-5700762d2d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952658804,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-29T07:44:19.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:44:19.817Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:44:19.818Z|dad150c4-19f8-45e7-845f-5700762d2d88|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-06-29T07:44:19.818Z|dad150c4-19f8-45e7-845f-5700762d2d88|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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:44:24.131Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:44:24.131Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-29T07:44:24.132Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6b1581cc-4d76-4ac8-bcd2-8047c7e8e277","serviceName":"basic_onboard_PADKpg","serviceVersion":"1.0","serviceUUID":"299b61ee-feb8-4d34-a17c-7fd46afd9acc","serviceDescription":"service","serviceInvariantUUID":"455a7c2f-b78d-4543-97a2-aa2f56882501","resources":[{"resourceInstanceName":"basic_onboard_PADKpg 0","resourceName":"basic_onboard_PADKpg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a39d57da-9a4f-4aca-a90e-9b52cd9f15ab","resourceInvariantUUID":"687a135e-7b86-4f3f-8edd-78fa4f07018f","resourceCustomizationUUID":"ec075ba3-7c79-408c-8ba1-9c0f817d34b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vf-license-model.xml","artifactChecksum":"MWYwMzMzOWEyOTZiZGM1MTE5ODQzYTA0NWZmZjk4NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c5d683c-39c4-4594-a410-6a472d8765d4","artifactVersion":"1"},{"artifactName":"basic_onboard_padkpg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json","artifactChecksum":"MDk3Mzk4ZGMzNzFiMzY1MDIyMTQ1ZjNmMzQ4ZDE1OGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3fe3c4d6-1405-4258-9419-ac78d21d37f4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9678f26d-806a-442b-a5de-8455f421567b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0f1bdc0-51fa-468b-806c-583fcd155eb1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ab620d56-3a99-4f7c-96b7-696e0fb80fa3","artifactVersion":"2","generatedFromUUID":"9678f26d-806a-442b-a5de-8455f421567b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPadkpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-template.yml","artifactChecksum":"OGEwMTk0MGMzMDhiNDBiNWY4MWZiMTg4Mzk2OTA5ZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1dee9c98-5d9a-4a5a-8bf2-d06cc724dd15","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPadkpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar","artifactChecksum":"MzY4NzQxMTc2MmQ1NTQwODI5Mzg0MDdjNGJkNjc2NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0cd9ff5e-d601-47f0-935d-db0743a3a522","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-29T07:44:24.134Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:44:24.134Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:44:24.136Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:44:24.136Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952659817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:44:24.237Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-29T07:44:24.238Z||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-06-29T07:44:24.238Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:44:24.250Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:44:24.252Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:44:25.137Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:44:25.138Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:44:25.139Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:44:25.139Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952659817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:44:25.240Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:44:25.240Z||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-06-29T07:44:25.241Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:44:25.251Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:44:25.252Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:44:26.140Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:44:26.141Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:44:26.142Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:44:26.143Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952659817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:44:26.243Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:44:26.244Z||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-06-29T07:44:26.245Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:44:26.255Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:44:26.256Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:44:27.143Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:44:27.144Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:44:27.145Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:44:27.146Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952659817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:44:27.246Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:44:27.247Z||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-06-29T07:44:27.247Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:44:27.258Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:44:27.259Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:44:28.147Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:44:28.147Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:44:28.149Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:44:28.149Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952659817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-29T07:44:28.249Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:44:28.250Z||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-06-29T07:44:28.250Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:44:28.262Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:44:28.262Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:44:29.149Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:44:29.150Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:44:29.151Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:44:29.152Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952659817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:44:29.252Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:44:29.253Z||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-06-29T07:44:29.253Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:44:29.264Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:44:29.264Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:44:30.152Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:44:30.153Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:44:30.154Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:44:30.154Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952659817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:44:30.254Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:44:30.255Z||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-06-29T07:44:30.256Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:44:30.271Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:44:30.272Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:44:31.156Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "serviceName": "basic_onboard_PADKpg",
  "serviceVersion": "1.0",
  "serviceUUID": "299b61ee-feb8-4d34-a17c-7fd46afd9acc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "455a7c2f-b78d-4543-97a2-aa2f56882501",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_PADKpg 0",
      "resourceCustomizationUUID": "ec075ba3-7c79-408c-8ba1-9c0f817d34b6",
      "resourceName": "basic_onboard_PADKpg",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a39d57da-9a4f-4aca-a90e-9b52cd9f15ab",
      "resourceInvariantUUID": "687a135e-7b86-4f3f-8edd-78fa4f07018f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_padkpg0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
          "artifactChecksum": "MDk3Mzk4ZGMzNzFiMzY1MDIyMTQ1ZjNmMzQ4ZDE1OGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3fe3c4d6-1405-4258-9419-ac78d21d37f4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9678f26d-806a-442b-a5de-8455f421567b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ab620d56-3a99-4f7c-96b7-696e0fb80fa3",
            "generatedFromUUID": "9678f26d-806a-442b-a5de-8455f421567b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ab620d56-3a99-4f7c-96b7-696e0fb80fa3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardPadkpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
      "artifactChecksum": "MzY4NzQxMTc2MmQ1NTQwODI5Mzg0MDdjNGJkNjc2NDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0cd9ff5e-d601-47f0-935d-db0743a3a522"
    }
  ],
  "workloadContext": "Production"
}
2021-06-29T07:44:31.156Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-29T07:44:31.156Z|dad150c4-19f8-45e7-845f-5700762d2d88|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 299b61ee-feb8-4d34-a17c-7fd46afd9acc ASDC
2021-06-29T07:44:31.156Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6b1581cc-4d76-4ac8-bcd2-8047c7e8e277
ServiceName:basic_onboard_PADKpg
ServiceVersion:1.0
ServiceUUID:299b61ee-feb8-4d34-a17c-7fd46afd9acc
ServiceInvariantUUID:455a7c2f-b78d-4543-97a2-aa2f56882501
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPadkpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar
ArtifactUUID:0cd9ff5e-d601-47f0-935d-db0743a3a522
ArtifactChecksum:MzY4NzQxMTc2MmQ1NTQwODI5Mzg0MDdjNGJkNjc2NDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_PADKpg 0
ResourceCustomizationUUID:ec075ba3-7c79-408c-8ba1-9c0f817d34b6
ResourceInvariantUUID:687a135e-7b86-4f3f-8edd-78fa4f07018f
ResourceName:basic_onboard_PADKpg
ResourceType:VF
ResourceUUID:a39d57da-9a4f-4aca-a90e-9b52cd9f15ab
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_padkpg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json
ArtifactUUID:3fe3c4d6-1405-4258-9419-ac78d21d37f4
ArtifactChecksum:MDk3Mzk4ZGMzNzFiMzY1MDIyMTQ1ZjNmMzQ4ZDE1OGU=
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/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9678f26d-806a-442b-a5de-8455f421567b
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/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env
ArtifactUUID:ab620d56-3a99-4f7c-96b7-696e0fb80fa3
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/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env
ArtifactUUID:ab620d56-3a99-4f7c-96b7-696e0fb80fa3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-29T07:44:31.156Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 299b61ee-feb8-4d34-a17c-7fd46afd9acc 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-06-29T07:44:31.188Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-29T07:44:31.188Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:44:31.189Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:44:31.189Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0cd9ff5e-d601-47f0-935d-db0743a3a522 from URL: /sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar
2021-06-29T07:44:31.189Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:44:31.189Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar
2021-06-29T07:44:31.401Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:44:31.404Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar 0cd9ff5e-d601-47f0-935d-db0743a3a522 74853
2021-06-29T07:44:31.405Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar ASDC sendASDCNotification
2021-06-29T07:44:31.405Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar
2021-06-29T07:44:31.405Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:44:31.405Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:44:31.407Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:44:31.407Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952671405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:44:31.507Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:44:31.508Z||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-06-29T07:44:31.508Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:44:31.520Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:44:31.520Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:44:32.408Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-29T07:44:32.409Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:44:32.409Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 0cd9ff5e-d601-47f0-935d-db0743a3a522, URL: /sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar to file: /app/ASDC/1/service-BasicOnboardPadkpg-csar.csar
2021-06-29T07:44:32.410Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPadkpg-csar.csar
2021-06-29T07:44:32.410Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPadkpg-csar.csar
2021-06-29T07:44:32.410Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPadkpg-csar.csar
2021-06-29T07:44:32.530Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8929546852639512316/Definitions/service-BasicOnboardPadkpg-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-06-29T07:44:33.739Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-29T07:44:33.740Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-29T07:44:33.740Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPadkpg-csar.csar
2021-06-29T07:44:33.740Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-06-29T07:44:33.740Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PADKpg 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-BasicOnboardPadkpg-csar.csar
2021-06-29T07:44:33.740Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||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-BasicOnboardPadkpg-csar.csar
2021-06-29T07:44:33.740Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||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-BasicOnboardPadkpg-csar.csar
2021-06-29T07:44:33.740Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||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-BasicOnboardPadkpg-csar.csar
2021-06-29T07:44:33.740Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||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-BasicOnboardPadkpg-csar.csar
2021-06-29T07:44:33.741Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPadkpg-csar.csar
2021-06-29T07:44:33.741Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPadkpg-csar.csar
2021-06-29T07:44:33.741Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||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-BasicOnboardPadkpg-csar.csar
2021-06-29T07:44:33.741Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PADKpg 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPadkpg-csar.csar
2021-06-29T07:44:33.741Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||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-BasicOnboardPadkpg-csar.csar
2021-06-29T07:44:33.741Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-29T07:44:33.741Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:33.741Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_PADKpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:44:33.742Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_PADKpg 0 is matching search criteria
2021-06-29T07:44:33.742Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-29T07:44:33.742Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_PADKpg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-29T07:44:33.742Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:33.742Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_PADKpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:44:33.742Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_PADKpg 0 is matching search criteria
2021-06-29T07:44:33.742Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-29T07:44:33.743Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_PADKpg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-29T07:44:33.743Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:33.743Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_PADKpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:44:33.743Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:33.743Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_PADKpg 0 is not matching search criteria
2021-06-29T07:44:33.743Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-06-29T07:44:33.744Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-06-29T07:44:33.744Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-06-29T07:44:33.744Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-29T07:44:33.744Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-29T07:44:33.744Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:33.744Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_PADKpg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-29T07:44:33.744Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:33.745Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_PADKpg 0 is matching search criteria
2021-06-29T07:44:33.745Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_PADKpg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:44:33.745Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:33.745Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_PADKpg 0 is matching search criteria
2021-06-29T07:44:33.745Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_PADKpg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:44:33.745Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:33.746Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_PADKpg 0 is matching search criteria
2021-06-29T07:44:33.746Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_PADKpg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:44:33.746Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:33.746Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_PADKpg 0 is not matching search criteria
2021-06-29T07:44:33.746Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-29T07:44:33.746Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-29T07:44:33.746Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=be5cd90f-d00f-4cb7-9a82-c76a5bfce6f6
2021-06-29T07:44:33.747Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:33.747Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_PADKpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:44:33.747Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:33.747Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_PADKpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:44:33.747Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:33.747Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_PADKpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:44:33.747Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:33.747Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_PADKpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:44:33.748Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_PADKpg
Description:service
Model UUID:299b61ee-feb8-4d34-a17c-7fd46afd9acc
Model Version:NULL
Model InvariantUuid:455a7c2f-b78d-4543-97a2-aa2f56882501
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_PADKpg
Model UUID:86490f31-4a20-474b-b8bb-63dc25863dec
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:687a135e-7b86-4f3f-8edd-78fa4f07018f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ec075ba3-7c79-408c-8ba1-9c0f817d34b6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:754a8932-c315-4d9b-b276-f7b4476cdc8f
ModelName:BasicOnboardPadkpg..base_ubuntu18..module-0
ModelUuid:c1678cf6-0a19-47bd-8eaf-a01fc6631bf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:be5cd90f-d00f-4cb7-9a82-c76a5bfce6f6
ModelInvariantUuid:c24fd077-219c-4791-a011-e92ef83d536b
ModelName:basic_onboard_PADKpg-nodes.ubuntu18Cvfc
ModelUuid:3c4a4369-f723-4f43-8241-d9164f58455a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:c715b720-ba17-41cb-aae2-efa9f4c3b58e
ModelInvariantUuid:9cc65fe4-ad29-4f7f-913d-b0bd3d05d910
ModelName:BasicOnboardPadkpg.compute.nodes.heat.ubuntu18
ModelUuid:c9c62087-26d1-4d30-8740-7eef1d71e2a0
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-06-29T07:44:33.752Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: a39d57da-9a4f-4aca-a90e-9b52cd9f15ab
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-06-29T07:44:33.754Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||basic_onboard_PADKpg 0
2021-06-29T07:44:33.754Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a39d57da-9a4f-4aca-a90e-9b52cd9f15ab
2021-06-29T07:44:33.754Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3fe3c4d6-1405-4258-9419-ac78d21d37f4 from URL: /sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json
2021-06-29T07:44:33.755Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:44:33.755Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json
2021-06-29T07:44:33.926Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:44:33.926Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json 3fe3c4d6-1405-4258-9419-ac78d21d37f4 798
2021-06-29T07:44:33.926Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json ASDC sendASDCNotification
2021-06-29T07:44:33.927Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json
2021-06-29T07:44:33.927Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:44:33.927Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:44:33.929Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:44:33.929Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952673926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:44:34.029Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:44:34.030Z||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-06-29T07:44:34.031Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:44:34.041Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:44:34.041Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:44:34.929Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPadkpg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "754a8932-c315-4d9b-b276-f7b4476cdc8f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c1678cf6-0a19-47bd-8eaf-a01fc6631bf4",
    "vfModuleModelCustomizationUUID": "1e29eb69-efff-44fa-9184-395ce541263e",
    "isBase": true,
    "artifacts": [
      "9678f26d-806a-442b-a5de-8455f421567b",
      "ab620d56-3a99-4f7c-96b7-696e0fb80fa3"
    ],
    "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-06-29T07:44:34.933Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPadkpg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c1678cf6-0a19-47bd-8eaf-a01fc6631bf4
VfModuleModelInvariantUUID:754a8932-c315-4d9b-b276-f7b4476cdc8f
VfModuleModelDescription:NULL
Artifacts UUID List:{
9678f26d-806a-442b-a5de-8455f421567b
,
ab620d56-3a99-4f7c-96b7-696e0fb80fa3

}
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-06-29T07:44:34.935Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPadkpg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "754a8932-c315-4d9b-b276-f7b4476cdc8f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c1678cf6-0a19-47bd-8eaf-a01fc6631bf4",
    "vfModuleModelCustomizationUUID": "1e29eb69-efff-44fa-9184-395ce541263e",
    "isBase": true,
    "artifacts": [
      "9678f26d-806a-442b-a5de-8455f421567b",
      "ab620d56-3a99-4f7c-96b7-696e0fb80fa3"
    ],
    "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-06-29T07:44:34.936Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPadkpg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c1678cf6-0a19-47bd-8eaf-a01fc6631bf4
VfModuleModelInvariantUUID:754a8932-c315-4d9b-b276-f7b4476cdc8f
VfModuleModelDescription:NULL
Artifacts UUID List:{
9678f26d-806a-442b-a5de-8455f421567b
,
ab620d56-3a99-4f7c-96b7-696e0fb80fa3

}
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-06-29T07:44:34.936Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9678f26d-806a-442b-a5de-8455f421567b from URL: /sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml
2021-06-29T07:44:34.936Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:44:34.936Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml
2021-06-29T07:44:35.396Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:44:35.397Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml 9678f26d-806a-442b-a5de-8455f421567b 5033
2021-06-29T07:44:35.397Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-29T07:44:35.397Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml
2021-06-29T07:44:35.397Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:44:35.398Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:44:35.399Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:44:35.400Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952675397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:44:35.500Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:44:35.501Z||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-06-29T07:44:35.501Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:44:35.511Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:44:35.512Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:44:36.400Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ab620d56-3a99-4f7c-96b7-696e0fb80fa3 from URL: /sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env
2021-06-29T07:44:36.401Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:44:36.401Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env
2021-06-29T07:44:36.972Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:44:36.973Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env ab620d56-3a99-4f7c-96b7-696e0fb80fa3 909
2021-06-29T07:44:36.973Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-29T07:44:36.973Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env
2021-06-29T07:44:36.973Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:44:36.974Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:44:36.975Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:44:36.975Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952676973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:44:37.076Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:44:37.076Z||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-06-29T07:44:37.077Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:44:37.090Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:44:37.090Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:44:37.976Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 299b61ee-feb8-4d34-a17c-7fd46afd9acc
2021-06-29T07:44:37.977Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PADKpg 0 a39d57da-9a4f-4aca-a90e-9b52cd9f15ab 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-06-29T07:44:37.987Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:37.988Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_PADKpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:44:37.988Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-06-29T07:44:37.988Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ec075ba3-7c79-408c-8ba1-9c0f817d34b6
2021-06-29T07:44:37.988Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ec075ba3-7c79-408c-8ba1-9c0f817d34b6 matches Tosca VF Customization UUID: ec075ba3-7c79-408c-8ba1-9c0f817d34b6
2021-06-29T07:44:37.988Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ec075ba3-7c79-408c-8ba1-9c0f817d34b6  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-06-29T07:44:37.990Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:37.990Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_PADKpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:44:37.991Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ec075ba3-7c79-408c-8ba1-9c0f817d34b6: {\"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-06-29T07:44:37.991Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c2c49e8
2021-06-29T07:44:37.991Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:37.991Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_PADKpg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-29T07:44:37.991Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1e29eb69-efff-44fa-9184-395ce541263e
2021-06-29T07:44:37.991Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1e29eb69-efff-44fa-9184-395ce541263e
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-06-29T07:44:37.993Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:37.993Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_PADKpg 0 is matching search criteria
2021-06-29T07:44:37.993Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_PADKpg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:44:37.993Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:37.994Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_PADKpg 0 is matching search criteria
2021-06-29T07:44:37.994Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_PADKpg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:44:37.994Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:37.994Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_PADKpg 0 is not matching search criteria
2021-06-29T07:44:37.994Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-29T07:44:37.994Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-29T07:44:37.995Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=be5cd90f-d00f-4cb7-9a82-c76a5bfce6f6
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-06-29T07:44:37.996Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:37.996Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_PADKpg 0 is matching search criteria
2021-06-29T07:44:37.996Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_PADKpg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:44:37.996Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:37.997Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_PADKpg 0 is matching search criteria
2021-06-29T07:44:37.997Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_PADKpg 0] matching following query criteria: sdcType=VF, customizationUUID=ec075ba3-7c79-408c-8ba1-9c0f817d34b6
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-06-29T07:44:37.998Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:37.998Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_PADKpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:44:37.998Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 299b61ee-feb8-4d34-a17c-7fd46afd9acc: basic_onboard_PADKpg
2021-06-29T07:44:37.998Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:37.998Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_PADKpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:44:37.998Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:37.999Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_PADKpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:44:37.999Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:37.999Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_PADKpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:44:37.999Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:37.999Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_PADKpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:44:37.999Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:44:37.999Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_PADKpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:44:38.000Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_PADKpg 
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-06-29T07:44:38.051Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PADKpg a39d57da-9a4f-4aca-a90e-9b52cd9f15ab 1 ASDC deployResourceStructure
2021-06-29T07:44:38.051Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json ASDC sendASDCNotification
2021-06-29T07:44:38.051Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json
2021-06-29T07:44:38.051Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:44:38.051Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:44:38.053Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:44:38.053Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952678051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:44:38.153Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:44:38.154Z||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-06-29T07:44:38.154Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:44:38.165Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:44:38.166Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:44:39.054Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-29T07:44:39.054Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml
2021-06-29T07:44:39.055Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:44:39.055Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:44:39.057Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:44:39.057Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952679054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-06-29T07:44:39.157Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:44:39.157Z||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-06-29T07:44:39.157Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:44:39.170Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:44:39.170Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:44:40.058Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-29T07:44:40.058Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env
2021-06-29T07:44:40.058Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:44:40.058Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:44:40.060Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:44:40.060Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952680058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-06-29T07:44:40.161Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-29T07:44:40.162Z||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-06-29T07:44:40.162Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:44:40.174Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:44:40.174Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:44:41.061Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar ASDC sendASDCNotification
2021-06-29T07:44:41.061Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar
2021-06-29T07:44:41.061Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:44:41.061Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:44:41.063Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:44:41.063Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952681061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:44:41.164Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:44:41.164Z||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-06-29T07:44:41.164Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:44:41.176Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:44:41.176Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:44:42.064Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:44:42.075Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:44:42.077Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:44:42.077Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-29T07:44:42.078Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-29T07:44:42.078Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-29T07:44:42.078Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:44:42.078Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:44:42.078Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:44:42.078Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:44:42.078Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:44:42.078Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:44:42.078Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||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-06-29T07:44:42.083Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-29T07:45:12.083Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277 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-06-29T07:45:12.089Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277 and serviceModelVersionId: 299b61ee-feb8-4d34-a17c-7fd46afd9acc
2021-06-29T07:45:12.089Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 455a7c2f-b78d-4543-97a2-aa2f56882501
2021-06-29T07:45:12.090Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/455a7c2f-b78d-4543-97a2-aa2f56882501/model-vers/model-ver/299b61ee-feb8-4d34-a17c-7fd46afd9acc?depth=0
2021-06-29T07:45:12.095Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-29T07:45:12.146Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/455a7c2f-b78d-4543-97a2-aa2f56882501/model-vers/model-ver/299b61ee-feb8-4d34-a17c-7fd46afd9acc?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-06-29T07:45:12.147Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/455a7c2f-b78d-4543-97a2-aa2f56882501/model-vers/model-ver/299b61ee-feb8-4d34-a17c-7fd46afd9acc?depth=0|INFO|500||Invoke
2021-06-29T07:45:12.180Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/455a7c2f-b78d-4543-97a2-aa2f56882501/model-vers/model-ver/299b61ee-feb8-4d34-a17c-7fd46afd9acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-29T07:45:12.256Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/455a7c2f-b78d-4543-97a2-aa2f56882501/model-vers/model-ver/299b61ee-feb8-4d34-a17c-7fd46afd9acc?depth=0|INFO|500||InvokeReturn
2021-06-29T07:45:12.257Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/455a7c2f-b78d-4543-97a2-aa2f56882501/model-vers/model-ver/299b61ee-feb8-4d34-a17c-7fd46afd9acc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210629-07:45:12:187-40170], vertex-id=[237576], Content-Length=[0], Date=[Tue, 29 Jun 2021 07:45:12 GMT], Content-Type=[application/json]}
2021-06-29T07:45:12.257Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-06-29T07:45:12.257Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-29T07:45:12.257Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||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-06-29T07:45:12.261Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||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-06-29T07:45:12.261Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b1581cc-4d76-4ac8-bcd2-8047c7e8e277 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-29T07:45:12.261Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-29T07:45:12.261Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:45:12.263Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:45:12.263Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952712261,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-29T07:45:12.363Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:45:12.364Z||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-06-29T07:45:12.364Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:45:12.378Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:45:12.379Z||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-06-29T07:45:13.274Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:45:13.275Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|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-06-29T07:45:13.275Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:45:13.758Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:45:13.759Z||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-06-29T07:45:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:45:14.384Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:45:14.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:45:14.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952659817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:45:14.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:45:14.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:45:14.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952659817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:45:14.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:45:14.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:45:14.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952659817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:45:14.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:45:14.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:45:14.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952659817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:45:14.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:45:14.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:45:14.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952659817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-29T07:45:14.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:45:14.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:45:14.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952659817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:45:14.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:45:14.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:45:14.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952659817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:45:14.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:45:14.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:45:14.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952671405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:45:14.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:45:14.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:45:14.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952673926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:45:14.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:45:14.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:45:14.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952675397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:45:14.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:45:14.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:45:14.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952676973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:45:14.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:45:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:45:14.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952678051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/basic_onboard_padkpg0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:45:14.389Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:45:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:45:14.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952679054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-06-29T07:45:14.389Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:45:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:45:14.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952680058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/resourceInstances/basic_onboard_padkpg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-06-29T07:45:14.389Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:45:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:45:14.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952681061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPadkpg/1.0/artifacts/service-BasicOnboardPadkpg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:45:14.389Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:45:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-29T07:45:14.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1581cc-4d76-4ac8-bcd2-8047c7e8e277",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624952712261,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-29T07:45:14.390Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:45:22.817Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:45:22.818Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:45:22.818Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|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-06-29T07:45:22.818Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:45:32.358Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:45:32.359Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:45:32.359Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|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-06-29T07:45:32.359Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:45:41.905Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:45:41.905Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:45:41.906Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|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-06-29T07:45:41.906Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:45:51.450Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:46:13.756Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:46:13.757Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|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-06-29T07:46:13.758Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:46:13.758Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:46:13.759Z||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-06-29T07:46:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:46:23.302Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:46:23.304Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:47:13.756Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:47:13.757Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|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-06-29T07:47:13.757Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:47:13.758Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:47:13.759Z||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-06-29T07:47:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:47:23.299Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:47:23.307Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:48:13.756Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:48:13.757Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|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-06-29T07:48:13.757Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:48:13.758Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:48:13.758Z||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-06-29T07:48:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:48:23.302Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:48:23.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:49:13.757Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:49:13.757Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|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-06-29T07:49:13.757Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:49:13.758Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:49:13.759Z||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-06-29T07:49:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:49:23.303Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:49:23.305Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:50:13.756Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:50:13.757Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|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-06-29T07:50:13.757Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:50:13.758Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:50:13.759Z||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-06-29T07:50:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:50:14.383Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:50:14.383Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.383Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"096f4739-0902-48e8-983e-0a2af11894d8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"87b10e3b-2b5d-46ff-ab19-ee9eca010059","serviceDescription":"service","serviceInvariantUUID":"a8853988-6501-4568-90d3-45aa0b13862c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"35a2c722-3179-4a19-a64e-b5505bd533ec","resourceInvariantUUID":"d2b26a90-fdee-4ec6-88e5-222f9d326d22","resourceCustomizationUUID":"e82757ae-6108-45f4-aeb9-6c744f1c7ce5","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":"ZjZhODFhYTQ2ZmNiZWZmMjBmMGQ3MzBiNzVhM2FkODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c57a2a29-5d78-467b-8161-2146acf24d5a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmI1MWVkMzExZjcxYWIxODA4OTA1YjYwYWFlYzY0MDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fb446bb6-a7a2-4434-aac3-9876ea5ab30f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-29T07:50:14.385Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:50:14.385Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:50:14.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952981575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:50:14.385Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:50:14.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:50:14.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "aai-ml",
  "timestamp": 1624952985421,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:50:14.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:50:14.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952984789,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:50:14.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:50:14.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952980275,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:50:14.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:50:14.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952980419,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:50:14.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:50:14.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "cds",
  "timestamp": 1624952982014,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:50:14.387Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:50:14.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:50:14.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.387Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953013756,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:50:14.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "dcae-sch",
  "timestamp": 1624952978705,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:50:14.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:50:14.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624952981575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:50:14.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:50:14.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624952984789,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:50:14.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:50:14.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624952980275,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:50:14.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:50:14.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "cds",
  "timestamp": 1624952982014,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:50:14.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:50:14.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "aai-ml",
  "timestamp": 1624952985421,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:50:14.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:50:14.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952980419,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:50:14.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:50:14.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "dcae-sch",
  "timestamp": 1624952978705,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:50:14.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:50:14.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "policy-id",
  "timestamp": 1624952987419,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:50:14.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:50:14.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "aai-ml",
  "timestamp": 1624952989012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:50:14.390Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:50:14.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "cds",
  "timestamp": 1624952989019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:50:14.390Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:50:14.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952989019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:50:14.390Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:50:14.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "policy-id",
  "timestamp": 1624952987419,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:50:14.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:50:14.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "cds",
  "timestamp": 1624952990025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-29T07:50:14.403Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 096f4739-0902-48e8-983e-0a2af11894d8
2021-06-29T07:50:14.403Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 096f4739-0902-48e8-983e-0a2af11894d8 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-06-29T07:50:14.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952990454,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:50:14.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:50:14.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "policy-id",
  "timestamp": 1624952990557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:50:14.410Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:50:14.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624952991456,
  "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-06-29T07:50:14.414Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 096f4739-0902-48e8-983e-0a2af11894d8
2021-06-29T07:50:14.414Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 096f4739-0902-48e8-983e-0a2af11894d8 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-06-29T07:50:14.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "policy-id",
  "timestamp": 1624952991560,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:50:14.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:50:14.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "aai-ml",
  "timestamp": 1624952992011,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:50:14.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:50:14.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "policy-id",
  "timestamp": 1624952992563,
  "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-06-29T07:50:14.424Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 096f4739-0902-48e8-983e-0a2af11894d8
2021-06-29T07:50:14.424Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 096f4739-0902-48e8-983e-0a2af11894d8 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-06-29T07:50:14.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "aai-ml",
  "timestamp": 1624952993014,
  "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-06-29T07:50:14.433Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 096f4739-0902-48e8-983e-0a2af11894d8
2021-06-29T07:50:14.433Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 096f4739-0902-48e8-983e-0a2af11894d8 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-06-29T07:50:14.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624952993920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:50:14.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:50:14.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "clamp",
  "timestamp": 1624952994608,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:50:14.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:50:14.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624952993920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:50:14.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:50:14.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "clamp",
  "timestamp": 1624952994608,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:50:14.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:50:14.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "clamp",
  "timestamp": 1624953000667,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:50:14.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:50:14.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "clamp",
  "timestamp": 1624953002672,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:50:14.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:50:14.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:50:14.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "clamp",
  "timestamp": 1624953003674,
  "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-06-29T07:50:14.443Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 096f4739-0902-48e8-983e-0a2af11894d8
2021-06-29T07:50:14.444Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 096f4739-0902-48e8-983e-0a2af11894d8 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-06-29T07:50:14.487Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:50:14.488Z||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-06-29T07:50:14.488Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:50:14.502Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:50:14.502Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:50:15.388Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:50:15.388Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:50:15.390Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:50:15.390Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953013756,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:50:15.490Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:50:15.491Z||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-06-29T07:50:15.491Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:50:15.503Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:50:15.503Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:50:16.391Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "87b10e3b-2b5d-46ff-ab19-ee9eca010059",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8853988-6501-4568-90d3-45aa0b13862c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e82757ae-6108-45f4-aeb9-6c744f1c7ce5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "35a2c722-3179-4a19-a64e-b5505bd533ec",
      "resourceInvariantUUID": "d2b26a90-fdee-4ec6-88e5-222f9d326d22",
      "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": "ZmI1MWVkMzExZjcxYWIxODA4OTA1YjYwYWFlYzY0MDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fb446bb6-a7a2-4434-aac3-9876ea5ab30f"
    }
  ],
  "workloadContext": "Production"
}
2021-06-29T07:50:16.391Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-29T07:50:16.391Z|6b1581cc-4d76-4ac8-bcd2-8047c7e8e277|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 87b10e3b-2b5d-46ff-ab19-ee9eca010059 ASDC
2021-06-29T07:50:16.392Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:096f4739-0902-48e8-983e-0a2af11894d8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:87b10e3b-2b5d-46ff-ab19-ee9eca010059
ServiceInvariantUUID:a8853988-6501-4568-90d3-45aa0b13862c
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:fb446bb6-a7a2-4434-aac3-9876ea5ab30f
ArtifactChecksum:ZmI1MWVkMzExZjcxYWIxODA4OTA1YjYwYWFlYzY0MDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e82757ae-6108-45f4-aeb9-6c744f1c7ce5
ResourceInvariantUUID:d2b26a90-fdee-4ec6-88e5-222f9d326d22
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:35a2c722-3179-4a19-a64e-b5505bd533ec
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-06-29T07:50:16.392Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87b10e3b-2b5d-46ff-ab19-ee9eca010059 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-06-29T07:50:16.413Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-29T07:50:16.414Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:50:16.414Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:50:16.414Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fb446bb6-a7a2-4434-aac3-9876ea5ab30f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-29T07:50:16.414Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:50:16.415Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-29T07:50:16.797Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:50:16.800Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar fb446bb6-a7a2-4434-aac3-9876ea5ab30f 52221
2021-06-29T07:50:16.800Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-06-29T07:50:16.801Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-29T07:50:16.801Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:50:16.801Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:50:16.802Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:50:16.803Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953016800,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:50:16.903Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:50:16.904Z||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-06-29T07:50:16.904Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:50:16.915Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:50:16.915Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:50:17.803Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-29T07:50:17.804Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:50:17.804Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fb446bb6-a7a2-4434-aac3-9876ea5ab30f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-29T07:50:17.805Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-06-29T07:50:17.805Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-29T07:50:17.805Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-29T07:50:17.910Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9139018643716188166/Definitions/service-BasicNetwork-template.yml
2021-06-29T07:50:18.207Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-29T07:50:18.207Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-29T07:50:18.208Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-29T07:50:18.208Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-06-29T07:50:18.208Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||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-06-29T07:50:18.208Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||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-06-29T07:50:18.208Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||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-06-29T07:50:18.208Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||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-06-29T07:50:18.208Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||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-06-29T07:50:18.208Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||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-06-29T07:50:18.208Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||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-06-29T07:50:18.208Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||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-06-29T07:50:18.208Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-29T07:50:18.208Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:50:18.208Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:50:18.209Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-29T07:50:18.209Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-29T07:50:18.209Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-29T07:50:18.209Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:50:18.209Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:50:18.209Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-29T07:50:18.209Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-29T07:50:18.209Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-29T07:50:18.209Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:50:18.210Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:50:18.210Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:50:18.210Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:50:18.210Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:50:18.210Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:50:18.210Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:50:18.210Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:50:18.210Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:50:18.211Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:50:18.211Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:87b10e3b-2b5d-46ff-ab19-ee9eca010059
Model Version:NULL
Model InvariantUuid:a8853988-6501-4568-90d3-45aa0b13862c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d2b26a90-fdee-4ec6-88e5-222f9d326d22
Model UUID:8a17f724-fd64-480d-90a6-43d56161fb18
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e82757ae-6108-45f4-aeb9-6c744f1c7ce5
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-06-29T07:50:18.216Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 35a2c722-3179-4a19-a64e-b5505bd533ec
2021-06-29T07:50:18.216Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||No resources found for Service: 87b10e3b-2b5d-46ff-ab19-ee9eca010059
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-06-29T07:50:18.219Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||
2021-06-29T07:50:18.219Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-06-29T07:50:18.220Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 87b10e3b-2b5d-46ff-ab19-ee9eca010059
2021-06-29T07:50:18.220Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 87b10e3b-2b5d-46ff-ab19-ee9eca010059
2021-06-29T07:50:18.220Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-06-29T07:50:18.220Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||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-06-29T07:50:18.225Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:50:18.225Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:50:18.225Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:50:18.225Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:50:18.225Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 87b10e3b-2b5d-46ff-ab19-ee9eca010059: Generic NeutronNet
2021-06-29T07:50:18.225Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:50:18.225Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:50:18.226Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:50:18.226Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||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-06-29T07:50:18.248Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:50:18.249Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:50:18.249Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:50:18.249Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:50:18.249Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:50:18.249Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:50:18.249Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||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-06-29T07:50:18.292Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-06-29T07:50:18.293Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-06-29T07:50:18.293Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-29T07:50:18.293Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:50:18.293Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:50:18.295Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:50:18.295Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953018293,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:50:18.395Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:50:18.396Z||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-06-29T07:50:18.396Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:50:18.407Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:50:18.407Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:50:19.296Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 096f4739-0902-48e8-983e-0a2af11894d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:50:19.304Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 096f4739-0902-48e8-983e-0a2af11894d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:50:19.306Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:50:19.306Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-29T07:50:19.306Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-29T07:50:19.306Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-29T07:50:19.306Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:50:19.307Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:50:19.307Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:50:19.307Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:50:19.307Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:50:19.307Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:50:19.307Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||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-06-29T07:50:19.310Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-29T07:50:49.311Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 096f4739-0902-48e8-983e-0a2af11894d8 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-06-29T07:50:49.317Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 096f4739-0902-48e8-983e-0a2af11894d8 and serviceModelVersionId: 87b10e3b-2b5d-46ff-ab19-ee9eca010059
2021-06-29T07:50:49.317Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8853988-6501-4568-90d3-45aa0b13862c
2021-06-29T07:50:49.318Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8853988-6501-4568-90d3-45aa0b13862c/model-vers/model-ver/87b10e3b-2b5d-46ff-ab19-ee9eca010059?depth=0
2021-06-29T07:50:49.321Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-29T07:50:49.357Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8853988-6501-4568-90d3-45aa0b13862c/model-vers/model-ver/87b10e3b-2b5d-46ff-ab19-ee9eca010059?depth=0|INFO|500||Invoke
2021-06-29T07:50:49.357Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8853988-6501-4568-90d3-45aa0b13862c/model-vers/model-ver/87b10e3b-2b5d-46ff-ab19-ee9eca010059?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8853988-6501-4568-90d3-45aa0b13862c/model-vers/model-ver/87b10e3b-2b5d-46ff-ab19-ee9eca010059?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[096f4739-0902-48e8-983e-0a2af11894d8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[632e2079-ef60-46ba-9d1c-52b45f43e2d2], X-ECOMP-RequestID=[096f4739-0902-48e8-983e-0a2af11894d8], X-TransactionId=[], X-ONAP-RequestID=[096f4739-0902-48e8-983e-0a2af11894d8], Content-Type=[application/merge-patch+json]}
2021-06-29T07:50:49.376Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8853988-6501-4568-90d3-45aa0b13862c/model-vers/model-ver/87b10e3b-2b5d-46ff-ab19-ee9eca010059?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-29T07:50:49.528Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8853988-6501-4568-90d3-45aa0b13862c/model-vers/model-ver/87b10e3b-2b5d-46ff-ab19-ee9eca010059?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/a8853988-6501-4568-90d3-45aa0b13862c/model-vers/model-ver/87b10e3b-2b5d-46ff-ab19-ee9eca010059?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210629-07:50:49:383-77439], vertex-id=[237672], Content-Length=[0], Date=[Tue, 29 Jun 2021 07:50:49 GMT], Content-Type=[application/json]}
2021-06-29T07:50:49.528Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8853988-6501-4568-90d3-45aa0b13862c/model-vers/model-ver/87b10e3b-2b5d-46ff-ab19-ee9eca010059?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-29T07:50:49.529Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8853988-6501-4568-90d3-45aa0b13862c/model-vers/model-ver/87b10e3b-2b5d-46ff-ab19-ee9eca010059?depth=0|INFO|500||InvokeReturn
2021-06-29T07:50:49.529Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-29T07:50:49.529Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||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-06-29T07:50:49.533Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||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-06-29T07:50:49.533Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 096f4739-0902-48e8-983e-0a2af11894d8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-29T07:50:49.533Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-29T07:50:49.533Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:50:49.535Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:50:49.535Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953049533,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-29T07:50:49.635Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:50:49.636Z||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-06-29T07:50:49.636Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:50:49.650Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:50:49.650Z||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-06-29T07:51:13.757Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:51:13.757Z|096f4739-0902-48e8-983e-0a2af11894d8|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-06-29T07:51:13.758Z|096f4739-0902-48e8-983e-0a2af11894d8|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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:51:13.758Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:51:13.759Z||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-06-29T07:51:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:51:13.877Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:51:13.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:51:13.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953013756,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:51:13.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:51:14.386Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:51:14.386Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-29T07:51:14.386Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"ec0ca385-47f8-4903-ab11-bef635577197","serviceName":"Demo_pNF_C70uD5wmKKCsWOh5Tokc","serviceVersion":"1.0","serviceUUID":"3f96b9a5-ee64-42e4-a09a-ef89498db94b","serviceDescription":"catalog service description","serviceInvariantUUID":"9e0a0736-9133-41e4-bfbb-aef7c1efdbc0","resources":[{"resourceInstanceName":"pNF 0d276cbf-fa03 0","resourceName":"pNF 0d276cbf-fa03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"456a8ee6-dd89-44cb-80bf-2490617053ad","resourceInvariantUUID":"a88934ae-b1c2-4f7f-b34c-b57aea3e62b4","resourceCustomizationUUID":"e1f399ef-9feb-4754-ba20-0e447de9f432","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vf-license-model.xml","artifactChecksum":"NmFlZGFmMzdkMGE2MmQ5Mjk1ZTRkYWQ2MmVmY2E5YmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b556f3d-a671-468d-89d8-bedfcf654c2d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/pNF.csar","artifactChecksum":"NmQxOWYwYTVlY2ZjMzg4NjJmYzc2MmNhMzdlMjNmOTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f6ec52b5-1a2a-495a-8fbe-09c95800279b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1c71ef17-f2a6-48a0-82a7-fa43d3254f6b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vendor-license-model.xml","artifactChecksum":"YzhmZDM0OWQyZjZmMzMwOTcxYTZmOWNjNDJkYmYxMjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8e89291c-5f4e-4fba-8801-be0215e9f07e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1f211350-b2c2-4c45-baa1-8b67524c09b4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3f5eee8b-8503-446a-bbad-341c19edf022","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfC70ud5wmkkcswoh5tokc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-template.yml","artifactChecksum":"ZGRmMDMxYmI5YjQyNjk2OGFjM2Y5ZDEwMDdlY2IwODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63916f52-f9f7-426f-86bc-314c04872e2f","artifactVersion":"1"},{"artifactName":"service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar","artifactChecksum":"ZmFiY2Q2NmViMmE0Y2U0MzcwZjQ2ZmJjMWU4Zjg1OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8651556a-5a5c-4e21-876c-6ada410e9cfe","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-29T07:51:14.389Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:51:14.389Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:51:14.391Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:51:14.391Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953073756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:51:14.491Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:51:14.492Z||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-06-29T07:51:14.492Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:51:14.504Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:51:14.504Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:51:15.391Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:51:15.392Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:51:15.394Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:51:15.394Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953073756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:51:15.494Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:51:15.495Z||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-06-29T07:51:15.495Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:51:15.505Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:51:15.505Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:51:16.395Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:51:16.395Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:51:16.397Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:51:16.397Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953073756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:51:16.497Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:51:16.498Z||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-06-29T07:51:16.498Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:51:16.509Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:51:16.509Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:51:17.398Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:51:17.398Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:51:17.400Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:51:17.400Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953073756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:51:17.501Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:51:17.501Z||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-06-29T07:51:17.502Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:51:17.513Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:51:17.513Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:51:18.401Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:51:18.402Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:51:18.404Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:51:18.404Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953073756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:51:18.504Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:51:18.505Z||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-06-29T07:51:18.506Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:51:18.516Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:51:18.517Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:51:19.405Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:51:19.405Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:51:19.407Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:51:19.407Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953073756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:51:19.507Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:51:19.508Z||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-06-29T07:51:19.509Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:51:19.520Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:51:19.520Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:51:20.408Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:51:20.408Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:51:20.410Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:51:20.410Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953073756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:51:20.510Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:51:20.511Z||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-06-29T07:51:20.511Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:51:20.525Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:51:20.525Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:51:21.411Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:51:21.411Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:51:21.413Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:51:21.413Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953073756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:51:21.513Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:51:21.515Z||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-06-29T07:51:21.515Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:51:21.526Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:51:21.526Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:51:22.414Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "serviceName": "Demo_pNF_C70uD5wmKKCsWOh5Tokc",
  "serviceVersion": "1.0",
  "serviceUUID": "3f96b9a5-ee64-42e4-a09a-ef89498db94b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9e0a0736-9133-41e4-bfbb-aef7c1efdbc0",
  "resources": [
    {
      "resourceInstanceName": "pNF 0d276cbf-fa03 0",
      "resourceCustomizationUUID": "e1f399ef-9feb-4754-ba20-0e447de9f432",
      "resourceName": "pNF 0d276cbf-fa03",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "456a8ee6-dd89-44cb-80bf-2490617053ad",
      "resourceInvariantUUID": "a88934ae-b1c2-4f7f-b34c-b57aea3e62b4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
      "artifactChecksum": "ZmFiY2Q2NmViMmE0Y2U0MzcwZjQ2ZmJjMWU4Zjg1OTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8651556a-5a5c-4e21-876c-6ada410e9cfe"
    }
  ],
  "workloadContext": "Production"
}
2021-06-29T07:51:22.415Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-29T07:51:22.415Z|096f4739-0902-48e8-983e-0a2af11894d8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3f96b9a5-ee64-42e4-a09a-ef89498db94b ASDC
2021-06-29T07:51:22.415Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:ec0ca385-47f8-4903-ab11-bef635577197
ServiceName:Demo_pNF_C70uD5wmKKCsWOh5Tokc
ServiceVersion:1.0
ServiceUUID:3f96b9a5-ee64-42e4-a09a-ef89498db94b
ServiceInvariantUUID:9e0a0736-9133-41e4-bfbb-aef7c1efdbc0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar
ArtifactUUID:8651556a-5a5c-4e21-876c-6ada410e9cfe
ArtifactChecksum:ZmFiY2Q2NmViMmE0Y2U0MzcwZjQ2ZmJjMWU4Zjg1OTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0d276cbf-fa03 0
ResourceCustomizationUUID:e1f399ef-9feb-4754-ba20-0e447de9f432
ResourceInvariantUUID:a88934ae-b1c2-4f7f-b34c-b57aea3e62b4
ResourceName:pNF 0d276cbf-fa03
ResourceType:PNF
ResourceUUID:456a8ee6-dd89-44cb-80bf-2490617053ad
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-06-29T07:51:22.415Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f96b9a5-ee64-42e4-a09a-ef89498db94b 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-06-29T07:51:22.433Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-29T07:51:22.434Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:51:22.434Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:51:22.434Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8651556a-5a5c-4e21-876c-6ada410e9cfe from URL: /sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar
2021-06-29T07:51:22.434Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:51:22.435Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar
2021-06-29T07:51:25.816Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:51:25.820Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar 8651556a-5a5c-4e21-876c-6ada410e9cfe 83316
2021-06-29T07:51:25.820Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar ASDC sendASDCNotification
2021-06-29T07:51:25.820Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar
2021-06-29T07:51:25.820Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:51:25.821Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:51:25.822Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:51:25.823Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953085820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:51:25.923Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:51:25.923Z||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-06-29T07:51:25.923Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:51:25.935Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:51:25.936Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:51:26.823Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-29T07:51:26.824Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:51:26.825Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8651556a-5a5c-4e21-876c-6ada410e9cfe, URL: /sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar to file: /app/ASDC/1/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar
2021-06-29T07:51:26.825Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar
2021-06-29T07:51:26.825Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar
2021-06-29T07:51:26.825Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar
2021-06-29T07:51:26.907Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4611393667623706277/Definitions/service-DemoPnfC70ud5wmkkcswoh5tokc-template.yml
2021-06-29T07:51:27.442Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-29T07:51:27.443Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-29T07:51:27.443Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar
2021-06-29T07:51:27.444Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-06-29T07:51:27.444Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0d276cbf-fa03 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-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar
2021-06-29T07:51:27.444Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||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-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar
2021-06-29T07:51:27.444Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar
2021-06-29T07:51:27.444Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||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-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar
2021-06-29T07:51:27.444Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||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-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar
2021-06-29T07:51:27.445Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||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-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar
2021-06-29T07:51:27.445Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0d276cbf-fa03 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar
2021-06-29T07:51:27.445Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||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-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar
2021-06-29T07:51:27.445Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-29T07:51:27.445Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:51:27.445Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_C70uD5wmKKCsWOh5Tokc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:51:27.446Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Node template pNF 0d276cbf-fa03 0 is matching search criteria
2021-06-29T07:51:27.446Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-29T07:51:27.446Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 0d276cbf-fa03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-29T07:51:27.446Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:51:27.446Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_C70uD5wmKKCsWOh5Tokc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:51:27.447Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Node template pNF 0d276cbf-fa03 0 is matching search criteria
2021-06-29T07:51:27.447Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-29T07:51:27.447Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 0d276cbf-fa03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-29T07:51:27.447Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:51:27.447Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_C70uD5wmKKCsWOh5Tokc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:51:27.448Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:51:27.448Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_C70uD5wmKKCsWOh5Tokc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:51:27.448Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:51:27.448Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_C70uD5wmKKCsWOh5Tokc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:51:27.448Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:51:27.448Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_C70uD5wmKKCsWOh5Tokc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:51:27.449Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:51:27.449Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_C70uD5wmKKCsWOh5Tokc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:51:27.449Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_C70uD5wmKKCsWOh5Tokc
Description:catalog service description
Model UUID:3f96b9a5-ee64-42e4-a09a-ef89498db94b
Model Version:NULL
Model InvariantUuid:9e0a0736-9133-41e4-bfbb-aef7c1efdbc0
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-06-29T07:51:27.454Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 456a8ee6-dd89-44cb-80bf-2490617053ad
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-06-29T07:51:27.456Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||pNF 0d276cbf-fa03 0
2021-06-29T07:51:27.457Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 456a8ee6-dd89-44cb-80bf-2490617053ad
2021-06-29T07:51:27.457Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 3f96b9a5-ee64-42e4-a09a-ef89498db94b
2021-06-29T07:51:27.457Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3f96b9a5-ee64-42e4-a09a-ef89498db94b
2021-06-29T07:51:27.457Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0d276cbf-fa03 0 456a8ee6-dd89-44cb-80bf-2490617053ad 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-06-29T07:51:27.460Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:51:27.460Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_C70uD5wmKKCsWOh5Tokc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:51:27.461Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3f96b9a5-ee64-42e4-a09a-ef89498db94b: pNF 0d276cbf-fa03
2021-06-29T07:51:27.461Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||Processing PNF resource: 456a8ee6-dd89-44cb-80bf-2490617053ad
2021-06-29T07:51:27.461Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:51:27.461Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_C70uD5wmKKCsWOh5Tokc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:51:27.461Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||Resource customization UUID: e1f399ef-9feb-4754-ba20-0e447de9f432 is the same as notified resource customizationUUID: e1f399ef-9feb-4754-ba20-0e447de9f432
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-06-29T07:51:27.508Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0d276cbf-fa03 456a8ee6-dd89-44cb-80bf-2490617053ad 0 ASDC deployResourceStructure
2021-06-29T07:51:27.508Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar ASDC sendASDCNotification
2021-06-29T07:51:27.508Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar
2021-06-29T07:51:27.508Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:51:27.508Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:51:27.510Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:51:27.510Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953087508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:51:27.610Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:51:27.611Z||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-06-29T07:51:27.611Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:51:27.622Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:51:27.623Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:51:28.510Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec0ca385-47f8-4903-ab11-bef635577197
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:51:28.519Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec0ca385-47f8-4903-ab11-bef635577197
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:51:28.521Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:51:28.521Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-29T07:51:28.521Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-29T07:51:58.521Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec0ca385-47f8-4903-ab11-bef635577197
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:51:58.533Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec0ca385-47f8-4903-ab11-bef635577197
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:51:58.537Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:51:58.537Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-29T07:51:58.538Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-29T07:52:13.758Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:52:13.759Z||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-06-29T07:52:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:52:13.783Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:52:13.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953013756,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:52:13.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953016800,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:52:13.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:52:13.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953018293,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:52:13.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:52:13.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096f4739-0902-48e8-983e-0a2af11894d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953049533,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-29T07:52:13.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:52:13.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953044789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "aai-ml",
  "timestamp": 1624953045421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "policy-id",
  "timestamp": 1624953047420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953044789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "aai-ml",
  "timestamp": 1624953045421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "policy-id",
  "timestamp": 1624953047420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953053920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "clamp",
  "timestamp": 1624953054608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953044789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "aai-ml",
  "timestamp": 1624953045421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "policy-id",
  "timestamp": 1624953047420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953053920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "clamp",
  "timestamp": 1624953054608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953044789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "aai-ml",
  "timestamp": 1624953045421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "policy-id",
  "timestamp": 1624953047420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953053920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "clamp",
  "timestamp": 1624953054608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953044789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "aai-ml",
  "timestamp": 1624953045421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "policy-id",
  "timestamp": 1624953047420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953053920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "cds",
  "timestamp": 1624953057014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "clamp",
  "timestamp": 1624953054608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953044789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "aai-ml",
  "timestamp": 1624953045421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "policy-id",
  "timestamp": 1624953047420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953053920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "cds",
  "timestamp": 1624953057014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "clamp",
  "timestamp": 1624953054608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953044789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "aai-ml",
  "timestamp": 1624953045421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "policy-id",
  "timestamp": 1624953047420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.799Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "dcae-sch",
  "timestamp": 1624953058705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.799Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953053920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:52:13.799Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "cds",
  "timestamp": 1624953057014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "clamp",
  "timestamp": 1624953054608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953044789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:52:13.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "aai-ml",
  "timestamp": 1624953045421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:52:13.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "policy-id",
  "timestamp": 1624953047420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:52:13.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "dcae-sch",
  "timestamp": 1624953058705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953053920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "cds",
  "timestamp": 1624953057014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953060275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "clamp",
  "timestamp": 1624953054608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "dcae-sch",
  "timestamp": 1624953058705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953053920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "cds",
  "timestamp": 1624953057014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953060275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953061575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "clamp",
  "timestamp": 1624953054608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:52:13.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "dcae-sch",
  "timestamp": 1624953058705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "cds",
  "timestamp": 1624953057014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953060275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.806Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953061575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.806Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "dcae-sch",
  "timestamp": 1624953058705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.806Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "cds",
  "timestamp": 1624953057014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953060275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "policy-id",
  "timestamp": 1624953064168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:52:13.807Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:52:13.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953061575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "dcae-sch",
  "timestamp": 1624953058705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "aai-ml",
  "timestamp": 1624953064510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:52:13.809Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:52:13.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953064646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:52:13.810Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:52:13.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "cds",
  "timestamp": 1624953057014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:52:13.810Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953060275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "policy-id",
  "timestamp": 1624953065172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:52:13.811Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:52:13.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953061575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "dcae-sch",
  "timestamp": 1624953058705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953065838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-06-29T07:52:13.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:52:13.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953060275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "policy-id",
  "timestamp": 1624953066175,
  "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-06-29T07:52:13.821Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec0ca385-47f8-4903-ab11-bef635577197
2021-06-29T07:52:13.821Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec0ca385-47f8-4903-ab11-bef635577197 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-06-29T07:52:13.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953061575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "dcae-sch",
  "timestamp": 1624953058705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "cds",
  "timestamp": 1624953066662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:52:13.831Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:52:13.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953066841,
  "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-06-29T07:52:13.835Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ec0ca385-47f8-4903-ab11-bef635577197
2021-06-29T07:52:13.836Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec0ca385-47f8-4903-ab11-bef635577197 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-06-29T07:52:13.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953060275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953061575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "cds",
  "timestamp": 1624953067668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-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-06-29T07:52:13.848Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ec0ca385-47f8-4903-ab11-bef635577197
2021-06-29T07:52:13.848Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec0ca385-47f8-4903-ab11-bef635577197 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-06-29T07:52:13.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953060275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:52:13.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953061575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "aai-ml",
  "timestamp": 1624953069011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:52:13.858Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:52:13.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953061575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:52:13.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "aai-ml",
  "timestamp": 1624953070014,
  "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-06-29T07:52:13.864Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ec0ca385-47f8-4903-ab11-bef635577197
2021-06-29T07:52:13.864Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec0ca385-47f8-4903-ab11-bef635577197 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-06-29T07:52:13.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953070419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953070419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:13.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "clamp",
  "timestamp": 1624953072675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:52:13.873Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:52:13.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T07:52:13.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953070419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:52:13.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:52:28.538Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec0ca385-47f8-4903-ab11-bef635577197
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:52:28.546Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec0ca385-47f8-4903-ab11-bef635577197
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:52:28.548Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:52:28.548Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-29T07:52:28.548Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-29T07:52:28.548Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-29T07:52:58.548Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec0ca385-47f8-4903-ab11-bef635577197
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:52:58.556Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec0ca385-47f8-4903-ab11-bef635577197
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:52:58.559Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:52:58.559Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-29T07:52:58.559Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-29T07:52:58.559Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-29T07:53:13.758Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:53:13.759Z||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-06-29T07:53:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:53:13.779Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:53:13.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:53:13.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "clamp",
  "timestamp": 1624953073688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:53:13.780Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:53:28.559Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec0ca385-47f8-4903-ab11-bef635577197
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:53:28.569Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec0ca385-47f8-4903-ab11-bef635577197
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:53:28.571Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:53:28.571Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-29T07:53:28.572Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-29T07:53:28.572Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-29T07:53:58.572Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec0ca385-47f8-4903-ab11-bef635577197
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:53:58.580Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec0ca385-47f8-4903-ab11-bef635577197
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:53:58.582Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:53:58.583Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-29T07:53:58.583Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-29T07:53:58.583Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-29T07:54:13.758Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:54:13.759Z||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-06-29T07:54:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:54:13.785Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:54:13.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:54:13.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953070419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:54:13.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:54:13.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:54:13.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953073756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:54:13.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:54:13.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:54:13.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "clamp",
  "timestamp": 1624953074691,
  "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-06-29T07:54:13.793Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ec0ca385-47f8-4903-ab11-bef635577197
2021-06-29T07:54:13.794Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec0ca385-47f8-4903-ab11-bef635577197 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-06-29T07:54:13.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:54:13.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953070419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:54:13.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:54:13.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:54:13.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953073756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:54:13.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:54:13.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:54:13.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953070419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:54:13.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:54:13.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:54:13.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953073756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:54:13.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:54:13.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:54:13.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953070419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:54:13.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:54:13.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:54:13.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953073756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:54:13.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:54:13.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:54:13.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953070419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:54:13.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:54:13.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:54:13.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953073756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:54:13.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:54:13.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:54:13.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953073756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/resourceInstances/pnf0d276cbffa030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:54:13.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:54:13.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:54:13.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953073756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:54:13.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:54:13.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:54:13.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953073756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:54:13.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:54:13.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:54:13.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953081727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:54:13.803Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:54:13.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:54:13.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953083388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:54:13.804Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:54:13.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:54:13.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953084391,
  "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-06-29T07:54:13.808Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ec0ca385-47f8-4903-ab11-bef635577197
2021-06-29T07:54:13.808Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec0ca385-47f8-4903-ab11-bef635577197 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-06-29T07:54:13.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:54:13.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953085820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:54:13.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:54:13.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:54:13.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953087508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC70ud5wmkkcswoh5tokc/1.0/artifacts/service-DemoPnfC70ud5wmkkcswoh5tokc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:54:13.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:54:28.583Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec0ca385-47f8-4903-ab11-bef635577197
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:54:28.591Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec0ca385-47f8-4903-ab11-bef635577197
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:54:28.594Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:54:28.594Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-29T07:54:28.594Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-29T07:54:28.594Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-29T07:54:28.594Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:54:28.594Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:54:28.594Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:54:28.594Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:54:28.595Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:54:28.595Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:54:28.595Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:54:28.595Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||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-06-29T07:54:28.599Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-29T07:54:58.599Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec0ca385-47f8-4903-ab11-bef635577197 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-06-29T07:54:58.603Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec0ca385-47f8-4903-ab11-bef635577197 and serviceModelVersionId: 3f96b9a5-ee64-42e4-a09a-ef89498db94b
2021-06-29T07:54:58.603Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e0a0736-9133-41e4-bfbb-aef7c1efdbc0
2021-06-29T07:54:58.604Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e0a0736-9133-41e4-bfbb-aef7c1efdbc0/model-vers/model-ver/3f96b9a5-ee64-42e4-a09a-ef89498db94b?depth=0
2021-06-29T07:54:58.608Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-29T07:54:58.643Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9e0a0736-9133-41e4-bfbb-aef7c1efdbc0/model-vers/model-ver/3f96b9a5-ee64-42e4-a09a-ef89498db94b?depth=0|INFO|500||Invoke
2021-06-29T07:54:58.643Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9e0a0736-9133-41e4-bfbb-aef7c1efdbc0/model-vers/model-ver/3f96b9a5-ee64-42e4-a09a-ef89498db94b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9e0a0736-9133-41e4-bfbb-aef7c1efdbc0/model-vers/model-ver/3f96b9a5-ee64-42e4-a09a-ef89498db94b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec0ca385-47f8-4903-ab11-bef635577197], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2db70552-bb23-4ab9-8f5d-16d2f7b20b14], X-ECOMP-RequestID=[ec0ca385-47f8-4903-ab11-bef635577197], X-TransactionId=[], X-ONAP-RequestID=[ec0ca385-47f8-4903-ab11-bef635577197], Content-Type=[application/merge-patch+json]}
2021-06-29T07:54:58.660Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9e0a0736-9133-41e4-bfbb-aef7c1efdbc0/model-vers/model-ver/3f96b9a5-ee64-42e4-a09a-ef89498db94b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-29T07:54:58.979Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9e0a0736-9133-41e4-bfbb-aef7c1efdbc0/model-vers/model-ver/3f96b9a5-ee64-42e4-a09a-ef89498db94b?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/9e0a0736-9133-41e4-bfbb-aef7c1efdbc0/model-vers/model-ver/3f96b9a5-ee64-42e4-a09a-ef89498db94b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210629-07:54:58:667-83762], vertex-id=[143488], Content-Length=[0], Date=[Tue, 29 Jun 2021 07:54:58 GMT], Content-Type=[application/json]}
2021-06-29T07:54:58.980Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9e0a0736-9133-41e4-bfbb-aef7c1efdbc0/model-vers/model-ver/3f96b9a5-ee64-42e4-a09a-ef89498db94b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-29T07:54:58.980Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9e0a0736-9133-41e4-bfbb-aef7c1efdbc0/model-vers/model-ver/3f96b9a5-ee64-42e4-a09a-ef89498db94b?depth=0|INFO|500||InvokeReturn
2021-06-29T07:54:58.980Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-29T07:54:58.980Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||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-06-29T07:54:58.986Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||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-06-29T07:54:58.986Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec0ca385-47f8-4903-ab11-bef635577197 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-29T07:54:58.986Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-29T07:54:58.986Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:54:58.988Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:54:58.988Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953298986,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-29T07:54:59.090Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-06-29T07:54:59.091Z||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-06-29T07:54:59.091Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:54:59.107Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:54:59.108Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-29T07:55:00.000Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:55:00.000Z|ec0ca385-47f8-4903-ab11-bef635577197|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-06-29T07:55:00.001Z|ec0ca385-47f8-4903-ab11-bef635577197|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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:04.307Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:04.308Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-29T07:55:04.308Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"9d8b394a-46da-41b6-8b91-3f7b0a301d64","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a54dbf1a-44b8-403c-94c8-a2791c63a7e2","serviceDescription":"service","serviceInvariantUUID":"81a6de41-dffd-41f5-aafc-545b02800574","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e26dcaaf-7244-4b7f-8b88-776b451a6fbd","resourceInvariantUUID":"1d72cb12-12a0-4cc6-ae88-b6858c06b21c","resourceCustomizationUUID":"9782619e-68ed-49d8-b376-35b0b48359eb","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":"YTViNzNmMWNiOTdiMjc4MmM5YWYwZWExZTgzNTAwZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7bdbfbe-ea8a-4e41-8c5a-699fed9fa7ca","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":"MDVhZTE3N2VlZDM4ODUzYmI3ZjMwYzBkZWY1YWZjZDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7ffd6c2f-b0af-4d2c-9474-ce8f9c658965","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":"86832f0a-d6e5-4820-87a6-de8bbedf430b","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":"6b746e84-a306-4782-8740-a8fc7928e598","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":"d14f82d7-cd6a-4f98-95d7-20c0d8948d0a","artifactVersion":"2","generatedFromUUID":"86832f0a-d6e5-4820-87a6-de8bbedf430b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDdmNTc4MDBlMjY2ZDc2YjhjMTFhYzZkYTdhOGNlYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0c1f624-0cef-4d2a-b2b5-24e89d585f70","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjAwMDZhNWVlYTg4MDQzZTk0OWY3YWQ2NDFkYWJiY2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d99a0fe1-62a4-4a5e-8761-2afe9de1892a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-29T07:55:04.310Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:55:04.311Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:04.312Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:04.312Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:04.413Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-29T07:55:04.413Z||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-06-29T07:55:04.414Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:04.426Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:04.426Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:05.313Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:55:05.314Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:05.315Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:05.315Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:55:05.416Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-29T07:55:05.416Z||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-06-29T07:55:05.416Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:05.426Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:05.427Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:06.316Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:55:06.317Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:06.318Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:06.318Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:55:06.419Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-29T07:55:06.420Z||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-06-29T07:55:06.420Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:06.431Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:06.432Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:07.319Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:55:07.320Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:07.321Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:07.322Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:07.422Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:55:07.422Z||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-06-29T07:55:07.422Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:07.434Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:07.435Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:08.322Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:55:08.323Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:08.325Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:08.325Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-29T07:55:08.425Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:55:08.426Z||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-06-29T07:55:08.426Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:08.435Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:08.436Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:09.325Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:55:09.326Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:09.328Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:09.328Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:09.429Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-29T07:55:09.429Z||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-06-29T07:55:09.429Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:09.463Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:09.464Z||pool-56-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:10.329Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:55:10.330Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:10.331Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:10.331Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:55:10.432Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:55:10.432Z||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-06-29T07:55:10.432Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:10.443Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:10.443Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:11.333Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "a54dbf1a-44b8-403c-94c8-a2791c63a7e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "81a6de41-dffd-41f5-aafc-545b02800574",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9782619e-68ed-49d8-b376-35b0b48359eb",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e26dcaaf-7244-4b7f-8b88-776b451a6fbd",
      "resourceInvariantUUID": "1d72cb12-12a0-4cc6-ae88-b6858c06b21c",
      "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": "MDVhZTE3N2VlZDM4ODUzYmI3ZjMwYzBkZWY1YWZjZDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7ffd6c2f-b0af-4d2c-9474-ce8f9c658965",
          "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": "86832f0a-d6e5-4820-87a6-de8bbedf430b",
          "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": "d14f82d7-cd6a-4f98-95d7-20c0d8948d0a",
            "generatedFromUUID": "86832f0a-d6e5-4820-87a6-de8bbedf430b"
          },
          "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": "d14f82d7-cd6a-4f98-95d7-20c0d8948d0a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjAwMDZhNWVlYTg4MDQzZTk0OWY3YWQ2NDFkYWJiY2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d99a0fe1-62a4-4a5e-8761-2afe9de1892a"
    }
  ],
  "workloadContext": "Production"
}
2021-06-29T07:55:11.333Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-29T07:55:11.333Z|ec0ca385-47f8-4903-ab11-bef635577197|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a54dbf1a-44b8-403c-94c8-a2791c63a7e2 ASDC
2021-06-29T07:55:11.333Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:9d8b394a-46da-41b6-8b91-3f7b0a301d64
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:a54dbf1a-44b8-403c-94c8-a2791c63a7e2
ServiceInvariantUUID:81a6de41-dffd-41f5-aafc-545b02800574
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:d99a0fe1-62a4-4a5e-8761-2afe9de1892a
ArtifactChecksum:NjAwMDZhNWVlYTg4MDQzZTk0OWY3YWQ2NDFkYWJiY2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9782619e-68ed-49d8-b376-35b0b48359eb
ResourceInvariantUUID:1d72cb12-12a0-4cc6-ae88-b6858c06b21c
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e26dcaaf-7244-4b7f-8b88-776b451a6fbd
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:7ffd6c2f-b0af-4d2c-9474-ce8f9c658965
ArtifactChecksum:MDVhZTE3N2VlZDM4ODUzYmI3ZjMwYzBkZWY1YWZjZDc=
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:86832f0a-d6e5-4820-87a6-de8bbedf430b
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:d14f82d7-cd6a-4f98-95d7-20c0d8948d0a
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:d14f82d7-cd6a-4f98-95d7-20c0d8948d0a
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-29T07:55:11.334Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a54dbf1a-44b8-403c-94c8-a2791c63a7e2 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-06-29T07:55:11.379Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-29T07:55:11.380Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:55:11.380Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:55:11.380Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d99a0fe1-62a4-4a5e-8761-2afe9de1892a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-29T07:55:11.380Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:55:11.380Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-29T07:55:11.590Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:55:11.593Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d99a0fe1-62a4-4a5e-8761-2afe9de1892a 74257
2021-06-29T07:55:11.593Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-06-29T07:55:11.593Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-29T07:55:11.593Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:55:11.594Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:11.595Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:11.595Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953311593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:11.695Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:55:11.696Z||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-06-29T07:55:11.696Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:11.707Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:11.707Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:12.595Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-29T07:55:12.596Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:55:12.597Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d99a0fe1-62a4-4a5e-8761-2afe9de1892a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-06-29T07:55:12.597Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-06-29T07:55:12.597Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-06-29T07:55:12.597Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-06-29T07:55:12.687Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11829574180755841056/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-06-29T07:55:13.487Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-29T07:55:13.487Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-29T07:55:13.487Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-29T07:55:13.488Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-06-29T07:55:13.488Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:13.488Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:13.488Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:13.488Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:13.488Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:13.488Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:13.488Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:13.488Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:13.488Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:13.488Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:13.488Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-29T07:55:13.488Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:13.488Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:55:13.488Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-29T07:55:13.489Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-29T07:55:13.489Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-29T07:55:13.489Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:13.489Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:55:13.489Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-29T07:55:13.489Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-29T07:55:13.489Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-29T07:55:13.489Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:13.489Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:55:13.489Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:13.489Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-29T07:55:13.490Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-29T07:55:13.490Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-06-29T07:55:13.490Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-06-29T07:55:13.490Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-06-29T07:55:13.490Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-29T07:55:13.490Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:13.490Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-29T07:55:13.490Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:13.490Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-29T07:55:13.490Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:55:13.491Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:13.491Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-29T07:55:13.491Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:55:13.491Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:13.491Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-29T07:55:13.491Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:55:13.491Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:13.491Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-29T07:55:13.491Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-29T07:55:13.491Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-29T07:55:13.492Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=eca0b71e-892d-4da2-93bf-a7f232c36321
2021-06-29T07:55:13.492Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:13.492Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:55:13.492Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:13.492Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:55:13.492Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:13.492Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:55:13.492Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:13.492Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:55:13.492Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:a54dbf1a-44b8-403c-94c8-a2791c63a7e2
Model Version:NULL
Model InvariantUuid:81a6de41-dffd-41f5-aafc-545b02800574
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7c01d56b-8866-401c-9a8c-cdf5f70fde8a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1d72cb12-12a0-4cc6-ae88-b6858c06b21c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9782619e-68ed-49d8-b376-35b0b48359eb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:642c2437-9389-4d16-bf44-56bcc109b395
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:4e5d0aca-0fc6-4473-9948-37e72511a0b0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eca0b71e-892d-4da2-93bf-a7f232c36321
ModelInvariantUuid:1c30f803-1648-4d1c-aca0-0cd6d150aafb
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:93e3b5a3-77e3-4479-87c9-ead760e8aedb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:b01cffe0-e0cb-4dbb-be86-bbea51ab04d5
ModelInvariantUuid:ab3f5c1e-5de0-4e2e-988c-a6b503f11a39
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:b7a65773-63a9-433c-ae08-cbdbaf109cd9
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-06-29T07:55:13.497Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e26dcaaf-7244-4b7f-8b88-776b451a6fbd
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-06-29T07:55:13.499Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||basic_vm 0
2021-06-29T07:55:13.499Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e26dcaaf-7244-4b7f-8b88-776b451a6fbd
2021-06-29T07:55:13.499Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7ffd6c2f-b0af-4d2c-9474-ce8f9c658965 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-06-29T07:55:13.499Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:55:13.499Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:13.688Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:55:13.688Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7ffd6c2f-b0af-4d2c-9474-ce8f9c658965 787
2021-06-29T07:55:13.689Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:13.689Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:13.689Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:55:13.689Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:13.690Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:13.690Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953313688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.758Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:55:13.759Z||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-06-29T07:55:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:13.779Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:13.791Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-29T07:55:13.791Z||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-06-29T07:55:13.791Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:13.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "dcae-sch",
  "timestamp": 1624953218705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953220275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953213920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953220419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953221575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "cds",
  "timestamp": 1624953222014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "dcae-sch",
  "timestamp": 1624953218705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953220275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953213920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953220419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953221575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "cds",
  "timestamp": 1624953222014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "dcae-sch",
  "timestamp": 1624953218705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953220275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953213920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953220419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953221575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "cds",
  "timestamp": 1624953222014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953213920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "dcae-sch",
  "timestamp": 1624953218705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953220275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953220419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.800Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:13.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953221575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.801Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:13.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "cds",
  "timestamp": 1624953222014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953213920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953220275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "dcae-sch",
  "timestamp": 1624953218705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953220419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953224789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "aai-ml",
  "timestamp": 1624953225421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953221575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "cds",
  "timestamp": 1624953222014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "dcae-sch",
  "timestamp": 1624953218705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953220275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953213920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953220419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953224789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "aai-ml",
  "timestamp": 1624953225421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953221575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "cds",
  "timestamp": 1624953222014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "dcae-sch",
  "timestamp": 1624953218705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953220275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953213920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953220419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953224789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "aai-ml",
  "timestamp": 1624953225421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "policy-id",
  "timestamp": 1624953227419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953221575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "cds",
  "timestamp": 1624953222014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953224789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953228922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.810Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953228919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.810Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "aai-ml",
  "timestamp": 1624953225421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "policy-id",
  "timestamp": 1624953227419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953224789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953229755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "cds",
  "timestamp": 1624953229926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "aai-ml",
  "timestamp": 1624953225421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "policy-id",
  "timestamp": 1624953227419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953224789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953230539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953230910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "cds",
  "timestamp": 1624953230932,
  "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-06-29T07:55:13.818Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9d8b394a-46da-41b6-8b91-3f7b0a301d64
2021-06-29T07:55:13.818Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d8b394a-46da-41b6-8b91-3f7b0a301d64 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-06-29T07:55:13.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "aai-ml",
  "timestamp": 1624953225421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953231058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:55:13.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "policy-id",
  "timestamp": 1624953227419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953224789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953231700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "aai-ml",
  "timestamp": 1624953225421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953232064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953232062,
  "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-06-29T07:55:13.832Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9d8b394a-46da-41b6-8b91-3f7b0a301d64
2021-06-29T07:55:13.832Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d8b394a-46da-41b6-8b91-3f7b0a301d64 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-06-29T07:55:13.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "policy-id",
  "timestamp": 1624953227419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953232597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953232707,
  "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-06-29T07:55:13.846Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d8b394a-46da-41b6-8b91-3f7b0a301d64
2021-06-29T07:55:13.846Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d8b394a-46da-41b6-8b91-3f7b0a301d64 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-06-29T07:55:13.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953233068,
  "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-06-29T07:55:13.857Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d8b394a-46da-41b6-8b91-3f7b0a301d64
2021-06-29T07:55:13.857Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d8b394a-46da-41b6-8b91-3f7b0a301d64 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-06-29T07:55:13.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "policy-id",
  "timestamp": 1624953227419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "aai-ml",
  "timestamp": 1624953233306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953233711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:55:13.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953233764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953234071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:55:13.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "policy-id",
  "timestamp": 1624953227419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953233920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953234982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "clamp",
  "timestamp": 1624953234608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953233920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "policy-id",
  "timestamp": 1624953235535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.864Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953236105,
  "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-06-29T07:55:13.868Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d8b394a-46da-41b6-8b91-3f7b0a301d64
2021-06-29T07:55:13.868Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d8b394a-46da-41b6-8b91-3f7b0a301d64 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-06-29T07:55:13.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "clamp",
  "timestamp": 1624953234608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953233920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "policy-id",
  "timestamp": 1624953236539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:55:13.875Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953237108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:55:13.875Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "clamp",
  "timestamp": 1624953234608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "cds",
  "timestamp": 1624953237014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953233920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "policy-id",
  "timestamp": 1624953237542,
  "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-06-29T07:55:13.881Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d8b394a-46da-41b6-8b91-3f7b0a301d64
2021-06-29T07:55:13.881Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d8b394a-46da-41b6-8b91-3f7b0a301d64 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-06-29T07:55:13.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953224789,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "clamp",
  "timestamp": 1624953234608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "cds",
  "timestamp": 1624953237014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953233920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "policy-id",
  "timestamp": 1624953227419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953224789,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "clamp",
  "timestamp": 1624953234608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "dcae-sch",
  "timestamp": 1624953238705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "cds",
  "timestamp": 1624953237014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953233920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "policy-id",
  "timestamp": 1624953227419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953224789,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "clamp",
  "timestamp": 1624953234608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "dcae-sch",
  "timestamp": 1624953238705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "cds",
  "timestamp": 1624953237014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953233920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "policy-id",
  "timestamp": 1624953227419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953240275,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "aai-ml",
  "timestamp": 1624953240913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:55:13.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953224789,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "clamp",
  "timestamp": 1624953234608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "dcae-sch",
  "timestamp": 1624953238705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "cds",
  "timestamp": 1624953237014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953233920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "policy-id",
  "timestamp": 1624953227419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953240275,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "aai-ml",
  "timestamp": 1624953241915,
  "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-06-29T07:55:13.896Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9d8b394a-46da-41b6-8b91-3f7b0a301d64
2021-06-29T07:55:13.896Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d8b394a-46da-41b6-8b91-3f7b0a301d64 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-06-29T07:55:13.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953224789,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953241575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "dcae-sch",
  "timestamp": 1624953238705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "cds",
  "timestamp": 1624953237014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "policy-id",
  "timestamp": 1624953227419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953240275,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "aai-ml",
  "timestamp": 1624953225421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953224789,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953241575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "dcae-sch",
  "timestamp": 1624953238705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "cds",
  "timestamp": 1624953237014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "policy-id",
  "timestamp": 1624953227419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953240275,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "aai-ml",
  "timestamp": 1624953225421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953224789,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953241575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "dcae-sch",
  "timestamp": 1624953238705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "cds",
  "timestamp": 1624953237014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "policy-id",
  "timestamp": 1624953227419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953240275,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "aai-ml",
  "timestamp": 1624953225421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953224789,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953241575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "dcae-sch",
  "timestamp": 1624953238705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "policy-id",
  "timestamp": 1624953227419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953240275,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "aai-ml",
  "timestamp": 1624953225421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953241575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "dcae-sch",
  "timestamp": 1624953238705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "cds",
  "timestamp": 1624953246726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953240275,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "aai-ml",
  "timestamp": 1624953225421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953247208,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953241575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "policy-id",
  "timestamp": 1624953247523,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "cds",
  "timestamp": 1624953247730,
  "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-06-29T07:55:13.922Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d11554fe-723b-42f9-aac7-0a085733e4da
2021-06-29T07:55:13.922Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d11554fe-723b-42f9-aac7-0a085733e4da 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-06-29T07:55:13.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "aai-ml",
  "timestamp": 1624953225421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953240275,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953241575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "policy-id",
  "timestamp": 1624953248527,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:55:13.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953248918,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "aai-ml",
  "timestamp": 1624953225421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953241575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "dcae-sch",
  "timestamp": 1624953249414,
  "artifactURL": "/sdc/v1/catalog/services/b7d15e81-c6a2-4014-9e86-37eb6d275af4/resourceInstances/basicclamp0/artifacts/04d81bca-a758-4823-83a8-dd6781439819",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953249508,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "policy-id",
  "timestamp": 1624953249529,
  "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-06-29T07:55:13.938Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d11554fe-723b-42f9-aac7-0a085733e4da
2021-06-29T07:55:13.939Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d11554fe-723b-42f9-aac7-0a085733e4da 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-06-29T07:55:13.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "aai-ml",
  "timestamp": 1624953225421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:55:13.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953250124,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.945Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953250373,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953250685,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "dcae-sch",
  "timestamp": 1624953250755,
  "artifactURL": "/sdc/v1/catalog/services/b7d15e81-c6a2-4014-9e86-37eb6d275af4/resourceInstances/basicclamp0/artifacts/04d81bca-a758-4823-83a8-dd6781439819",
  "status": "DEPLOY_OK"
}
2021-06-29T07:55:13.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953250419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953251143,
  "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-06-29T07:55:13.950Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d11554fe-723b-42f9-aac7-0a085733e4da
2021-06-29T07:55:13.950Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d11554fe-723b-42f9-aac7-0a085733e4da 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-06-29T07:55:13.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "aai-ml",
  "timestamp": 1624953251192,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.955Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953251609,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.955Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "clamp",
  "timestamp": 1624953251694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.955Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "dcae-sch",
  "timestamp": 1624953251758,
  "artifactURL": "/sdc/v1/catalog/services/b7d15e81-c6a2-4014-9e86-37eb6d275af4/resourceInstances/basicclamp0/artifacts/04d81bca-a758-4823-83a8-dd6781439819",
  "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-06-29T07:55:13.959Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of d11554fe-723b-42f9-aac7-0a085733e4da
2021-06-29T07:55:13.959Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d11554fe-723b-42f9-aac7-0a085733e4da 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-06-29T07:55:13.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953251864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.966Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953250419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:13.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953252145,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:55:13.966Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953252781,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:13.967Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:55:13.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953252870,
  "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-06-29T07:55:13.971Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d11554fe-723b-42f9-aac7-0a085733e4da
2021-06-29T07:55:13.971Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d11554fe-723b-42f9-aac7-0a085733e4da 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-06-29T07:55:13.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:55:13.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953250419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:13.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:55:14.691Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "642c2437-9389-4d16-bf44-56bcc109b395",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4e5d0aca-0fc6-4473-9948-37e72511a0b0",
    "vfModuleModelCustomizationUUID": "ff56707f-ccdd-4fef-aa07-305f62a3638d",
    "isBase": true,
    "artifacts": [
      "86832f0a-d6e5-4820-87a6-de8bbedf430b",
      "d14f82d7-cd6a-4f98-95d7-20c0d8948d0a"
    ],
    "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-06-29T07:55:14.694Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e5d0aca-0fc6-4473-9948-37e72511a0b0
VfModuleModelInvariantUUID:642c2437-9389-4d16-bf44-56bcc109b395
VfModuleModelDescription:NULL
Artifacts UUID List:{
86832f0a-d6e5-4820-87a6-de8bbedf430b
,
d14f82d7-cd6a-4f98-95d7-20c0d8948d0a

}
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-06-29T07:55:14.696Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "642c2437-9389-4d16-bf44-56bcc109b395",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4e5d0aca-0fc6-4473-9948-37e72511a0b0",
    "vfModuleModelCustomizationUUID": "ff56707f-ccdd-4fef-aa07-305f62a3638d",
    "isBase": true,
    "artifacts": [
      "86832f0a-d6e5-4820-87a6-de8bbedf430b",
      "d14f82d7-cd6a-4f98-95d7-20c0d8948d0a"
    ],
    "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-06-29T07:55:14.696Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e5d0aca-0fc6-4473-9948-37e72511a0b0
VfModuleModelInvariantUUID:642c2437-9389-4d16-bf44-56bcc109b395
VfModuleModelDescription:NULL
Artifacts UUID List:{
86832f0a-d6e5-4820-87a6-de8bbedf430b
,
d14f82d7-cd6a-4f98-95d7-20c0d8948d0a

}
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-06-29T07:55:14.696Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 86832f0a-d6e5-4820-87a6-de8bbedf430b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-06-29T07:55:14.697Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:55:14.697Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:14.880Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:55:14.881Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 86832f0a-d6e5-4820-87a6-de8bbedf430b 5033
2021-06-29T07:55:14.881Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:14.881Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:14.881Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:55:14.881Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:14.883Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:14.883Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953314881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:14.983Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:55:14.984Z||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-06-29T07:55:14.984Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:14.996Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:14.996Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:15.884Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d14f82d7-cd6a-4f98-95d7-20c0d8948d0a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-06-29T07:55:15.884Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:55:15.884Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:16.476Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:55:16.476Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d14f82d7-cd6a-4f98-95d7-20c0d8948d0a 903
2021-06-29T07:55:16.476Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:16.477Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:16.477Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:55:16.477Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:16.478Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:16.478Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953316476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:55:16.578Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:55:16.579Z||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-06-29T07:55:16.579Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:16.590Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:16.591Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:17.479Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a54dbf1a-44b8-403c-94c8-a2791c63a7e2
2021-06-29T07:55:17.479Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e26dcaaf-7244-4b7f-8b88-776b451a6fbd 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-06-29T07:55:17.489Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:17.490Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:55:17.490Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-06-29T07:55:17.490Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 9782619e-68ed-49d8-b376-35b0b48359eb
2021-06-29T07:55:17.490Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9782619e-68ed-49d8-b376-35b0b48359eb matches Tosca VF Customization UUID: 9782619e-68ed-49d8-b376-35b0b48359eb
2021-06-29T07:55:17.490Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 9782619e-68ed-49d8-b376-35b0b48359eb  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-06-29T07:55:17.492Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:17.492Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:55:17.492Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 9782619e-68ed-49d8-b376-35b0b48359eb: {\"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-06-29T07:55:17.492Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d7289f3
2021-06-29T07:55:17.492Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:17.493Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-29T07:55:17.493Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ff56707f-ccdd-4fef-aa07-305f62a3638d
2021-06-29T07:55:17.493Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ff56707f-ccdd-4fef-aa07-305f62a3638d
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-06-29T07:55:17.494Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:17.494Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-29T07:55:17.495Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:55:17.495Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:17.495Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-29T07:55:17.495Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:55:17.495Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:17.495Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-29T07:55:17.495Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-29T07:55:17.495Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-29T07:55:17.496Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=eca0b71e-892d-4da2-93bf-a7f232c36321
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-06-29T07:55:17.497Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:17.497Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-29T07:55:17.497Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:55:17.498Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:17.498Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-29T07:55:17.498Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9782619e-68ed-49d8-b376-35b0b48359eb
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-06-29T07:55:17.499Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:17.499Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:55:17.499Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a54dbf1a-44b8-403c-94c8-a2791c63a7e2: basic_vm
2021-06-29T07:55:17.499Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:17.500Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:55:17.500Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:17.500Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:55:17.500Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:17.500Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:55:17.500Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:17.500Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:55:17.500Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:55:17.500Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:55:17.500Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:17.562Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e26dcaaf-7244-4b7f-8b88-776b451a6fbd 1 ASDC deployResourceStructure
2021-06-29T07:55:17.563Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:17.563Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:17.563Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:55:17.563Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:17.564Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:17.564Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953317563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:55:17.665Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:55:17.665Z||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-06-29T07:55:17.665Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:17.677Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:17.677Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:18.565Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:18.565Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:18.566Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:55:18.566Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:18.567Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:18.567Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953318565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-06-29T07:55:18.668Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:55:18.668Z||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-06-29T07:55:18.668Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:18.679Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:18.679Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:19.568Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:19.568Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:19.569Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:55:19.569Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:19.570Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:19.571Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953319568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-06-29T07:55:19.671Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:55:19.671Z||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-06-29T07:55:19.671Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:19.682Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:19.682Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:20.572Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-06-29T07:55:20.572Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-29T07:55:20.572Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:55:20.572Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:20.574Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:20.574Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953320572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:55:20.674Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:55:20.675Z||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-06-29T07:55:20.675Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:20.690Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:20.690Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:21.576Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d8b394a-46da-41b6-8b91-3f7b0a301d64
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:55:21.584Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d8b394a-46da-41b6-8b91-3f7b0a301d64
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:55:21.586Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:55:21.586Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-29T07:55:21.586Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-29T07:55:21.586Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-29T07:55:21.586Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:55:21.586Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:55:21.587Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:55:21.587Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:55:21.587Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:55:21.587Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:21.590Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-29T07:55:51.591Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9d8b394a-46da-41b6-8b91-3f7b0a301d64 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-06-29T07:55:51.595Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9d8b394a-46da-41b6-8b91-3f7b0a301d64 and serviceModelVersionId: a54dbf1a-44b8-403c-94c8-a2791c63a7e2
2021-06-29T07:55:51.595Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81a6de41-dffd-41f5-aafc-545b02800574
2021-06-29T07:55:51.596Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81a6de41-dffd-41f5-aafc-545b02800574/model-vers/model-ver/a54dbf1a-44b8-403c-94c8-a2791c63a7e2?depth=0
2021-06-29T07:55:51.599Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-29T07:55:51.634Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81a6de41-dffd-41f5-aafc-545b02800574/model-vers/model-ver/a54dbf1a-44b8-403c-94c8-a2791c63a7e2?depth=0|INFO|500||Invoke
2021-06-29T07:55:51.634Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81a6de41-dffd-41f5-aafc-545b02800574/model-vers/model-ver/a54dbf1a-44b8-403c-94c8-a2791c63a7e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81a6de41-dffd-41f5-aafc-545b02800574/model-vers/model-ver/a54dbf1a-44b8-403c-94c8-a2791c63a7e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9d8b394a-46da-41b6-8b91-3f7b0a301d64], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2656d214-78c6-4805-baf4-ae3f4a1f9801], X-ECOMP-RequestID=[9d8b394a-46da-41b6-8b91-3f7b0a301d64], X-TransactionId=[], X-ONAP-RequestID=[9d8b394a-46da-41b6-8b91-3f7b0a301d64], Content-Type=[application/merge-patch+json]}
2021-06-29T07:55:51.652Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81a6de41-dffd-41f5-aafc-545b02800574/model-vers/model-ver/a54dbf1a-44b8-403c-94c8-a2791c63a7e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-29T07:55:51.727Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81a6de41-dffd-41f5-aafc-545b02800574/model-vers/model-ver/a54dbf1a-44b8-403c-94c8-a2791c63a7e2?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/81a6de41-dffd-41f5-aafc-545b02800574/model-vers/model-ver/a54dbf1a-44b8-403c-94c8-a2791c63a7e2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210629-07:55:51:659-39932], vertex-id=[426128], Content-Length=[0], Date=[Tue, 29 Jun 2021 07:55:51 GMT], Content-Type=[application/json]}
2021-06-29T07:55:51.727Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81a6de41-dffd-41f5-aafc-545b02800574/model-vers/model-ver/a54dbf1a-44b8-403c-94c8-a2791c63a7e2?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-29T07:55:51.728Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81a6de41-dffd-41f5-aafc-545b02800574/model-vers/model-ver/a54dbf1a-44b8-403c-94c8-a2791c63a7e2?depth=0|INFO|500||InvokeReturn
2021-06-29T07:55:51.728Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-29T07:55:51.728Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:51.733Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||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-06-29T07:55:51.733Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9d8b394a-46da-41b6-8b91-3f7b0a301d64 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-29T07:55:51.733Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-29T07:55:51.733Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:51.735Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:51.735Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953351733,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-29T07:55:51.835Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:55:51.836Z||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-06-29T07:55:51.836Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:51.850Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:51.850Z||pool-66-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-06-29T07:55:52.745Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-29T07:55:52.745Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d11554fe-723b-42f9-aac7-0a085733e4da","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"b7d15e81-c6a2-4014-9e86-37eb6d275af4","serviceDescription":"service","serviceInvariantUUID":"3b56f1d0-7f3b-480a-b405-114f3f8cc60f","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d4044ec1-337a-4f33-a77a-06b3d1f3197a","resourceInvariantUUID":"ed1cf8af-1181-41ce-a6d5-49213f99bff0","resourceCustomizationUUID":"8c53affe-21e8-457e-b17e-2ba3acc1089e","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":"04d81bca-a758-4823-83a8-dd6781439819","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":"NTg1ZGRmMGQ3ZTZlMTMzNzg0YTI3OTM4Zjc0M2Y3OTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f6eed03c-c24b-4e2d-a544-298dd3380bb5","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":"MDA4YjVmODdiNzQ4NTM2Nzc5NzdmODRhNDBmOWJjODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2c4ff241-3686-47d4-802d-3db7d18e029d","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":"771a0e8a-feca-42b9-b953-dd2df7a8a5b4","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":"303e0b11-d145-4c98-9eb0-7e2a889011f9","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":"c630d4a1-9391-4873-99c3-6bf858f46922","artifactVersion":"2","generatedFromUUID":"771a0e8a-feca-42b9-b953-dd2df7a8a5b4"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZWVlZmU4ZmRkNzgxMjUyNzk3NWEzOWJlOWY5NjFjOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8e03c55-13e8-4c34-9eba-abda08fcca51","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YzgyZGE1NTY5ZDk5OWU3NDdhMzBjZmJlODU0MWYwNDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9b31593-eded-4eeb-9e76-daca515c8232","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-29T07:55:52.746Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:55:52.746Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:52.747Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:52.747Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:52.847Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:55:52.848Z||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-06-29T07:55:52.848Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:52.858Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:52.858Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:53.748Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:55:53.749Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:53.751Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:53.751Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:53.851Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:55:53.852Z||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-06-29T07:55:53.852Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:53.862Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:53.863Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:54.751Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:55:54.752Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:54.753Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:54.753Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:55:54.854Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:55:54.854Z||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-06-29T07:55:54.854Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:54.864Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:54.865Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:55.754Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:55:55.754Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:55.756Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:55.756Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:55:55.856Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:55:55.857Z||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-06-29T07:55:55.857Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:55.870Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:55.870Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:55:56.756Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:55:56.757Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:56.758Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:56.758Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:56.858Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:55:56.859Z||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-06-29T07:55:56.859Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:56.870Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:56.870Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:57.759Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:55:57.760Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:57.761Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:57.761Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-29T07:55:57.861Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:55:57.862Z||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-06-29T07:55:57.862Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:57.873Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:57.874Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:58.762Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:55:58.762Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:58.764Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:58.764Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:55:58.864Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:55:58.865Z||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-06-29T07:55:58.865Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:58.879Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:58.879Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:55:59.764Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:55:59.765Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:55:59.766Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:55:59.766Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:55:59.866Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:55:59.867Z||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-06-29T07:55:59.867Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:55:59.878Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:55:59.878Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:56:00.767Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "b7d15e81-c6a2-4014-9e86-37eb6d275af4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3b56f1d0-7f3b-480a-b405-114f3f8cc60f",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "8c53affe-21e8-457e-b17e-2ba3acc1089e",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d4044ec1-337a-4f33-a77a-06b3d1f3197a",
      "resourceInvariantUUID": "ed1cf8af-1181-41ce-a6d5-49213f99bff0",
      "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": "MDA4YjVmODdiNzQ4NTM2Nzc5NzdmODRhNDBmOWJjODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2c4ff241-3686-47d4-802d-3db7d18e029d",
          "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": "771a0e8a-feca-42b9-b953-dd2df7a8a5b4",
          "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": "c630d4a1-9391-4873-99c3-6bf858f46922",
            "generatedFromUUID": "771a0e8a-feca-42b9-b953-dd2df7a8a5b4"
          },
          "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": "c630d4a1-9391-4873-99c3-6bf858f46922",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YzgyZGE1NTY5ZDk5OWU3NDdhMzBjZmJlODU0MWYwNDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e9b31593-eded-4eeb-9e76-daca515c8232"
    }
  ],
  "workloadContext": "Production"
}
2021-06-29T07:56:00.768Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-29T07:56:00.768Z|9d8b394a-46da-41b6-8b91-3f7b0a301d64|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b7d15e81-c6a2-4014-9e86-37eb6d275af4 ASDC
2021-06-29T07:56:00.768Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:d11554fe-723b-42f9-aac7-0a085733e4da
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:b7d15e81-c6a2-4014-9e86-37eb6d275af4
ServiceInvariantUUID:3b56f1d0-7f3b-480a-b405-114f3f8cc60f
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:e9b31593-eded-4eeb-9e76-daca515c8232
ArtifactChecksum:YzgyZGE1NTY5ZDk5OWU3NDdhMzBjZmJlODU0MWYwNDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:8c53affe-21e8-457e-b17e-2ba3acc1089e
ResourceInvariantUUID:ed1cf8af-1181-41ce-a6d5-49213f99bff0
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:d4044ec1-337a-4f33-a77a-06b3d1f3197a
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:2c4ff241-3686-47d4-802d-3db7d18e029d
ArtifactChecksum:MDA4YjVmODdiNzQ4NTM2Nzc5NzdmODRhNDBmOWJjODg=
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:771a0e8a-feca-42b9-b953-dd2df7a8a5b4
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:c630d4a1-9391-4873-99c3-6bf858f46922
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:c630d4a1-9391-4873-99c3-6bf858f46922
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-29T07:56:00.768Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b7d15e81-c6a2-4014-9e86-37eb6d275af4 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-06-29T07:56:00.792Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-29T07:56:00.792Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:56:00.792Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:56:00.792Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e9b31593-eded-4eeb-9e76-daca515c8232 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-06-29T07:56:00.792Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:56:00.792Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-06-29T07:56:02.618Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:56:02.621Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar e9b31593-eded-4eeb-9e76-daca515c8232 76835
2021-06-29T07:56:02.621Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-06-29T07:56:02.621Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-06-29T07:56:02.622Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:56:02.622Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:56:02.623Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:56:02.623Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953362621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:56:02.723Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:56:02.724Z||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-06-29T07:56:02.724Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:56:02.737Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:56:02.737Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:56:03.624Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-29T07:56:03.624Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:56:03.625Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e9b31593-eded-4eeb-9e76-daca515c8232, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-29T07:56:03.625Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-06-29T07:56:03.625Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-29T07:56:03.625Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-29T07:56:03.741Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5129093739819557486/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-06-29T07:56:04.571Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-29T07:56:04.572Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-29T07:56:04.572Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-29T07:56:04.572Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-06-29T07:56:04.572Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:04.572Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:04.573Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:04.573Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:04.573Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:04.573Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:04.573Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:04.573Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:04.573Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:04.573Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:04.573Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-29T07:56:04.574Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:04.574Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:56:04.574Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-29T07:56:04.574Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-29T07:56:04.574Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-29T07:56:04.575Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:04.575Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:56:04.575Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-29T07:56:04.575Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-29T07:56:04.575Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-29T07:56:04.576Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:04.576Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:56:04.576Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:04.576Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-06-29T07:56:04.576Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-06-29T07:56:04.576Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-06-29T07:56:04.577Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-06-29T07:56:04.577Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-29T07:56:04.577Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-29T07:56:04.577Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:04.577Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-29T07:56:04.577Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:04.578Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-29T07:56:04.578Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:56:04.578Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:04.578Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-29T07:56:04.578Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:56:04.579Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:04.579Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-29T07:56:04.579Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:56:04.579Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:04.579Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-06-29T07:56:04.580Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-29T07:56:04.580Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-29T07:56:04.580Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=be33e3c9-901c-4239-9e10-b0eab721dbf7
2021-06-29T07:56:04.580Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:04.580Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:56:04.580Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:04.581Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:56:04.581Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:04.581Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:56:04.581Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:04.581Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:56:04.581Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:b7d15e81-c6a2-4014-9e86-37eb6d275af4
Model Version:NULL
Model InvariantUuid:3b56f1d0-7f3b-480a-b405-114f3f8cc60f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:00189d51-f335-4d97-a03b-f519c7b5f956
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ed1cf8af-1181-41ce-a6d5-49213f99bff0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8c53affe-21e8-457e-b17e-2ba3acc1089e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:da01c7a0-b42c-4a16-af16-987b8a9f4fb2
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:e2f04828-f67b-4aaf-b62f-8081d36fa76c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:be33e3c9-901c-4239-9e10-b0eab721dbf7
ModelInvariantUuid:3160a382-1f08-4e57-bdf1-8eed220d7ad1
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:6d6b870b-075a-4b79-864c-9190857c075d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d0de0419-d324-4f3b-b954-314c38c7c958
ModelInvariantUuid:3f0b3d57-f678-48ff-98bd-66af9502d786
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:ea1ef299-7d0e-4e6e-a9cf-9ff09269080d
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-06-29T07:56:04.586Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: d4044ec1-337a-4f33-a77a-06b3d1f3197a
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-06-29T07:56:04.589Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||basicclamp 0
2021-06-29T07:56:04.589Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d4044ec1-337a-4f33-a77a-06b3d1f3197a
2021-06-29T07:56:04.589Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2c4ff241-3686-47d4-802d-3db7d18e029d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-06-29T07:56:04.589Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:56:04.589Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-06-29T07:56:06.523Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:56:06.523Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2c4ff241-3686-47d4-802d-3db7d18e029d 790
2021-06-29T07:56:06.523Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:06.524Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:06.524Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:56:06.524Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:56:06.525Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:56:06.525Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953366523,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:56:06.625Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-29T07:56:06.626Z||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-06-29T07:56:06.626Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:56:06.637Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:56:06.637Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:56:07.526Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "da01c7a0-b42c-4a16-af16-987b8a9f4fb2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e2f04828-f67b-4aaf-b62f-8081d36fa76c",
    "vfModuleModelCustomizationUUID": "67e4777f-eb9f-4339-9d62-b0af852b4d27",
    "isBase": true,
    "artifacts": [
      "771a0e8a-feca-42b9-b953-dd2df7a8a5b4",
      "c630d4a1-9391-4873-99c3-6bf858f46922"
    ],
    "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-06-29T07:56:07.529Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2f04828-f67b-4aaf-b62f-8081d36fa76c
VfModuleModelInvariantUUID:da01c7a0-b42c-4a16-af16-987b8a9f4fb2
VfModuleModelDescription:NULL
Artifacts UUID List:{
771a0e8a-feca-42b9-b953-dd2df7a8a5b4
,
c630d4a1-9391-4873-99c3-6bf858f46922

}
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-06-29T07:56:07.530Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "da01c7a0-b42c-4a16-af16-987b8a9f4fb2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e2f04828-f67b-4aaf-b62f-8081d36fa76c",
    "vfModuleModelCustomizationUUID": "67e4777f-eb9f-4339-9d62-b0af852b4d27",
    "isBase": true,
    "artifacts": [
      "771a0e8a-feca-42b9-b953-dd2df7a8a5b4",
      "c630d4a1-9391-4873-99c3-6bf858f46922"
    ],
    "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-06-29T07:56:07.531Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2f04828-f67b-4aaf-b62f-8081d36fa76c
VfModuleModelInvariantUUID:da01c7a0-b42c-4a16-af16-987b8a9f4fb2
VfModuleModelDescription:NULL
Artifacts UUID List:{
771a0e8a-feca-42b9-b953-dd2df7a8a5b4
,
c630d4a1-9391-4873-99c3-6bf858f46922

}
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-06-29T07:56:07.531Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 771a0e8a-feca-42b9-b953-dd2df7a8a5b4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-06-29T07:56:07.531Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:56:07.531Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-06-29T07:56:08.124Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:56:08.125Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 771a0e8a-feca-42b9-b953-dd2df7a8a5b4 5033
2021-06-29T07:56:08.125Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:08.125Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:08.125Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:56:08.125Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:56:08.127Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:56:08.127Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953368125,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:56:08.227Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:56:08.228Z||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-06-29T07:56:08.228Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:56:08.240Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:56:08.241Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:56:09.127Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c630d4a1-9391-4873-99c3-6bf858f46922 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-06-29T07:56:09.128Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:56:09.128Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-06-29T07:56:09.284Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:56:09.285Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env c630d4a1-9391-4873-99c3-6bf858f46922 909
2021-06-29T07:56:09.285Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:09.285Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:09.285Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:56:09.285Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:56:09.287Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:56:09.287Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953369285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:56:09.387Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:56:09.388Z||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-06-29T07:56:09.388Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:56:09.399Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:56:09.399Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:56:10.288Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b7d15e81-c6a2-4014-9e86-37eb6d275af4
2021-06-29T07:56:10.288Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 d4044ec1-337a-4f33-a77a-06b3d1f3197a 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-06-29T07:56:10.304Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:10.305Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:56:10.305Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-06-29T07:56:10.305Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8c53affe-21e8-457e-b17e-2ba3acc1089e
2021-06-29T07:56:10.305Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8c53affe-21e8-457e-b17e-2ba3acc1089e matches Tosca VF Customization UUID: 8c53affe-21e8-457e-b17e-2ba3acc1089e
2021-06-29T07:56:10.305Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8c53affe-21e8-457e-b17e-2ba3acc1089e  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-06-29T07:56:10.307Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:10.307Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:56:10.307Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8c53affe-21e8-457e-b17e-2ba3acc1089e: {\"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-06-29T07:56:10.308Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@607475e9
2021-06-29T07:56:10.308Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:10.308Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-29T07:56:10.308Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 67e4777f-eb9f-4339-9d62-b0af852b4d27
2021-06-29T07:56:10.308Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 67e4777f-eb9f-4339-9d62-b0af852b4d27
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-06-29T07:56:10.310Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:10.310Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-29T07:56:10.310Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:56:10.311Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:10.311Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-29T07:56:10.311Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:56:10.311Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:10.311Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-06-29T07:56:10.312Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-29T07:56:10.312Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-29T07:56:10.312Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=be33e3c9-901c-4239-9e10-b0eab721dbf7
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-06-29T07:56:10.314Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:10.314Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-29T07:56:10.314Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:56:10.315Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:10.315Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-29T07:56:10.315Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=8c53affe-21e8-457e-b17e-2ba3acc1089e
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-06-29T07:56:10.317Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:10.317Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:56:10.317Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b7d15e81-c6a2-4014-9e86-37eb6d275af4: basicclamp
2021-06-29T07:56:10.317Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:10.318Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:56:10.318Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:10.318Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:56:10.318Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:10.318Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:56:10.318Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:10.319Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:56:10.319Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:56:10.319Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:56:10.319Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:10.387Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp d4044ec1-337a-4f33-a77a-06b3d1f3197a 1 ASDC deployResourceStructure
2021-06-29T07:56:10.388Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:10.388Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:10.388Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:56:10.388Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:56:10.390Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:56:10.390Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953370388,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:56:10.490Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:56:10.491Z||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-06-29T07:56:10.491Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:56:10.503Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:56:10.503Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:56:11.391Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:11.391Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:11.391Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:56:11.392Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:56:11.393Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:56:11.393Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953371391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-06-29T07:56:11.493Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:56:11.494Z||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-06-29T07:56:11.494Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:56:11.505Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:56:11.505Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:56:12.394Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:12.394Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:56:12.394Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:56:12.394Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:56:12.396Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:56:12.396Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953372394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-06-29T07:56:12.496Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:56:12.497Z||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-06-29T07:56:12.497Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:56:12.510Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:56:12.510Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:56:13.397Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-06-29T07:56:13.397Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-06-29T07:56:13.397Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:56:13.397Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:56:13.398Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:56:13.398Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953373396,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:56:13.499Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-29T07:56:13.499Z||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-06-29T07:56:13.500Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:56:13.514Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:56:13.514Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:56:13.758Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:56:13.759Z||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-06-29T07:56:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:56:13.780Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:56:13.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:56:13.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "clamp",
  "timestamp": 1624953253699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:56:13.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:56:14.399Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11554fe-723b-42f9-aac7-0a085733e4da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:56:14.407Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11554fe-723b-42f9-aac7-0a085733e4da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:56:14.409Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:56:14.409Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-29T07:56:14.409Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-29T07:56:44.409Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11554fe-723b-42f9-aac7-0a085733e4da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:56:44.419Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11554fe-723b-42f9-aac7-0a085733e4da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:56:44.421Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:56:44.421Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-29T07:56:44.421Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-29T07:57:13.758Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:57:13.759Z||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-06-29T07:57:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:57:13.777Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:57:13.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953253784,
  "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-06-29T07:57:13.795Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d11554fe-723b-42f9-aac7-0a085733e4da
2021-06-29T07:57:13.795Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d11554fe-723b-42f9-aac7-0a085733e4da 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-06-29T07:57:13.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953253874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:57:13.802Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953250419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "clamp",
  "timestamp": 1624953254702,
  "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-06-29T07:57:13.806Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9d8b394a-46da-41b6-8b91-3f7b0a301d64
2021-06-29T07:57:13.806Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d8b394a-46da-41b6-8b91-3f7b0a301d64 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-06-29T07:57:13.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953254788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:57:13.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953250419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "clamp",
  "timestamp": 1624953234608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953253920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953253148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "cds",
  "timestamp": 1624953252014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "policy-id",
  "timestamp": 1624953250532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953250419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "clamp",
  "timestamp": 1624953234608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953253148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953253920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "cds",
  "timestamp": 1624953252014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "policy-id",
  "timestamp": 1624953250532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953250419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "clamp",
  "timestamp": 1624953234608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "aai-ml",
  "timestamp": 1624953257865,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953253148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953253920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "cds",
  "timestamp": 1624953252014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "policy-id",
  "timestamp": 1624953250532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953250419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "clamp",
  "timestamp": 1624953234608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "aai-ml",
  "timestamp": 1624953258867,
  "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-06-29T07:57:13.818Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d11554fe-723b-42f9-aac7-0a085733e4da
2021-06-29T07:57:13.818Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d11554fe-723b-42f9-aac7-0a085733e4da 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-06-29T07:57:13.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953253148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953253920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "cds",
  "timestamp": 1624953252014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "policy-id",
  "timestamp": 1624953250532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "dcae-sch",
  "timestamp": 1624953258705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "clamp",
  "timestamp": 1624953234608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953253148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953253920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "cds",
  "timestamp": 1624953252014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "policy-id",
  "timestamp": 1624953250532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "dcae-sch",
  "timestamp": 1624953258705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "aai-ml",
  "timestamp": 1624953259869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953260666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "clamp",
  "timestamp": 1624953234608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953260275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953253148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953253920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "cds",
  "timestamp": 1624953252014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "policy-id",
  "timestamp": 1624953250532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "dcae-sch",
  "timestamp": 1624953258705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "aai-ml",
  "timestamp": 1624953259869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "clamp",
  "timestamp": 1624953234608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953260275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953253148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953253920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "cds",
  "timestamp": 1624953252014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "policy-id",
  "timestamp": 1624953250532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953261575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "dcae-sch",
  "timestamp": 1624953258705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "aai-ml",
  "timestamp": 1624953259869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953262625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "clamp",
  "timestamp": 1624953234608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953260275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953253148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953253920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "cds",
  "timestamp": 1624953252014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "policy-id",
  "timestamp": 1624953250532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953261575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "dcae-sch",
  "timestamp": 1624953258705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "aai-ml",
  "timestamp": 1624953259869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953263629,
  "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-06-29T07:57:13.832Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d11554fe-723b-42f9-aac7-0a085733e4da
2021-06-29T07:57:13.832Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d11554fe-723b-42f9-aac7-0a085733e4da 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-06-29T07:57:13.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953260275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953261575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "dcae-sch",
  "timestamp": 1624953258705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "aai-ml",
  "timestamp": 1624953259869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953260275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953261575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "dcae-sch",
  "timestamp": 1624953258705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "aai-ml",
  "timestamp": 1624953259869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953265609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "cds",
  "timestamp": 1624953265717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "policy-id",
  "timestamp": 1624953265728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953260275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953261575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "dcae-sch",
  "timestamp": 1624953258705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "aai-ml",
  "timestamp": 1624953259869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "policy-id",
  "timestamp": 1624953266730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953260275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953261575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "aai-ml",
  "timestamp": 1624953259869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953267706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:57:13.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "policy-id",
  "timestamp": 1624953267732,
  "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-06-29T07:57:13.849Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed16bc82-db05-4fe6-af00-40190249dfef
2021-06-29T07:57:13.849Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed16bc82-db05-4fe6-af00-40190249dfef 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-06-29T07:57:13.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953260275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "cds",
  "timestamp": 1624953268072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-29T07:57:13.859Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed16bc82-db05-4fe6-af00-40190249dfef
2021-06-29T07:57:13.859Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed16bc82-db05-4fe6-af00-40190249dfef 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-06-29T07:57:13.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953261575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "clamp",
  "timestamp": 1624953268696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:57:13.865Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "aai-ml",
  "timestamp": 1624953268941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:57:13.865Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953261575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953269222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:57:13.866Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "clamp",
  "timestamp": 1624953269698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:57:13.866Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953269718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:57:13.866Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953270238,
  "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-06-29T07:57:13.869Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed16bc82-db05-4fe6-af00-40190249dfef
2021-06-29T07:57:13.870Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed16bc82-db05-4fe6-af00-40190249dfef 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-06-29T07:57:13.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953270452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:57:13.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953270875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:57:13.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953271239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:57:13.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953271609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:57:13.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953272198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:57:13.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953272796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:57:13.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953273203,
  "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-06-29T07:57:13.877Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed16bc82-db05-4fe6-af00-40190249dfef
2021-06-29T07:57:13.878Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed16bc82-db05-4fe6-af00-40190249dfef 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-06-29T07:57:13.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "clamp",
  "timestamp": 1624953273796,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:57:13.882Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953273799,
  "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-06-29T07:57:13.886Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed16bc82-db05-4fe6-af00-40190249dfef
2021-06-29T07:57:13.886Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed16bc82-db05-4fe6-af00-40190249dfef 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-06-29T07:57:13.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953274205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:57:13.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "aai-ml",
  "timestamp": 1624953274307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:57:13.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "clamp",
  "timestamp": 1624953274799,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:57:13.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953274801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:57:13.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "aai-ml",
  "timestamp": 1624953275309,
  "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-06-29T07:57:13.895Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed16bc82-db05-4fe6-af00-40190249dfef
2021-06-29T07:57:13.895Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed16bc82-db05-4fe6-af00-40190249dfef 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-06-29T07:57:13.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "clamp",
  "timestamp": 1624953275801,
  "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-06-29T07:57:13.905Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d11554fe-723b-42f9-aac7-0a085733e4da
2021-06-29T07:57:13.905Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d11554fe-723b-42f9-aac7-0a085733e4da 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-06-29T07:57:13.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "clamp",
  "timestamp": 1624953276804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "clamp",
  "timestamp": 1624953276804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "clamp",
  "timestamp": 1624953276804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "clamp",
  "timestamp": 1624953276804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953280419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.912Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "clamp",
  "timestamp": 1624953276804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.912Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953280419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.912Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "clamp",
  "timestamp": 1624953276804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.912Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953280419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.912Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "clamp",
  "timestamp": 1624953276804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953280419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "clamp",
  "timestamp": 1624953276804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953280419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953280419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953280419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953280419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.914Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953289250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:57:13.914Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953291195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:57:13.914Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953292198,
  "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-06-29T07:57:13.917Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed16bc82-db05-4fe6-af00-40190249dfef
2021-06-29T07:57:13.917Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed16bc82-db05-4fe6-af00-40190249dfef 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-06-29T07:57:13.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "clamp",
  "timestamp": 1624953292698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:57:13.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "clamp",
  "timestamp": 1624953294700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:57:13.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "clamp",
  "timestamp": 1624953295702,
  "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-06-29T07:57:13.927Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ed16bc82-db05-4fe6-af00-40190249dfef
2021-06-29T07:57:13.927Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed16bc82-db05-4fe6-af00-40190249dfef 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-06-29T07:57:13.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec0ca385-47f8-4903-ab11-bef635577197",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953298986,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-29T07:57:13.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:57:13.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:57:13.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953311593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:57:13.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:57:14.423Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11554fe-723b-42f9-aac7-0a085733e4da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:57:14.431Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11554fe-723b-42f9-aac7-0a085733e4da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:57:14.434Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:57:14.434Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-29T07:57:14.434Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-29T07:57:14.434Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-29T07:57:14.434Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:57:14.435Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:57:14.435Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:57:14.435Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:57:14.435Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:57:14.435Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:57:14.435Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:57:14.436Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:57:14.440Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-29T07:57:44.440Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d11554fe-723b-42f9-aac7-0a085733e4da 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-06-29T07:57:44.447Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d11554fe-723b-42f9-aac7-0a085733e4da and serviceModelVersionId: b7d15e81-c6a2-4014-9e86-37eb6d275af4
2021-06-29T07:57:44.448Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b56f1d0-7f3b-480a-b405-114f3f8cc60f
2021-06-29T07:57:44.449Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b56f1d0-7f3b-480a-b405-114f3f8cc60f/model-vers/model-ver/b7d15e81-c6a2-4014-9e86-37eb6d275af4?depth=0
2021-06-29T07:57:44.453Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-29T07:57:44.480Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b56f1d0-7f3b-480a-b405-114f3f8cc60f/model-vers/model-ver/b7d15e81-c6a2-4014-9e86-37eb6d275af4?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-06-29T07:57:44.481Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b56f1d0-7f3b-480a-b405-114f3f8cc60f/model-vers/model-ver/b7d15e81-c6a2-4014-9e86-37eb6d275af4?depth=0|INFO|500||Invoke
2021-06-29T07:57:44.498Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b56f1d0-7f3b-480a-b405-114f3f8cc60f/model-vers/model-ver/b7d15e81-c6a2-4014-9e86-37eb6d275af4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-29T07:57:45.563Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b56f1d0-7f3b-480a-b405-114f3f8cc60f/model-vers/model-ver/b7d15e81-c6a2-4014-9e86-37eb6d275af4?depth=0|INFO|500||InvokeReturn
2021-06-29T07:57:45.563Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b56f1d0-7f3b-480a-b405-114f3f8cc60f/model-vers/model-ver/b7d15e81-c6a2-4014-9e86-37eb6d275af4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210629-07:57:44:506-6738], vertex-id=[438416], Content-Length=[0], Date=[Tue, 29 Jun 2021 07:57:44 GMT], Content-Type=[application/json]}
2021-06-29T07:57:45.564Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-06-29T07:57:45.564Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-29T07:57:45.564Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:57:45.567Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||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-06-29T07:57:45.567Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d11554fe-723b-42f9-aac7-0a085733e4da and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-29T07:57:45.567Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-29T07:57:45.567Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:57:45.569Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:57:45.569Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953465567,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-29T07:57:45.669Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:57:45.670Z||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-06-29T07:57:45.670Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:57:45.684Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:57:45.684Z||pool-83-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-06-29T07:57:46.578Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-29T07:57:46.578Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed16bc82-db05-4fe6-af00-40190249dfef","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"ec4af186-a686-4cb6-9706-fe786cdf633e","serviceDescription":"service","serviceInvariantUUID":"829b520e-98c4-4ecc-8055-b694c21e9f2b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e3bcdc5b-478c-4f18-ac03-76896edcc0d6","resourceInvariantUUID":"37403073-0e77-4b7d-a0fc-f8fd1e49c9a9","resourceCustomizationUUID":"7a2291ed-0272-4d48-b705-771d3cf3b681","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":"MDQ4MTkzOTJiYThiYzUzZTg1ZjMyMGE4NmQ1NmM3NjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce61c3b5-e16f-4f5b-a630-93830f9262fe","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":"MTE3MTE2OTA2NmJlZjFiNjBmNmRkN2MyMWZlN2M0MjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"32116c6c-095a-47d2-b8f2-df41e032403f","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":"9ec02cf2-ef7c-4fd5-94e5-999e6e3d10c4","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":"bbb3b694-f82b-4b79-a93b-1957c525c98e","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":"d389eb0f-b8d0-436d-a116-7c4f4618a659","artifactVersion":"2","generatedFromUUID":"9ec02cf2-ef7c-4fd5-94e5-999e6e3d10c4"},{"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":"NjI5ZTkxYjRjMGNhYTg1ODQ3YjJiYjA2ZTFmODU4NjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a9189251-26b7-4d37-93a4-201c88860577","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":"ZjI4MWMxMTlmMmE4MGI5Mzk1YmRmNThiMTNjNWE0OTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"57231f42-d150-4517-b5b0-2691da360cf7","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MWM0MDljZmFjMmVlMWY1OTE0MWE0OWY1YjIwODcyNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"36d92672-53d3-4106-b8a3-70de0631ab5a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-29T07:57:46.578Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:57:46.578Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:57:46.580Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:57:46.580Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:46.680Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:57:46.680Z||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-06-29T07:57:46.680Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:57:46.693Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:57:46.693Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:57:47.580Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:57:47.581Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:57:47.582Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:57:47.583Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:57:47.683Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:57:47.684Z||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-06-29T07:57:47.684Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:57:47.695Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:57:47.696Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:57:48.583Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:57:48.584Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:57:48.585Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:57:48.585Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:57:48.685Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:57:48.686Z||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-06-29T07:57:48.686Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:57:48.698Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:57:48.699Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:57:49.586Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:57:49.586Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:57:49.588Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:57:49.588Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:49.688Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:57:49.688Z||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-06-29T07:57:49.688Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:57:49.701Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:57:49.701Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:57:50.588Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:57:50.589Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:57:50.590Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:57:50.590Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-29T07:57:50.690Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:57:50.691Z||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-06-29T07:57:50.691Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:57:50.702Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:57:50.702Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:57:51.590Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:57:51.591Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:57:51.592Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:57:51.592Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:51.692Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:57:51.693Z||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-06-29T07:57:51.693Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:57:51.704Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:57:51.705Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:57:52.593Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:57:52.593Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:57:52.595Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:57:52.595Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:57:52.695Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:57:52.696Z||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-06-29T07:57:52.696Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:57:52.710Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:57:52.710Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:57:53.595Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:57:53.596Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:57:53.597Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:57:53.598Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:57:53.698Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:57:53.698Z||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-06-29T07:57:53.699Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:57:53.711Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:57:53.711Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:57:54.599Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ec4af186-a686-4cb6-9706-fe786cdf633e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "829b520e-98c4-4ecc-8055-b694c21e9f2b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "7a2291ed-0272-4d48-b705-771d3cf3b681",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e3bcdc5b-478c-4f18-ac03-76896edcc0d6",
      "resourceInvariantUUID": "37403073-0e77-4b7d-a0fc-f8fd1e49c9a9",
      "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": "MTE3MTE2OTA2NmJlZjFiNjBmNmRkN2MyMWZlN2M0MjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "32116c6c-095a-47d2-b8f2-df41e032403f",
          "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": "9ec02cf2-ef7c-4fd5-94e5-999e6e3d10c4",
          "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": "d389eb0f-b8d0-436d-a116-7c4f4618a659",
            "generatedFromUUID": "9ec02cf2-ef7c-4fd5-94e5-999e6e3d10c4"
          },
          "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": "d389eb0f-b8d0-436d-a116-7c4f4618a659",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MWM0MDljZmFjMmVlMWY1OTE0MWE0OWY1YjIwODcyNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "36d92672-53d3-4106-b8a3-70de0631ab5a"
    }
  ],
  "workloadContext": "Production"
}
2021-06-29T07:57:54.599Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-29T07:57:54.599Z|d11554fe-723b-42f9-aac7-0a085733e4da|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ec4af186-a686-4cb6-9706-fe786cdf633e ASDC
2021-06-29T07:57:54.599Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:ed16bc82-db05-4fe6-af00-40190249dfef
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:ec4af186-a686-4cb6-9706-fe786cdf633e
ServiceInvariantUUID:829b520e-98c4-4ecc-8055-b694c21e9f2b
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:36d92672-53d3-4106-b8a3-70de0631ab5a
ArtifactChecksum:MWM0MDljZmFjMmVlMWY1OTE0MWE0OWY1YjIwODcyNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:7a2291ed-0272-4d48-b705-771d3cf3b681
ResourceInvariantUUID:37403073-0e77-4b7d-a0fc-f8fd1e49c9a9
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:e3bcdc5b-478c-4f18-ac03-76896edcc0d6
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:32116c6c-095a-47d2-b8f2-df41e032403f
ArtifactChecksum:MTE3MTE2OTA2NmJlZjFiNjBmNmRkN2MyMWZlN2M0MjU=
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:9ec02cf2-ef7c-4fd5-94e5-999e6e3d10c4
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:d389eb0f-b8d0-436d-a116-7c4f4618a659
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:d389eb0f-b8d0-436d-a116-7c4f4618a659
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-29T07:57:54.599Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ec4af186-a686-4cb6-9706-fe786cdf633e 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-06-29T07:57:54.625Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-29T07:57:54.626Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:57:54.626Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:57:54.626Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 36d92672-53d3-4106-b8a3-70de0631ab5a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-06-29T07:57:54.626Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:57:54.626Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-06-29T07:57:54.824Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:57:54.827Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 36d92672-53d3-4106-b8a3-70de0631ab5a 82072
2021-06-29T07:57:54.827Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-06-29T07:57:54.827Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-06-29T07:57:54.827Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:57:54.828Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:57:54.829Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:57:54.829Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953474827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:57:54.929Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:57:54.930Z||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-06-29T07:57:54.930Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:57:54.942Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:57:54.942Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:57:55.830Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-29T07:57:55.831Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:57:55.831Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 36d92672-53d3-4106-b8a3-70de0631ab5a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-29T07:57:55.831Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-06-29T07:57:55.832Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-29T07:57:55.832Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-29T07:57:55.944Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4810925417633928270/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-06-29T07:57:56.714Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-29T07:57:56.714Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-29T07:57:56.714Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-29T07:57:56.714Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-06-29T07:57:56.715Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:57:56.715Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:57:56.715Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:57:56.715Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:57:56.715Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:57:56.715Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:57:56.715Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:57:56.715Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:57:56.715Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:57:56.715Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:57:56.715Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-29T07:57:56.716Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:57:56.716Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:57:56.716Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-29T07:57:56.716Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-29T07:57:56.716Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-29T07:57:56.716Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:57:56.716Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:57:56.716Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-29T07:57:56.717Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-29T07:57:56.717Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-29T07:57:56.717Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:57:56.717Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:57:56.717Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:57:56.717Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-06-29T07:57:56.717Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-29T07:57:56.717Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-06-29T07:57:56.717Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-06-29T07:57:56.718Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-06-29T07:57:56.718Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-29T07:57:56.718Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:57:56.718Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-29T07:57:56.718Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:57:56.718Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-29T07:57:56.718Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:57:56.718Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:57:56.719Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-29T07:57:56.719Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:57:56.719Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:57:56.719Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-29T07:57:56.719Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:57:56.719Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:57:56.719Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-06-29T07:57:56.719Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-29T07:57:56.719Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-29T07:57:56.720Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e470d6af-c7dc-452d-8876-6936c62beeb9
2021-06-29T07:57:56.720Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:57:56.720Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:57:56.720Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:57:56.720Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:57:56.720Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:57:56.720Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:57:56.720Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:57:56.720Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:57:56.721Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:ec4af186-a686-4cb6-9706-fe786cdf633e
Model Version:NULL
Model InvariantUuid:829b520e-98c4-4ecc-8055-b694c21e9f2b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:41a33653-b148-4070-bfcf-a68bc54a991e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:37403073-0e77-4b7d-a0fc-f8fd1e49c9a9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7a2291ed-0272-4d48-b705-771d3cf3b681
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b0c10807-53f3-478c-90e1-2d60187e54e5
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:5abdda1f-029d-4e2e-b258-8d98657605e2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e470d6af-c7dc-452d-8876-6936c62beeb9
ModelInvariantUuid:534f33dc-e961-4178-98a6-484e6f4d58be
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:37450706-f727-4ca9-bfd6-6c4145c08ea7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:4077b58c-37b0-4922-a37c-2cc0bb29da20
ModelInvariantUuid:9db74b14-2a46-4e83-ad22-28e554e04139
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:a662a6a9-0d02-4440-973c-b354072f0010
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-06-29T07:57:56.725Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e3bcdc5b-478c-4f18-ac03-76896edcc0d6
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-06-29T07:57:56.728Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2021-06-29T07:57:56.728Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e3bcdc5b-478c-4f18-ac03-76896edcc0d6
2021-06-29T07:57:56.728Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 32116c6c-095a-47d2-b8f2-df41e032403f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-06-29T07:57:56.728Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:57:56.728Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:57:57.300Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:57:57.301Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 32116c6c-095a-47d2-b8f2-df41e032403f 792
2021-06-29T07:57:57.301Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:57:57.301Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:57:57.301Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:57:57.301Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:57:57.303Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:57:57.304Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953477301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:57:57.404Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:57:57.404Z||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-06-29T07:57:57.404Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:57:57.417Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:57:57.418Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:57:58.304Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b0c10807-53f3-478c-90e1-2d60187e54e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5abdda1f-029d-4e2e-b258-8d98657605e2",
    "vfModuleModelCustomizationUUID": "c0cf8f6f-400a-4432-8cd2-7c460e115c66",
    "isBase": true,
    "artifacts": [
      "9ec02cf2-ef7c-4fd5-94e5-999e6e3d10c4",
      "d389eb0f-b8d0-436d-a116-7c4f4618a659"
    ],
    "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-06-29T07:57:58.307Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5abdda1f-029d-4e2e-b258-8d98657605e2
VfModuleModelInvariantUUID:b0c10807-53f3-478c-90e1-2d60187e54e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ec02cf2-ef7c-4fd5-94e5-999e6e3d10c4
,
d389eb0f-b8d0-436d-a116-7c4f4618a659

}
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-06-29T07:57:58.309Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b0c10807-53f3-478c-90e1-2d60187e54e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5abdda1f-029d-4e2e-b258-8d98657605e2",
    "vfModuleModelCustomizationUUID": "c0cf8f6f-400a-4432-8cd2-7c460e115c66",
    "isBase": true,
    "artifacts": [
      "9ec02cf2-ef7c-4fd5-94e5-999e6e3d10c4",
      "d389eb0f-b8d0-436d-a116-7c4f4618a659"
    ],
    "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-06-29T07:57:58.309Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5abdda1f-029d-4e2e-b258-8d98657605e2
VfModuleModelInvariantUUID:b0c10807-53f3-478c-90e1-2d60187e54e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ec02cf2-ef7c-4fd5-94e5-999e6e3d10c4
,
d389eb0f-b8d0-436d-a116-7c4f4618a659

}
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-06-29T07:57:58.309Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9ec02cf2-ef7c-4fd5-94e5-999e6e3d10c4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-06-29T07:57:58.309Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:57:58.309Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:58:00.009Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:58:00.010Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 9ec02cf2-ef7c-4fd5-94e5-999e6e3d10c4 5033
2021-06-29T07:58:00.010Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:58:00.010Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:58:00.010Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:58:00.010Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:58:00.012Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:58:00.012Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953480010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:58:00.112Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:58:00.113Z||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-06-29T07:58:00.113Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:58:00.126Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:58:00.126Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:58:01.015Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d389eb0f-b8d0-436d-a116-7c4f4618a659 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-06-29T07:58:01.015Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:58:01.016Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:58:03.917Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:58:03.917Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d389eb0f-b8d0-436d-a116-7c4f4618a659 903
2021-06-29T07:58:03.917Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:58:03.917Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:58:03.917Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:58:03.918Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:58:03.919Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:58:03.919Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953483917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:58:04.019Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:58:04.020Z||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-06-29T07:58:04.020Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:58:04.030Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:58:04.030Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:58:04.920Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ec4af186-a686-4cb6-9706-fe786cdf633e
2021-06-29T07:58:04.920Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e3bcdc5b-478c-4f18-ac03-76896edcc0d6 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-06-29T07:58:04.930Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:04.930Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:58:04.931Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-06-29T07:58:04.931Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 7a2291ed-0272-4d48-b705-771d3cf3b681
2021-06-29T07:58:04.931Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7a2291ed-0272-4d48-b705-771d3cf3b681 matches Tosca VF Customization UUID: 7a2291ed-0272-4d48-b705-771d3cf3b681
2021-06-29T07:58:04.931Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 7a2291ed-0272-4d48-b705-771d3cf3b681  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-06-29T07:58:04.933Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:04.933Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:58:04.934Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 7a2291ed-0272-4d48-b705-771d3cf3b681: {\"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-06-29T07:58:04.934Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@25322876
2021-06-29T07:58:04.934Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:04.934Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-29T07:58:04.934Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c0cf8f6f-400a-4432-8cd2-7c460e115c66
2021-06-29T07:58:04.934Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c0cf8f6f-400a-4432-8cd2-7c460e115c66
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-06-29T07:58:04.936Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:04.936Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-29T07:58:04.936Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:58:04.936Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:04.936Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-29T07:58:04.936Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:58:04.937Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:04.937Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-06-29T07:58:04.937Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-29T07:58:04.937Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-29T07:58:04.937Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e470d6af-c7dc-452d-8876-6936c62beeb9
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-06-29T07:58:04.938Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:04.939Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-29T07:58:04.939Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T07:58:04.939Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:04.939Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-29T07:58:04.939Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7a2291ed-0272-4d48-b705-771d3cf3b681
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-06-29T07:58:04.940Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:04.940Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:58:04.940Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ec4af186-a686-4cb6-9706-fe786cdf633e: basic_vm_macro
2021-06-29T07:58:04.940Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:04.940Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:58:04.941Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:04.941Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:58:04.941Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:04.941Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:58:04.941Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:04.941Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:58:04.941Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:04.941Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:58:04.941Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:58:04.991Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e3bcdc5b-478c-4f18-ac03-76896edcc0d6 1 ASDC deployResourceStructure
2021-06-29T07:58:04.992Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:58:04.992Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:58:04.992Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:58:04.992Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:58:04.993Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:58:04.994Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953484992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:58:05.094Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:58:05.094Z||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-06-29T07:58:05.094Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:58:05.105Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:58:05.106Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:58:05.995Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:58:05.995Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:58:05.995Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:58:05.995Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:58:05.997Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:58:05.997Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953485994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-06-29T07:58:06.097Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:58:06.098Z||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-06-29T07:58:06.098Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:58:06.109Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:58:06.109Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:58:06.998Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:58:06.998Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:58:06.998Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:58:06.998Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:58:07.000Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:58:07.000Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953486997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-06-29T07:58:07.100Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:58:07.101Z||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-06-29T07:58:07.101Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:58:07.113Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:58:07.113Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:58:08.000Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-06-29T07:58:08.001Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-06-29T07:58:08.001Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:58:08.001Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:58:08.004Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:58:08.004Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953488000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:58:08.104Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:58:08.105Z||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-06-29T07:58:08.105Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:58:08.117Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:58:08.118Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:58:09.004Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed16bc82-db05-4fe6-af00-40190249dfef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:58:09.013Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed16bc82-db05-4fe6-af00-40190249dfef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:58:09.015Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:58:09.015Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-29T07:58:09.016Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-29T07:58:09.016Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-29T07:58:09.016Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:58:09.016Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:58:09.016Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:58:09.016Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:58:09.016Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:58:09.016Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:58:09.016Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:58:09.021Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-29T07:58:13.758Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:58:13.759Z||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-06-29T07:58:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:58:13.780Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:58:13.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953313688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:58:13.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:58:13.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953314881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:58:13.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:58:13.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953316476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:58:13.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:58:13.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953317563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:58:13.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:58:13.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953318565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-06-29T07:58:13.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:58:13.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953319568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953320572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d8b394a-46da-41b6-8b91-3f7b0a301d64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953351733,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953362621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953366523,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953368125,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953369285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953370388,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953371391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953372394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953373396,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:58:13.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:58:39.021Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed16bc82-db05-4fe6-af00-40190249dfef 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-06-29T07:58:39.026Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed16bc82-db05-4fe6-af00-40190249dfef and serviceModelVersionId: ec4af186-a686-4cb6-9706-fe786cdf633e
2021-06-29T07:58:39.026Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 829b520e-98c4-4ecc-8055-b694c21e9f2b
2021-06-29T07:58:39.027Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/829b520e-98c4-4ecc-8055-b694c21e9f2b/model-vers/model-ver/ec4af186-a686-4cb6-9706-fe786cdf633e?depth=0
2021-06-29T07:58:39.031Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-29T07:58:39.061Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/829b520e-98c4-4ecc-8055-b694c21e9f2b/model-vers/model-ver/ec4af186-a686-4cb6-9706-fe786cdf633e?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-06-29T07:58:39.062Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/829b520e-98c4-4ecc-8055-b694c21e9f2b/model-vers/model-ver/ec4af186-a686-4cb6-9706-fe786cdf633e?depth=0|INFO|500||Invoke
2021-06-29T07:58:39.076Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/829b520e-98c4-4ecc-8055-b694c21e9f2b/model-vers/model-ver/ec4af186-a686-4cb6-9706-fe786cdf633e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-29T07:58:39.730Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/829b520e-98c4-4ecc-8055-b694c21e9f2b/model-vers/model-ver/ec4af186-a686-4cb6-9706-fe786cdf633e?depth=0|INFO|500||InvokeReturn
2021-06-29T07:58:39.730Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/829b520e-98c4-4ecc-8055-b694c21e9f2b/model-vers/model-ver/ec4af186-a686-4cb6-9706-fe786cdf633e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210629-07:58:39:082-32830], vertex-id=[176256], Content-Length=[0], Date=[Tue, 29 Jun 2021 07:58:39 GMT], Content-Type=[application/json]}
2021-06-29T07:58:39.730Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-06-29T07:58:39.730Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-29T07:58:39.730Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:58:39.734Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||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-06-29T07:58:39.734Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed16bc82-db05-4fe6-af00-40190249dfef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-29T07:58:39.734Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-29T07:58:39.734Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:58:39.736Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:58:39.736Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953519734,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-29T07:58:39.836Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:58:39.837Z||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-06-29T07:58:39.837Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:58:39.852Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:58:39.852Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-29T07:58:40.746Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:58:40.747Z|ed16bc82-db05-4fe6-af00-40190249dfef|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-06-29T07:58:40.747Z|ed16bc82-db05-4fe6-af00-40190249dfef|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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:58:45.055Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:58:45.056Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-29T07:58:45.056Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"02d330c3-15fa-4594-b7c6-e6ef60b6f6fe","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"4d07915d-494d-46cd-ab91-d378b126da56","serviceDescription":"service","serviceInvariantUUID":"8ce15003-3222-475f-bb51-115840a46a77","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2dabe3fd-19e8-430c-8c23-204e19358aef","resourceInvariantUUID":"4548c9b4-4a02-4e7a-92f8-89256718b074","resourceCustomizationUUID":"00586707-56dc-4159-9c66-ec83a6b9e6d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"MmUwYTVjNzg0ODQyOGY3YWNlMWViYWM0OTFiYjAzYTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2b20bb6b-96cc-4b49-8b52-8554e876bad3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f82417b0-3a07-4856-86b0-059cafb039f5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6a578cfa-652f-46e0-8150-763acf135e2c","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YzEzMmNiY2Y2YzZhM2Q1NWM3ZjAyZTJkNmRhOTI2NDY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7d474990-ae24-49f4-a96f-fc9b8ae0eb73","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1675ac5d-95dc-478b-9853-aec6a22a29f0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c278c89c-b935-41f0-9754-15b2f787d7fe","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f870d1ea-b935-4947-8a6f-d7b6bae0f165","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZGNhNGM3YmZiMTliOTJkZDIwZjdkNTc3MDBkYzkzMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf11d8ce-d7d8-4500-bed0-a0fd427e6908","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDk0YTYwYmUxYTc1YjAzZmM2OWE3NzIzYjdkYWZmZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18e4f6c2-46ed-434a-9a52-82b2ecf0858a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-29T07:58:45.057Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:58:45.057Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:58:45.059Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:58:45.059Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:58:45.159Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:58:45.160Z||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-06-29T07:58:45.160Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:58:45.172Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:58:45.172Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:58:46.059Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:58:46.060Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:58:46.061Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:58:46.061Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:58:46.161Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:58:46.162Z||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-06-29T07:58:46.162Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:58:46.174Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:58:46.174Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-29T07:58:47.062Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:58:47.062Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:58:47.064Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:58:47.064Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:58:47.164Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:58:47.165Z||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-06-29T07:58:47.165Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:58:47.176Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:58:47.177Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:58:48.064Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:58:48.065Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:58:48.066Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:58:48.066Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:58:48.167Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:58:48.168Z||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-06-29T07:58:48.168Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:58:48.179Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:58:48.180Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:58:49.067Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:58:49.068Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:58:49.069Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:58:49.069Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:58:49.169Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:58:49.170Z||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-06-29T07:58:49.170Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:58:49.183Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:58:49.183Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:58:50.070Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:58:50.070Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:58:50.072Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:58:50.072Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:58:50.172Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:58:50.173Z||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-06-29T07:58:50.173Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:58:50.187Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:58:50.187Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:58:51.072Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:58:51.073Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:58:51.075Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:58:51.075Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:58:51.175Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:58:51.176Z||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-06-29T07:58:51.176Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:58:51.210Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:58:51.210Z||pool-107-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:58:52.075Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:58:52.076Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:58:52.077Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:58:52.077Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:58:52.177Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:58:52.178Z||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-06-29T07:58:52.178Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:58:52.189Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:58:52.189Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:58:53.078Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:58:53.078Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:58:53.080Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:58:53.080Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:58:53.180Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:58:53.181Z||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-06-29T07:58:53.181Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:58:53.193Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:58:53.193Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:58:54.081Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "4d07915d-494d-46cd-ab91-d378b126da56",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8ce15003-3222-475f-bb51-115840a46a77",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "00586707-56dc-4159-9c66-ec83a6b9e6d2",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2dabe3fd-19e8-430c-8c23-204e19358aef",
      "resourceInvariantUUID": "4548c9b4-4a02-4e7a-92f8-89256718b074",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "ZDk0YTYwYmUxYTc1YjAzZmM2OWE3NzIzYjdkYWZmZjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "18e4f6c2-46ed-434a-9a52-82b2ecf0858a"
    }
  ],
  "workloadContext": "Production"
}
2021-06-29T07:58:54.081Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-29T07:58:54.081Z|ed16bc82-db05-4fe6-af00-40190249dfef|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4d07915d-494d-46cd-ab91-d378b126da56 ASDC
2021-06-29T07:58:54.082Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:02d330c3-15fa-4594-b7c6-e6ef60b6f6fe
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:4d07915d-494d-46cd-ab91-d378b126da56
ServiceInvariantUUID:8ce15003-3222-475f-bb51-115840a46a77
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:18e4f6c2-46ed-434a-9a52-82b2ecf0858a
ArtifactChecksum:ZDk0YTYwYmUxYTc1YjAzZmM2OWE3NzIzYjdkYWZmZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:00586707-56dc-4159-9c66-ec83a6b9e6d2
ResourceInvariantUUID:4548c9b4-4a02-4e7a-92f8-89256718b074
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:2dabe3fd-19e8-430c-8c23-204e19358aef
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-06-29T07:58:54.082Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d07915d-494d-46cd-ab91-d378b126da56 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-06-29T07:58:54.104Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-29T07:58:54.105Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:58:54.105Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:58:54.105Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 18e4f6c2-46ed-434a-9a52-82b2ecf0858a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-06-29T07:58:54.105Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T07:58:54.105Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-06-29T07:58:54.264Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T07:58:54.269Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 18e4f6c2-46ed-434a-9a52-82b2ecf0858a 106326
2021-06-29T07:58:54.269Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-06-29T07:58:54.269Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-06-29T07:58:54.269Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T07:58:54.269Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:58:54.271Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:58:54.271Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953534269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:58:54.371Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:58:54.372Z||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-06-29T07:58:54.372Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:58:54.384Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:58:54.385Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:58:55.271Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-29T07:58:55.272Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T07:58:55.273Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 18e4f6c2-46ed-434a-9a52-82b2ecf0858a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-06-29T07:58:55.273Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-06-29T07:58:55.273Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-06-29T07:58:55.273Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-06-29T07:58:55.347Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15811086595467804849/Definitions/service-TestPnfMacro-template.yml
2021-06-29T07:58:55.866Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-29T07:58:55.867Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-29T07:58:55.867Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-06-29T07:58:55.867Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-06-29T07:58:55.867Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-06-29T07:58:55.867Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-06-29T07:58:55.867Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-06-29T07:58:55.867Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-06-29T07:58:55.867Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-06-29T07:58:55.867Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-06-29T07:58:55.867Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-06-29T07:58:55.867Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-06-29T07:58:55.867Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-29T07:58:55.867Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:55.867Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:58:55.867Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-06-29T07:58:55.867Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-29T07:58:55.867Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-29T07:58:55.868Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:55.868Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:58:55.868Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-06-29T07:58:55.868Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-29T07:58:55.868Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-29T07:58:55.868Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:55.868Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:58:55.868Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:55.868Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:58:55.868Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:55.868Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:58:55.868Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:55.868Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:58:55.869Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:55.869Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:58:55.869Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:4d07915d-494d-46cd-ab91-d378b126da56
Model Version:NULL
Model InvariantUuid:8ce15003-3222-475f-bb51-115840a46a77
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-06-29T07:58:55.873Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2dabe3fd-19e8-430c-8c23-204e19358aef
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-06-29T07:58:55.875Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||test-pnf 0
2021-06-29T07:58:55.875Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2dabe3fd-19e8-430c-8c23-204e19358aef
2021-06-29T07:58:55.875Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 4d07915d-494d-46cd-ab91-d378b126da56
2021-06-29T07:58:55.875Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4d07915d-494d-46cd-ab91-d378b126da56
2021-06-29T07:58:55.875Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 2dabe3fd-19e8-430c-8c23-204e19358aef 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-06-29T07:58:55.878Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:55.878Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:58:55.878Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4d07915d-494d-46cd-ab91-d378b126da56: test-pnf
2021-06-29T07:58:55.878Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||Processing PNF resource: 2dabe3fd-19e8-430c-8c23-204e19358aef
2021-06-29T07:58:55.878Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T07:58:55.878Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T07:58:55.878Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||Resource customization UUID: 00586707-56dc-4159-9c66-ec83a6b9e6d2 is the same as notified resource customizationUUID: 00586707-56dc-4159-9c66-ec83a6b9e6d2
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-06-29T07:58:55.900Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 2dabe3fd-19e8-430c-8c23-204e19358aef 0 ASDC deployResourceStructure
2021-06-29T07:58:55.900Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-06-29T07:58:55.900Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-06-29T07:58:55.900Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T07:58:55.900Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:58:55.901Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:58:55.901Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953535900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:58:56.002Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:58:56.002Z||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-06-29T07:58:56.002Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:58:56.014Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:58:56.015Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:58:56.902Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02d330c3-15fa-4594-b7c6-e6ef60b6f6fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:58:56.909Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02d330c3-15fa-4594-b7c6-e6ef60b6f6fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:58:56.911Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:58:56.911Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-29T07:58:56.911Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-29T07:59:13.758Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T07:59:13.759Z||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-06-29T07:59:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:59:13.788Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:59:13.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953401575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "aai-ml",
  "timestamp": 1624953405421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "cds",
  "timestamp": 1624953402014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953400419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953404789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "dcae-sch",
  "timestamp": 1624953398705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953400275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "policy-id",
  "timestamp": 1624953407420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953404789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953400275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953400419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "aai-ml",
  "timestamp": 1624953405421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953401575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "cds",
  "timestamp": 1624953402014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "dcae-sch",
  "timestamp": 1624953398705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "policy-id",
  "timestamp": 1624953407420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953401575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "aai-ml",
  "timestamp": 1624953405421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953404789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953400275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "cds",
  "timestamp": 1624953402014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953400419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "dcae-sch",
  "timestamp": 1624953398705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "policy-id",
  "timestamp": 1624953407420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953404789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "aai-ml",
  "timestamp": 1624953405421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "dcae-sch",
  "timestamp": 1624953398705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953401575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953400419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "cds",
  "timestamp": 1624953402014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953400275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "policy-id",
  "timestamp": 1624953407420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953404789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953400275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "aai-ml",
  "timestamp": 1624953405421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953401575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953400419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "dcae-sch",
  "timestamp": 1624953398705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "cds",
  "timestamp": 1624953402014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "policy-id",
  "timestamp": 1624953407420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953401575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "aai-ml",
  "timestamp": 1624953405421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953400275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953404789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953400419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "dcae-sch",
  "timestamp": 1624953398705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "cds",
  "timestamp": 1624953402014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "policy-id",
  "timestamp": 1624953407420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953404789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "aai-ml",
  "timestamp": 1624953405421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953401575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953400275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "dcae-sch",
  "timestamp": 1624953398705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953400419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "cds",
  "timestamp": 1624953402014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "policy-id",
  "timestamp": 1624953407420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953404789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "aai-ml",
  "timestamp": 1624953405421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953401575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953400275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "cds",
  "timestamp": 1624953402014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "dcae-sch",
  "timestamp": 1624953398705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953400419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953413920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "policy-id",
  "timestamp": 1624953407420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "clamp",
  "timestamp": 1624953414608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953401575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953404789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "aai-ml",
  "timestamp": 1624953405421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953400275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "dcae-sch",
  "timestamp": 1624953398705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "cds",
  "timestamp": 1624953402014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953400419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953413920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "policy-id",
  "timestamp": 1624953407420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "clamp",
  "timestamp": 1624953414608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953413920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953416800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:59:13.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:59:13.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "aai-ml",
  "timestamp": 1624953416889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:59:13.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:59:13.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "cds",
  "timestamp": 1624953416899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:59:13.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:59:13.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "clamp",
  "timestamp": 1624953414608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953413920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "policy-id",
  "timestamp": 1624953417681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:59:13.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:59:13.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "cds",
  "timestamp": 1624953418119,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-29T07:59:13.807Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 02d330c3-15fa-4594-b7c6-e6ef60b6f6fe
2021-06-29T07:59:13.807Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02d330c3-15fa-4594-b7c6-e6ef60b6f6fe 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-06-29T07:59:13.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "clamp",
  "timestamp": 1624953414608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953418435,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:59:13.814Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:59:13.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953413920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "policy-id",
  "timestamp": 1624953418685,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:59:13.814Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:59:13.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "clamp",
  "timestamp": 1624953414608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953419438,
  "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-06-29T07:59:13.817Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 02d330c3-15fa-4594-b7c6-e6ef60b6f6fe
2021-06-29T07:59:13.817Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02d330c3-15fa-4594-b7c6-e6ef60b6f6fe 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-06-29T07:59:13.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953413920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "policy-id",
  "timestamp": 1624953419687,
  "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-06-29T07:59:13.826Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 02d330c3-15fa-4594-b7c6-e6ef60b6f6fe
2021-06-29T07:59:13.826Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02d330c3-15fa-4594-b7c6-e6ef60b6f6fe 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-06-29T07:59:13.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "clamp",
  "timestamp": 1624953414608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953413920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-06-29T07:59:13.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "clamp",
  "timestamp": 1624953414608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953413920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "aai-ml",
  "timestamp": 1624953422071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T07:59:13.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:59:13.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "clamp",
  "timestamp": 1624953414608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953413920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:13.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "aai-ml",
  "timestamp": 1624953423074,
  "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-06-29T07:59:13.837Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 02d330c3-15fa-4594-b7c6-e6ef60b6f6fe
2021-06-29T07:59:13.837Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02d330c3-15fa-4594-b7c6-e6ef60b6f6fe 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-06-29T07:59:13.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "clamp",
  "timestamp": 1624953414608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T07:59:13.843Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T07:59:13.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953425708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:59:13.843Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:59:13.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953426724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-06-29T07:59:13.844Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:59:13.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953427726,
  "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-06-29T07:59:13.847Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 02d330c3-15fa-4594-b7c6-e6ef60b6f6fe
2021-06-29T07:59:13.847Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02d330c3-15fa-4594-b7c6-e6ef60b6f6fe 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-06-29T07:59:13.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T07:59:13.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "clamp",
  "timestamp": 1624953432712,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T07:59:13.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T07:59:26.912Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02d330c3-15fa-4594-b7c6-e6ef60b6f6fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T07:59:26.920Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02d330c3-15fa-4594-b7c6-e6ef60b6f6fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T07:59:26.923Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T07:59:26.923Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-29T07:59:26.923Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-29T07:59:26.923Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-29T07:59:26.923Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:59:26.924Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:59:26.924Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:59:26.924Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:59:26.924Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:59:26.924Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T07:59:26.924Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||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-06-29T07:59:26.929Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-29T07:59:56.929Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 02d330c3-15fa-4594-b7c6-e6ef60b6f6fe 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-06-29T07:59:56.933Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 02d330c3-15fa-4594-b7c6-e6ef60b6f6fe and serviceModelVersionId: 4d07915d-494d-46cd-ab91-d378b126da56
2021-06-29T07:59:56.933Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ce15003-3222-475f-bb51-115840a46a77
2021-06-29T07:59:56.934Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ce15003-3222-475f-bb51-115840a46a77/model-vers/model-ver/4d07915d-494d-46cd-ab91-d378b126da56?depth=0
2021-06-29T07:59:56.937Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-29T07:59:56.962Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8ce15003-3222-475f-bb51-115840a46a77/model-vers/model-ver/4d07915d-494d-46cd-ab91-d378b126da56?depth=0|INFO|500||Invoke
2021-06-29T07:59:56.963Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8ce15003-3222-475f-bb51-115840a46a77/model-vers/model-ver/4d07915d-494d-46cd-ab91-d378b126da56?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8ce15003-3222-475f-bb51-115840a46a77/model-vers/model-ver/4d07915d-494d-46cd-ab91-d378b126da56?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[02d330c3-15fa-4594-b7c6-e6ef60b6f6fe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[42a2e323-fd0c-4f61-9fc7-2d0a6f9a9654], X-ECOMP-RequestID=[02d330c3-15fa-4594-b7c6-e6ef60b6f6fe], X-TransactionId=[], X-ONAP-RequestID=[02d330c3-15fa-4594-b7c6-e6ef60b6f6fe], Content-Type=[application/merge-patch+json]}
2021-06-29T07:59:56.977Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8ce15003-3222-475f-bb51-115840a46a77/model-vers/model-ver/4d07915d-494d-46cd-ab91-d378b126da56?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-29T07:59:57.165Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8ce15003-3222-475f-bb51-115840a46a77/model-vers/model-ver/4d07915d-494d-46cd-ab91-d378b126da56?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/8ce15003-3222-475f-bb51-115840a46a77/model-vers/model-ver/4d07915d-494d-46cd-ab91-d378b126da56?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210629-07:59:56:984-20092], vertex-id=[274440], Content-Length=[0], Date=[Tue, 29 Jun 2021 07:59:56 GMT], Content-Type=[application/json]}
2021-06-29T07:59:57.165Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8ce15003-3222-475f-bb51-115840a46a77/model-vers/model-ver/4d07915d-494d-46cd-ab91-d378b126da56?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-29T07:59:57.166Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8ce15003-3222-475f-bb51-115840a46a77/model-vers/model-ver/4d07915d-494d-46cd-ab91-d378b126da56?depth=0|INFO|500||InvokeReturn
2021-06-29T07:59:57.166Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-29T07:59:57.166Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||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-06-29T07:59:57.169Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||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-06-29T07:59:57.169Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 02d330c3-15fa-4594-b7c6-e6ef60b6f6fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-29T07:59:57.170Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-29T07:59:57.170Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:59:57.171Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:59:57.172Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953597170,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-29T07:59:57.272Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:59:57.272Z||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-06-29T07:59:57.273Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:59:57.287Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:59:57.287Z||pool-112-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-06-29T07:59:58.182Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-29T07:59:58.182Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e328c647-5687-42d0-890a-3724ea7e1dd7","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f4cfa593-d8ce-4b7e-b29e-6c46f7100b0d","serviceDescription":"service","serviceInvariantUUID":"fdf1e107-7a61-4404-b47b-1ca6f87aa071","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2adec860-56d8-4878-acb5-c8b5ce11bdf5","resourceInvariantUUID":"08f26d85-86fb-4fc1-95b3-8c84dd39904c","resourceCustomizationUUID":"fbf784c6-af66-4434-928c-f5b432d848fd","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":"ZjBlNGJjMmRkZjczZTMxOThhMmZmMzE0YmU5NTQzN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38cf6579-2ff8-43d3-bb3e-9eae57625e1d","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":"4ab68878-1625-42af-86de-0a9078f474e0","artifactVersion":"2","generatedFromUUID":"498427f1-0db8-4720-8bba-ca6dcb2c3db8"},{"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":"498427f1-0db8-4720-8bba-ca6dcb2c3db8","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":"Y2ZhOTEwZDFjZGUwZjFlODY3MDI5MTZjYTkwZWFkNjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5a26017b-c88c-4933-9c05-eb8897d4c4cc","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":"8a11e742-6e4e-4fe9-a46b-7873e8cdf5a5","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":"0daca088-3117-4f8b-9460-c17873209327","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":"c12c6e3a-58fb-4eef-8f34-282ce9eba6ef","artifactVersion":"2","generatedFromUUID":"8a11e742-6e4e-4fe9-a46b-7873e8cdf5a5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Y2VkNzAwMjM2M2I1ZmM5NzVjMDliNDgwN2M1Zjk1Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a372bd1-ef41-4326-8566-cf937de99d2e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzU3N2E5ZGZiOWI0YzM4ZGUwY2RhNGVlMjg1YTNlNmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"283e52ed-e4c4-4c42-89ce-40fd3a633fc9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-29T07:59:58.183Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:59:58.183Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:59:58.184Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:59:58.185Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T07:59:58.285Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:59:58.286Z||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-06-29T07:59:58.286Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:59:58.297Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:59:58.297Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T07:59:59.185Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T07:59:59.186Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T07:59:59.188Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T07:59:59.188Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-29T07:59:59.288Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T07:59:59.289Z||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-06-29T07:59:59.289Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T07:59:59.300Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T07:59:59.300Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T08:00:00.188Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T08:00:00.189Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T08:00:00.191Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T08:00:00.191Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-29T08:00:00.291Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T08:00:00.292Z||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-06-29T08:00:00.292Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:00.302Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:00.303Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T08:00:01.191Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T08:00:01.192Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T08:00:01.193Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T08:00:01.193Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T08:00:01.293Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T08:00:01.294Z||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-06-29T08:00:01.294Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:01.306Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:01.306Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T08:00:02.194Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T08:00:02.194Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T08:00:02.195Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T08:00:02.196Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-29T08:00:02.296Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T08:00:02.296Z||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-06-29T08:00:02.296Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:02.310Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:02.310Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-29T08:00:03.196Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T08:00:03.197Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T08:00:03.198Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T08:00:03.198Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:03.299Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T08:00:03.299Z||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-06-29T08:00:03.299Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:03.309Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:03.309Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-29T08:00:04.199Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T08:00:04.199Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T08:00:04.201Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T08:00:04.201Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-29T08:00:04.301Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T08:00:04.302Z||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-06-29T08:00:04.302Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:04.318Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:04.319Z||pool-119-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-06-29T08:00:05.201Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T08:00:05.202Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T08:00:05.203Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T08:00:05.203Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:05.303Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T08:00:05.304Z||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-06-29T08:00:05.304Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:05.315Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:05.315Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-29T08:00:06.203Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-29T08:00:06.204Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T08:00:06.205Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T08:00:06.205Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T08:00:06.306Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-29T08:00:06.306Z||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-06-29T08:00:06.306Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:06.318Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:06.318Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T08:00:07.206Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f4cfa593-d8ce-4b7e-b29e-6c46f7100b0d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fdf1e107-7a61-4404-b47b-1ca6f87aa071",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "fbf784c6-af66-4434-928c-f5b432d848fd",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2adec860-56d8-4878-acb5-c8b5ce11bdf5",
      "resourceInvariantUUID": "08f26d85-86fb-4fc1-95b3-8c84dd39904c",
      "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": "4ab68878-1625-42af-86de-0a9078f474e0",
          "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": "498427f1-0db8-4720-8bba-ca6dcb2c3db8",
          "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": "Y2ZhOTEwZDFjZGUwZjFlODY3MDI5MTZjYTkwZWFkNjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5a26017b-c88c-4933-9c05-eb8897d4c4cc",
          "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": "8a11e742-6e4e-4fe9-a46b-7873e8cdf5a5",
          "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": "c12c6e3a-58fb-4eef-8f34-282ce9eba6ef",
            "generatedFromUUID": "8a11e742-6e4e-4fe9-a46b-7873e8cdf5a5"
          },
          "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": "c12c6e3a-58fb-4eef-8f34-282ce9eba6ef",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YzU3N2E5ZGZiOWI0YzM4ZGUwY2RhNGVlMjg1YTNlNmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "283e52ed-e4c4-4c42-89ce-40fd3a633fc9"
    }
  ],
  "workloadContext": "Production"
}
2021-06-29T08:00:07.206Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-29T08:00:07.207Z|02d330c3-15fa-4594-b7c6-e6ef60b6f6fe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f4cfa593-d8ce-4b7e-b29e-6c46f7100b0d ASDC
2021-06-29T08:00:07.207Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e328c647-5687-42d0-890a-3724ea7e1dd7
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f4cfa593-d8ce-4b7e-b29e-6c46f7100b0d
ServiceInvariantUUID:fdf1e107-7a61-4404-b47b-1ca6f87aa071
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:283e52ed-e4c4-4c42-89ce-40fd3a633fc9
ArtifactChecksum:YzU3N2E5ZGZiOWI0YzM4ZGUwY2RhNGVlMjg1YTNlNmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:fbf784c6-af66-4434-928c-f5b432d848fd
ResourceInvariantUUID:08f26d85-86fb-4fc1-95b3-8c84dd39904c
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:2adec860-56d8-4878-acb5-c8b5ce11bdf5
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:4ab68878-1625-42af-86de-0a9078f474e0
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:498427f1-0db8-4720-8bba-ca6dcb2c3db8
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:5a26017b-c88c-4933-9c05-eb8897d4c4cc
ArtifactChecksum:Y2ZhOTEwZDFjZGUwZjFlODY3MDI5MTZjYTkwZWFkNjk=
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:8a11e742-6e4e-4fe9-a46b-7873e8cdf5a5
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:c12c6e3a-58fb-4eef-8f34-282ce9eba6ef
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:c12c6e3a-58fb-4eef-8f34-282ce9eba6ef
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-29T08:00:07.207Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f4cfa593-d8ce-4b7e-b29e-6c46f7100b0d 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-06-29T08:00:07.230Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-29T08:00:07.230Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T08:00:07.230Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T08:00:07.231Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 283e52ed-e4c4-4c42-89ce-40fd3a633fc9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-06-29T08:00:07.231Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T08:00:07.231Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-06-29T08:00:07.632Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T08:00:07.635Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 283e52ed-e4c4-4c42-89ce-40fd3a633fc9 71148
2021-06-29T08:00:07.635Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-06-29T08:00:07.635Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-06-29T08:00:07.635Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T08:00:07.635Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T08:00:07.636Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T08:00:07.636Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953607635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:07.737Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-29T08:00:07.737Z||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-06-29T08:00:07.737Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:07.750Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:07.750Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T08:00:08.637Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-29T08:00:08.638Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-29T08:00:08.638Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 283e52ed-e4c4-4c42-89ce-40fd3a633fc9, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-29T08:00:08.638Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-06-29T08:00:08.638Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-29T08:00:08.639Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-29T08:00:08.729Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3774929358881675095/Definitions/service-BasicCnf-template.yml
2021-06-29T08:00:09.540Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-29T08:00:09.540Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-29T08:00:09.540Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-29T08:00:09.540Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-06-29T08:00:09.540Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:09.540Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:09.540Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:09.541Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:09.541Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:09.541Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-29T08:00:09.541Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:09.541Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T08:00:09.541Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-29T08:00:09.541Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-29T08:00:09.541Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-29T08:00:09.542Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:09.542Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T08:00:09.542Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-29T08:00:09.542Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-29T08:00:09.542Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-29T08:00:09.542Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:09.542Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T08:00:09.542Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:09.542Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-06-29T08:00:09.542Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-06-29T08:00:09.543Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2021-06-29T08:00:09.543Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-29T08:00:09.543Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:09.543Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-29T08:00:09.543Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:09.543Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-29T08:00:09.543Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T08:00:09.543Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:09.544Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-29T08:00:09.544Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T08:00:09.544Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:09.544Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-29T08:00:09.544Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T08:00:09.544Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:09.544Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-06-29T08:00:09.544Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-06-29T08:00:09.544Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b2b5f295-a372-48d2-b851-c793be6c281c
2021-06-29T08:00:09.544Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:09.545Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T08:00:09.545Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:09.545Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T08:00:09.545Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:09.545Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T08:00:09.545Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:09.545Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T08:00:09.545Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f4cfa593-d8ce-4b7e-b29e-6c46f7100b0d
Model Version:NULL
Model InvariantUuid:fdf1e107-7a61-4404-b47b-1ca6f87aa071
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:9ed710b2-f39b-4f5f-ab06-c7ce4bd2f726
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:08f26d85-86fb-4fc1-95b3-8c84dd39904c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fbf784c6-af66-4434-928c-f5b432d848fd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4b36c8be-30cb-4faa-a1be-92eb97011f59
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:74497106-c2b0-49fb-b19f-a7c6207a927a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b2b5f295-a372-48d2-b851-c793be6c281c
ModelInvariantUuid:476f5ee6-d373-4c1f-9e3e-bedf69a72345
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:763efcba-79fa-44ec-8570-9a92e51f2585
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:e27b353b-a7b1-4f67-afe2-d20def5ea86f
ModelInvariantUuid:adb89a8b-47f4-432f-808d-29f5b07f2864
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:f87b3838-4f66-4614-bcaa-30018cf10d74
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-06-29T08:00:09.551Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 2adec860-56d8-4878-acb5-c8b5ce11bdf5
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-06-29T08:00:09.554Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||basic_cnf 0
2021-06-29T08:00:09.554Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2adec860-56d8-4878-acb5-c8b5ce11bdf5
2021-06-29T08:00:09.554Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4ab68878-1625-42af-86de-0a9078f474e0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-06-29T08:00:09.554Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T08:00:09.554Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:09.718Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T08:00:09.719Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 4ab68878-1625-42af-86de-0a9078f474e0 12
2021-06-29T08:00:09.719Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:09.719Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:09.719Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T08:00:09.719Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T08:00:09.720Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T08:00:09.721Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953609719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:09.821Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T08:00:09.822Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-29T08:00:09.822Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:09.832Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:09.833Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-29T08:00:10.721Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 498427f1-0db8-4720-8bba-ca6dcb2c3db8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-06-29T08:00:10.722Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T08:00:10.722Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:10.886Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T08:00:10.886Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 498427f1-0db8-4720-8bba-ca6dcb2c3db8 2688
2021-06-29T08:00:10.886Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:10.887Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:10.887Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T08:00:10.887Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T08:00:10.888Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T08:00:10.888Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953610886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:10.989Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T08:00:10.989Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-29T08:00:10.990Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:11.002Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:11.002Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-29T08:00:11.890Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5a26017b-c88c-4933-9c05-eb8897d4c4cc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-06-29T08:00:11.890Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T08:00:11.890Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:12.049Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T08:00:12.050Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 5a26017b-c88c-4933-9c05-eb8897d4c4cc 828
2021-06-29T08:00:12.050Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:12.050Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:12.050Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T08:00:12.050Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T08:00:12.051Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T08:00:12.052Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953612050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:12.152Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T08:00:12.153Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-29T08:00:12.153Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:12.166Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:12.166Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-29T08:00:13.052Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4b36c8be-30cb-4faa-a1be-92eb97011f59",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "74497106-c2b0-49fb-b19f-a7c6207a927a",
    "vfModuleModelCustomizationUUID": "2b868aa3-3d15-49a2-8b15-9ba61f961335",
    "isBase": true,
    "artifacts": [
      "498427f1-0db8-4720-8bba-ca6dcb2c3db8",
      "8a11e742-6e4e-4fe9-a46b-7873e8cdf5a5",
      "c12c6e3a-58fb-4eef-8f34-282ce9eba6ef"
    ],
    "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-06-29T08:00:13.055Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:74497106-c2b0-49fb-b19f-a7c6207a927a
VfModuleModelInvariantUUID:4b36c8be-30cb-4faa-a1be-92eb97011f59
VfModuleModelDescription:NULL
Artifacts UUID List:{
498427f1-0db8-4720-8bba-ca6dcb2c3db8
,
8a11e742-6e4e-4fe9-a46b-7873e8cdf5a5
,
c12c6e3a-58fb-4eef-8f34-282ce9eba6ef

}
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-06-29T08:00:13.056Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4b36c8be-30cb-4faa-a1be-92eb97011f59",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "74497106-c2b0-49fb-b19f-a7c6207a927a",
    "vfModuleModelCustomizationUUID": "2b868aa3-3d15-49a2-8b15-9ba61f961335",
    "isBase": true,
    "artifacts": [
      "498427f1-0db8-4720-8bba-ca6dcb2c3db8",
      "8a11e742-6e4e-4fe9-a46b-7873e8cdf5a5",
      "c12c6e3a-58fb-4eef-8f34-282ce9eba6ef"
    ],
    "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-06-29T08:00:13.056Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:74497106-c2b0-49fb-b19f-a7c6207a927a
VfModuleModelInvariantUUID:4b36c8be-30cb-4faa-a1be-92eb97011f59
VfModuleModelDescription:NULL
Artifacts UUID List:{
498427f1-0db8-4720-8bba-ca6dcb2c3db8
,
8a11e742-6e4e-4fe9-a46b-7873e8cdf5a5
,
c12c6e3a-58fb-4eef-8f34-282ce9eba6ef

}
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-06-29T08:00:13.056Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8a11e742-6e4e-4fe9-a46b-7873e8cdf5a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-06-29T08:00:13.056Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T08:00:13.056Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:13.205Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T08:00:13.206Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 8a11e742-6e4e-4fe9-a46b-7873e8cdf5a5 1164
2021-06-29T08:00:13.206Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:13.206Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:13.206Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T08:00:13.206Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T08:00:13.207Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T08:00:13.207Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953613206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.308Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-29T08:00:13.308Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-29T08:00:13.308Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:13.319Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:13.319Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-29T08:00:13.758Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:00:13.759Z||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-06-29T08:00:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:13.775Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:13.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "clamp",
  "timestamp": 1624953434719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T08:00:13.785Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "clamp",
  "timestamp": 1624953435721,
  "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-06-29T08:00:13.792Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 02d330c3-15fa-4594-b7c6-e6ef60b6f6fe
2021-06-29T08:00:13.792Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02d330c3-15fa-4594-b7c6-e6ef60b6f6fe 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-06-29T08:00:13.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953444789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "policy-id",
  "timestamp": 1624953447420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "clamp",
  "timestamp": 1624953444608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "cds",
  "timestamp": 1624953447014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953444789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "policy-id",
  "timestamp": 1624953447420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "clamp",
  "timestamp": 1624953444608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "cds",
  "timestamp": 1624953447014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953444789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "policy-id",
  "timestamp": 1624953447420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "clamp",
  "timestamp": 1624953444608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "cds",
  "timestamp": 1624953447014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953453920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953444789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "policy-id",
  "timestamp": 1624953447420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "clamp",
  "timestamp": 1624953444608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "cds",
  "timestamp": 1624953447014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953453920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953444789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "policy-id",
  "timestamp": 1624953447420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "clamp",
  "timestamp": 1624953444608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "cds",
  "timestamp": 1624953447014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953453920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953444789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "policy-id",
  "timestamp": 1624953447420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "clamp",
  "timestamp": 1624953444608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "cds",
  "timestamp": 1624953447014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953453920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953444789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "policy-id",
  "timestamp": 1624953447420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "clamp",
  "timestamp": 1624953444608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "cds",
  "timestamp": 1624953447014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953453920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953444789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "policy-id",
  "timestamp": 1624953447420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "clamp",
  "timestamp": 1624953444608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "cds",
  "timestamp": 1624953447014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "dcae-sch",
  "timestamp": 1624953458705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953453920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953444789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "policy-id",
  "timestamp": 1624953447420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "clamp",
  "timestamp": 1624953444608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "cds",
  "timestamp": 1624953447014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "dcae-sch",
  "timestamp": 1624953458705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953453920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953460275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953460419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "dcae-sch",
  "timestamp": 1624953458705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953453920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953460275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953460419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953461575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "dcae-sch",
  "timestamp": 1624953458705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1624953453920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953460275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953460419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953461575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "dcae-sch",
  "timestamp": 1624953458705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953463507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "cds",
  "timestamp": 1624953463514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "policy-id",
  "timestamp": 1624953463574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953460275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953460419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953461575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "dcae-sch",
  "timestamp": 1624953458705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "cds",
  "timestamp": 1624953464519,
  "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-06-29T08:00:13.812Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e328c647-5687-42d0-890a-3724ea7e1dd7
2021-06-29T08:00:13.812Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e328c647-5687-42d0-890a-3724ea7e1dd7 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-06-29T08:00:13.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "policy-id",
  "timestamp": 1624953464577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T08:00:13.818Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953460275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953460419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953461575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "dcae-sch",
  "timestamp": 1624953458705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d11554fe-723b-42f9-aac7-0a085733e4da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953465567,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-29T08:00:13.818Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "policy-id",
  "timestamp": 1624953465580,
  "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-06-29T08:00:13.821Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e328c647-5687-42d0-890a-3724ea7e1dd7
2021-06-29T08:00:13.821Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e328c647-5687-42d0-890a-3724ea7e1dd7 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-06-29T08:00:13.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953460275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "aai-ml",
  "timestamp": 1624953465421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953460419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953461575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "dcae-sch",
  "timestamp": 1624953458705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953466523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.828Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953460275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "aai-ml",
  "timestamp": 1624953465421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953460419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953461575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "dcae-sch",
  "timestamp": 1624953458705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "clamp",
  "timestamp": 1624953467717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.830Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953460275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "aai-ml",
  "timestamp": 1624953465421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953460419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953461575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953468617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.832Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953460275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "aai-ml",
  "timestamp": 1624953465421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953460419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953461575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "clamp",
  "timestamp": 1624953469722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T08:00:13.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "aai-ml",
  "timestamp": 1624953465421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953461575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953470226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953470712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "clamp",
  "timestamp": 1624953470725,
  "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-06-29T08:00:13.837Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e328c647-5687-42d0-890a-3724ea7e1dd7
2021-06-29T08:00:13.837Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e328c647-5687-42d0-890a-3724ea7e1dd7 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-06-29T08:00:13.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953470732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.843Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "aai-ml",
  "timestamp": 1624953465421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.843Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953471266,
  "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-06-29T08:00:13.847Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e328c647-5687-42d0-890a-3724ea7e1dd7
2021-06-29T08:00:13.847Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e328c647-5687-42d0-890a-3724ea7e1dd7 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-06-29T08:00:13.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953471382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953471868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "aai-ml",
  "timestamp": 1624953465421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1624953472268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T08:00:13.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953472548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953472671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T08:00:13.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "aai-ml",
  "timestamp": 1624953465421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:00:13.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953473140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953300000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1624953473675,
  "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-06-29T08:00:13.856Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e328c647-5687-42d0-890a-3724ea7e1dd7
2021-06-29T08:00:13.856Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e328c647-5687-42d0-890a-3724ea7e1dd7 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-06-29T08:00:13.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953473698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.862Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "aai-ml",
  "timestamp": 1624953465421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T08:00:13.863Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:00:13.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953474298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.863Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953474827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.863Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953474878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.863Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953475304,
  "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-06-29T08:00:13.866Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e328c647-5687-42d0-890a-3724ea7e1dd7
2021-06-29T08:00:13.866Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e328c647-5687-42d0-890a-3724ea7e1dd7 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-06-29T08:00:13.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "aai-ml",
  "timestamp": 1624953475368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.871Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953475880,
  "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-06-29T08:00:13.874Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e328c647-5687-42d0-890a-3724ea7e1dd7
2021-06-29T08:00:13.874Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e328c647-5687-42d0-890a-3724ea7e1dd7 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-06-29T08:00:13.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1624953476306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T08:00:13.879Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1624953476882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T08:00:13.879Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953477301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.879Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953480010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.879Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953483917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:13.879Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953484992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T08:00:13.879Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953485994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-06-29T08:00:13.879Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "aai-ml",
  "timestamp": 1624953486309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T08:00:13.880Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953486997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-06-29T08:00:13.880Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:13.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "aai-ml",
  "timestamp": 1624953487311,
  "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-06-29T08:00:13.883Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e328c647-5687-42d0-890a-3724ea7e1dd7
2021-06-29T08:00:13.883Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e328c647-5687-42d0-890a-3724ea7e1dd7 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-06-29T08:00:13.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:00:13.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953488000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T08:00:13.889Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:00:14.208Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c12c6e3a-58fb-4eef-8f34-282ce9eba6ef from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-06-29T08:00:14.208Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-29T08:00:14.209Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:14.364Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-29T08:00:14.364Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c12c6e3a-58fb-4eef-8f34-282ce9eba6ef 200
2021-06-29T08:00:14.364Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:14.364Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:14.364Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-29T08:00:14.364Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T08:00:14.366Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T08:00:14.366Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953614364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:00:14.466Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T08:00:14.467Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-29T08:00:14.467Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:14.478Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:14.479Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-29T08:00:15.366Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f4cfa593-d8ce-4b7e-b29e-6c46f7100b0d
2021-06-29T08:00:15.367Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 2adec860-56d8-4878-acb5-c8b5ce11bdf5 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=?
2021-06-29T08:00:15.376Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-06-29T08:00:15.380Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:15.380Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T08:00:15.381Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-06-29T08:00:15.381Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= fbf784c6-af66-4434-928c-f5b432d848fd
2021-06-29T08:00:15.381Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fbf784c6-af66-4434-928c-f5b432d848fd matches Tosca VF Customization UUID: fbf784c6-af66-4434-928c-f5b432d848fd
2021-06-29T08:00:15.381Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: fbf784c6-af66-4434-928c-f5b432d848fd  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-06-29T08:00:15.382Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:15.382Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T08:00:15.383Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id fbf784c6-af66-4434-928c-f5b432d848fd: {\"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-06-29T08:00:15.383Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55c027fb
2021-06-29T08:00:15.383Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:15.383Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-29T08:00:15.383Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2b868aa3-3d15-49a2-8b15-9ba61f961335
2021-06-29T08:00:15.383Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2b868aa3-3d15-49a2-8b15-9ba61f961335
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-06-29T08:00:15.385Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:15.385Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-29T08:00:15.385Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T08:00:15.385Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:15.385Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-29T08:00:15.385Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T08:00:15.386Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:15.386Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-06-29T08:00:15.386Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-06-29T08:00:15.386Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b2b5f295-a372-48d2-b851-c793be6c281c
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-06-29T08:00:15.387Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:15.387Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-29T08:00:15.388Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-29T08:00:15.388Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:15.388Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-29T08:00:15.388Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=fbf784c6-af66-4434-928c-f5b432d848fd
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-06-29T08:00:15.389Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:15.389Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T08:00:15.389Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid f4cfa593-d8ce-4b7e-b29e-6c46f7100b0d: basic_cnf
2021-06-29T08:00:15.389Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:15.389Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T08:00:15.389Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:15.389Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T08:00:15.390Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:15.390Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T08:00:15.390Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:15.390Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T08:00:15.390Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-29T08:00:15.390Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-29T08:00:15.390Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:15.434Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 2adec860-56d8-4878-acb5-c8b5ce11bdf5 1 ASDC deployResourceStructure
2021-06-29T08:00:15.435Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:15.435Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:15.435Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-06-29T08:00:15.436Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T08:00:15.437Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T08:00:15.437Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953615435,
  "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-06-29T08:00:15.537Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T08:00:15.538Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-29T08:00:15.538Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:15.549Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:15.549Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T08:00:16.438Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:16.438Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:16.438Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-06-29T08:00:16.439Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T08:00:16.440Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T08:00:16.440Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953616438,
  "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-06-29T08:00:16.540Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T08:00:16.541Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-29T08:00:16.541Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:16.552Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:16.553Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T08:00:17.441Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:17.442Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:17.442Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T08:00:17.443Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T08:00:17.444Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T08:00:17.445Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953617441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T08:00:17.545Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T08:00:17.545Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-29T08:00:17.545Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:17.556Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:17.557Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T08:00:18.446Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:18.446Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:18.447Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T08:00:18.447Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T08:00:18.449Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T08:00:18.449Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953618446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-06-29T08:00:18.549Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T08:00:18.549Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-29T08:00:18.550Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:18.561Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:18.561Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-29T08:00:19.449Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:19.450Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:19.450Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T08:00:19.450Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T08:00:19.451Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T08:00:19.452Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953619449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-06-29T08:00:19.552Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T08:00:19.552Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-29T08:00:19.552Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:19.563Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:19.563Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-29T08:00:20.452Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-06-29T08:00:20.453Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-06-29T08:00:20.453Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-29T08:00:20.453Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T08:00:20.454Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T08:00:20.455Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953620452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T08:00:20.555Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-29T08:00:20.555Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-29T08:00:20.555Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:20.566Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:20.566Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-29T08:00:21.456Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e328c647-5687-42d0-890a-3724ea7e1dd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-29T08:00:21.464Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e328c647-5687-42d0-890a-3724ea7e1dd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-29T08:00:21.465Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-29T08:00:21.465Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-29T08:00:21.466Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-29T08:00:21.466Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-29T08:00:21.466Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T08:00:21.466Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T08:00:21.466Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T08:00:21.466Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T08:00:21.466Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T08:00:21.466Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-29T08:00:21.466Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:21.470Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-29T08:00:51.470Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e328c647-5687-42d0-890a-3724ea7e1dd7 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-06-29T08:00:51.474Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e328c647-5687-42d0-890a-3724ea7e1dd7 and serviceModelVersionId: f4cfa593-d8ce-4b7e-b29e-6c46f7100b0d
2021-06-29T08:00:51.475Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fdf1e107-7a61-4404-b47b-1ca6f87aa071
2021-06-29T08:00:51.475Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fdf1e107-7a61-4404-b47b-1ca6f87aa071/model-vers/model-ver/f4cfa593-d8ce-4b7e-b29e-6c46f7100b0d?depth=0
2021-06-29T08:00:51.479Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-29T08:00:51.504Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fdf1e107-7a61-4404-b47b-1ca6f87aa071/model-vers/model-ver/f4cfa593-d8ce-4b7e-b29e-6c46f7100b0d?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-06-29T08:00:51.505Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fdf1e107-7a61-4404-b47b-1ca6f87aa071/model-vers/model-ver/f4cfa593-d8ce-4b7e-b29e-6c46f7100b0d?depth=0|INFO|500||Invoke
2021-06-29T08:00:51.519Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fdf1e107-7a61-4404-b47b-1ca6f87aa071/model-vers/model-ver/f4cfa593-d8ce-4b7e-b29e-6c46f7100b0d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-29T08:00:51.599Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fdf1e107-7a61-4404-b47b-1ca6f87aa071/model-vers/model-ver/f4cfa593-d8ce-4b7e-b29e-6c46f7100b0d?depth=0|INFO|500||InvokeReturn
2021-06-29T08:00:51.600Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fdf1e107-7a61-4404-b47b-1ca6f87aa071/model-vers/model-ver/f4cfa593-d8ce-4b7e-b29e-6c46f7100b0d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210629-08:00:51:526-15628], vertex-id=[266456], Content-Length=[0], Date=[Tue, 29 Jun 2021 08:00:51 GMT], Content-Type=[application/json]}
2021-06-29T08:00:51.600Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-06-29T08:00:51.600Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-29T08:00:51.600Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:51.603Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||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-06-29T08:00:51.604Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e328c647-5687-42d0-890a-3724ea7e1dd7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-29T08:00:51.604Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-29T08:00:51.604Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-29T08:00:51.607Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-29T08:00:51.607Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953651604,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-29T08:00:51.706Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-29T08:00:51.706Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-29T08:00:51.707Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:00:51.723Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:00:51.723Z||pool-134-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-29T08:00:52.617Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:00:52.618Z|e328c647-5687-42d0-890a-3724ea7e1dd7|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-06-29T08:00:52.618Z|e328c647-5687-42d0-890a-3724ea7e1dd7|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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:01:02.827Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:01:02.828Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:01:02.829Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-29T08:01:02.829Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:01:12.371Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:01:12.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:01:12.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-29T08:01:12.372Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:01:13.758Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:01:13.759Z||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-06-29T08:01:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:01:13.778Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:01:13.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:01:13.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16bc82-db05-4fe6-af00-40190249dfef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953519734,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-29T08:01:13.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:01:13.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:01:13.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:01:13.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:01:13.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:01:13.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:01:13.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:01:13.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:01:13.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:01:13.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:01:13.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:01:13.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:01:13.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:01:13.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:01:13.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:01:13.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:01:13.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:01:13.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:01:13.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:01:13.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:01:13.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:01:13.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:01:13.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:01:13.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:01:13.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:01:13.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:01:13.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T08:01:13.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:01:13.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:01:13.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953534269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:01:13.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:01:13.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-29T08:01:13.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953535900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T08:01:13.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:01:21.915Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:01:21.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:01:21.916Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-29T08:01:21.916Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:01:31.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:01:31.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:01:31.459Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-29T08:01:31.460Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:01:41.008Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:01:41.009Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:01:41.009Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-29T08:01:41.009Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:01:50.549Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:01:50.550Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:01:50.550Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-29T08:01:50.550Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:02:00.104Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:02:00.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:02:00.105Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-29T08:02:00.105Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:02:09.652Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:02:13.756Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:02:13.757Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-29T08:02:13.757Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:02:13.758Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:02:13.758Z||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-06-29T08:02:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:02:13.780Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:02:13.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T08:02:13.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d330c3-15fa-4594-b7c6-e6ef60b6f6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953597170,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-29T08:02:13.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:02:13.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T08:02:13.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:02:13.781Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:02:13.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T08:02:13.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-29T08:02:13.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:02:13.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T08:02:13.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-29T08:02:13.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:02:13.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T08:02:13.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-29T08:02:13.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:02:13.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T08:02:13.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-29T08:02:13.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:02:13.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T08:02:13.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:02:13.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:02:13.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T08:02:13.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-29T08:02:13.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:02:13.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T08:02:13.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-29T08:02:13.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:02:13.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T08:02:13.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953520746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-29T08:02:13.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-29T08:02:13.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T08:02:13.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953607635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:02:13.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:02:13.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T08:02:13.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953609719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:02:13.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:02:13.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T08:02:13.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953610886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:02:13.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:02:13.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T08:02:13.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953612050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:02:13.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:02:13.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-29T08:02:13.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953613206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:02:13.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:02:23.302Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:03:13.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:03:13.757Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-29T08:03:13.757Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:03:13.758Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:03:13.759Z||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-06-29T08:03:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:03:14.281Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:03:14.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T08:03:14.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953614364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-29T08:03:14.283Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:03:14.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T08:03:14.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953615435,
  "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-06-29T08:03:14.283Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:03:14.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T08:03:14.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953616438,
  "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-06-29T08:03:14.283Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:03:14.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T08:03:14.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953617441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-29T08:03:14.283Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:03:14.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T08:03:14.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953618446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-06-29T08:03:14.283Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:03:14.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T08:03:14.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953619449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-06-29T08:03:14.283Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:03:14.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T08:03:14.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953620452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-29T08:03:14.284Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:03:14.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-29T08:03:14.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e328c647-5687-42d0-890a-3724ea7e1dd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1624953651604,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-29T08:03:14.284Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-29T08:03:23.307Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:04:13.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:04:13.757Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-29T08:04:13.757Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:04:13.758Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:04:13.758Z||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-06-29T08:04:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:04:23.303Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:04:23.306Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:05:13.756Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:05:13.757Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-29T08:05:13.757Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:05:13.758Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:05:13.758Z|e328c647-5687-42d0-890a-3724ea7e1dd7|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-06-29T08:05:13.759Z|e328c647-5687-42d0-890a-3724ea7e1dd7|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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:05:23.307Z|e328c647-5687-42d0-890a-3724ea7e1dd7|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:05:23.307Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:06:13.756Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:06:13.757Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-29T08:06:13.757Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:06:13.758Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:06:13.758Z||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-06-29T08:06:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:06:23.308Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:06:23.310Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:07:13.756Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:07:13.757Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-29T08:07:13.757Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:07:13.758Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:07:13.758Z||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-06-29T08:07:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:07:23.308Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:07:23.310Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:08:13.756Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:08:13.757Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-29T08:08:13.757Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:08:13.758Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:08:13.758Z||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-06-29T08:08:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:08:23.299Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:08:23.303Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:09:13.756Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:09:13.757Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-29T08:09:13.757Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:09:13.758Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:09:13.758Z||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-06-29T08:09:13.758Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:09:23.298Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:09:23.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:10:13.756Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:10:13.757Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-29T08:10:13.757Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:10:13.758Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:10:13.758Z||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-06-29T08:10:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:10:23.304Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:10:23.304Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:11:13.756Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:11:13.757Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-29T08:11:13.757Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:11:13.758Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:11:13.758Z||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-06-29T08:11:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:11:23.314Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:11:23.317Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:12:13.756Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:12:13.757Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-29T08:12:13.757Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:12:13.758Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:12:13.759Z||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-06-29T08:12:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:12:23.301Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:12:23.308Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:13:13.758Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:13:13.758Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:13:13.761Z||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-06-29T08:13:13.761Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-29T08:13:13.761Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:13:13.761Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:13:23.316Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:13:23.318Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:14:13.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:14:13.758Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-29T08:14:13.758Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:14:13.758Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-29T08:14:13.758Z||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-06-29T08:14:13.759Z||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 CKPLyIJDSDKcM1PJ) ...
2021-06-29T08:14:23.307Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-29T08:14:23.315Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK