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-05-15T00:16:54.273Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-lsm4k with PID 14 (/app/app.jar started by so in /app)
2021-05-15T00:16:54.278Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-15T00:16:54.278Z||main|||||INFO|500||The following profiles are active: basic
2021-05-15T00:17:01.525Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-15T00:17:01.526Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-15T00:17:01.603Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-15T00:17:03.101Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-15T00:17:03.252Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-15T00:17:03.622Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-15T00:17:03.629Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-15T00:17:03.703Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-15T00:17:03.818Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-15T00:17:04.145Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-15T00:17:04.899Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-15T00:17:06.797Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-15T00:17:06.837Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-15T00:17:07.426Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-15T00:17:07.593Z||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-05-15T00:17:08.749Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-15T00:17:09.667Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-05-15T00:17:09.688Z||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$$f0e1b4c.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-05-15T00:17:09.689Z||main|||||WARN|500||The sdc end point is not alive
2021-05-15T00:17:11.930Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-05-15T00:17:14.274Z||main|||||WARN|500||---
2021-05-15T00:17:14.274Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-15T00:17:14.274Z||main|||||WARN|500||---
2021-05-15T00:17:14.527Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-15T00:17:17.787Z||main|||||INFO|500||Started Application in 25.425 seconds (JVM running for 26.528)
2021-05-15T00:17:17.788Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T00:17:17.791Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T00:17:17.804Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T00:17:17.858Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T00:17:17.922Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5dc6cb7b-bb35-4f61-9046-6e59e04ce459 url= /sdc/v1/artifactTypes
2021-05-15T00:17:17.922Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T00:17:19.043Z||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.9.224] 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-05-15T00:17:19.049Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30a3c67a
2021-05-15T00:17:19.049Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-15T00:17:19.060Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-15T00:17:19.061Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-15T00:17:19.063Z||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-05-15T00:18:07.782Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T00:18:07.783Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T00:18:07.783Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T00:18:07.787Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T00:18:07.793Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 530792d5-ccb8-42d6-bada-729bdd00c949 url= /sdc/v1/artifactTypes
2021-05-15T00:18:07.794Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T00:18:08.835Z||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.9.224] 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-05-15T00:18:08.836Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@25cd86ad
2021-05-15T00:18:08.837Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-15T00:18:08.837Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-15T00:18:08.837Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-15T00:18:08.837Z||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-05-15T00:18:57.782Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T00:18:57.783Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T00:18:57.783Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T00:18:57.788Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T00:18:57.794Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7d9f5c3a-3e52-433e-8497-0b7fd8a522bd url= /sdc/v1/artifactTypes
2021-05-15T00:18:57.795Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T00:18:58.818Z||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.9.224] 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-05-15T00:18:58.819Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5031b5e6
2021-05-15T00:18:58.819Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-15T00:18:58.820Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-15T00:18:58.820Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-15T00:18:58.821Z||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-05-15T00:19:47.782Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T00:19:47.782Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T00:19:47.783Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T00:19:47.787Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T00:19:47.793Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= db517d6a-3918-4152-955d-7403cb5b6be8 url= /sdc/v1/artifactTypes
2021-05-15T00:19:47.794Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T00:19:47.981Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-15T00:19:47.988Z||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-05-15T00:19:48.008Z||scheduling-1|||||DEBUG|500||create keys
2021-05-15T00:19:48.014Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-15T00:19:48.038Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:19:48.055Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f188cde7-fd62-440e-bd45-48d6bb12d60e url= /sdc/v1/registerForDistribution
2021-05-15T00:19:48.349Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f188cde7-fd62-440e-bd45-48d6bb12d60e url= /sdc/v1/registerForDistribution
2021-05-15T00:19:48.350Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-15T00:19:48.361Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:19:48.361Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:19:48.364Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-15T00:19:48.369Z||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-05-15T00:19:48.369Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:19:48.369Z||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-05-15T00:19:48.370Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:19:58.582Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:19:58.639Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:20:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:20:48.359Z||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-05-15T00:20:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:20:48.360Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:20:48.361Z||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-05-15T00:20:48.362Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:20:57.912Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:20:57.912Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:21:48.359Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:21:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:21:48.361Z||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-05-15T00:21:48.362Z||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-05-15T00:21:48.362Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:21:48.362Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:21:57.910Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:21:57.919Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:22:48.358Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:22:48.359Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:22:48.359Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5un3pTqBfXUXACBm) ...
2021-05-15T00:22:48.360Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:22:48.362Z||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-05-15T00:22:48.362Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:22:57.908Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:22:57.909Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:23:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:23:48.359Z||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-05-15T00:23:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:23:48.359Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:23:48.361Z||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-05-15T00:23:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:23:57.907Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:23:57.907Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:24:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:24:48.359Z||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-05-15T00:24:48.360Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:24:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:24:48.361Z||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-05-15T00:24:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:24:57.906Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:24:57.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:25:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:25:48.359Z||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-05-15T00:25:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:25:48.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:25:48.360Z||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-05-15T00:25:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:25:57.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:25:57.903Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:26:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:26:48.359Z||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-05-15T00:26:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:26:48.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:26:48.360Z||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-05-15T00:26:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:26:57.902Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:26:57.905Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:27:09.355Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-15T00:27:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:27:48.359Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:27:48.360Z||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-05-15T00:27:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:27:48.360Z||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-05-15T00:27:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:27:57.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:27:57.904Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:28:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:28:48.359Z||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-05-15T00:28:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:28:48.359Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:28:48.360Z||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-05-15T00:28:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:28:57.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:28:57.905Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:29:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:29:48.359Z||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-05-15T00:29:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:29:48.360Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:29:48.361Z||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-05-15T00:29:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:29:57.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:29:57.903Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:30:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:30:48.359Z||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-05-15T00:30:48.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:30:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:30:48.360Z||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-05-15T00:30:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:30:57.904Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:30:57.906Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:31:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:31:48.359Z||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-05-15T00:31:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:31:48.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:31:48.360Z||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-05-15T00:31:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:31:57.902Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:31:57.904Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:32:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:32:48.359Z||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-05-15T00:32:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:32:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:32:48.360Z||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-05-15T00:32:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:32:57.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:32:57.903Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:33:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:33:48.359Z||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-05-15T00:33:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:33:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:33:48.360Z||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-05-15T00:33:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:33:57.898Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:33:57.901Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:34:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:34:48.359Z||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-05-15T00:34:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:34:48.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:34:48.360Z||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-05-15T00:34:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:34:57.900Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:34:57.901Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:35:48.359Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:35:48.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:35:48.361Z||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-05-15T00:35:48.361Z||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-05-15T00:35:48.362Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:35:48.362Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:35:57.898Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:35:57.905Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:36:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:36:48.359Z||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-05-15T00:36:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:36:48.359Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:36:48.360Z||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-05-15T00:36:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:36:57.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:36:57.903Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:37:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:37:48.359Z||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-05-15T00:37:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:37:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:37:48.360Z||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-05-15T00:37:48.364Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:37:57.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:37:57.906Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:38:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:38:48.359Z||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-05-15T00:38:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:38:48.360Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:38:48.361Z||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-05-15T00:38:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:38:57.902Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:38:57.904Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:39:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:39:48.359Z||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-05-15T00:39:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:39:48.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:39:48.360Z||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-05-15T00:39:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:39:57.902Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:39:57.909Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:40:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:40:48.359Z||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-05-15T00:40:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:40:48.359Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:40:48.360Z||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-05-15T00:40:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:40:57.920Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:40:57.923Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:41:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:41:48.359Z||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-05-15T00:41:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:41:48.359Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:41:48.360Z||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-05-15T00:41:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:41:57.902Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:41:57.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:42:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:42:48.359Z||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-05-15T00:42:48.359Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:42:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:42:48.360Z||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-05-15T00:42:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:42:57.898Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:42:57.901Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:43:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:43:48.359Z||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-05-15T00:43:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:43:48.360Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:43:48.361Z||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-05-15T00:43:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:43:57.906Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:43:57.908Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:44:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:44:48.359Z||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-05-15T00:44:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:44:48.359Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:44:48.360Z||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-05-15T00:44:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:44:57.900Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:44:57.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:45:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:45:48.359Z||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-05-15T00:45:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:45:48.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:45:48.360Z||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-05-15T00:45:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:45:57.894Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:45:57.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:46:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:46:48.359Z||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-05-15T00:46:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:46:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:46:48.360Z||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-05-15T00:46:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:46:57.898Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:46:57.906Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:47:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:47:48.359Z||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-05-15T00:47:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:47:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:47:48.360Z||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-05-15T00:47:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:47:57.896Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:47:57.896Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:48:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:48:48.359Z||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-05-15T00:48:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:48:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:48:48.360Z||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-05-15T00:48:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:48:57.904Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:48:57.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:49:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:49:48.359Z||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-05-15T00:49:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:49:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:49:48.360Z||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-05-15T00:49:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:49:57.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:49:57.901Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:50:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:50:48.359Z||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-05-15T00:50:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:50:48.360Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:50:48.360Z||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-05-15T00:50:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:50:57.899Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:50:57.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:51:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:51:48.359Z||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-05-15T00:51:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:51:48.359Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:51:48.360Z||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-05-15T00:51:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:51:57.898Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:51:57.900Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:52:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:52:48.359Z||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-05-15T00:52:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:52:48.359Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:52:48.360Z||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-05-15T00:52:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:52:57.899Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:52:57.900Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:53:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:53:48.359Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:53:48.360Z||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-05-15T00:53:48.360Z||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-05-15T00:53:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:53:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:53:57.906Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:53:57.906Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:54:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:54:48.359Z||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-05-15T00:54:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:54:48.360Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:54:48.360Z||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-05-15T00:54:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:54:57.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:54:57.899Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:55:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:55:48.359Z||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-05-15T00:55:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:55:48.359Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:55:48.360Z||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-05-15T00:55:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:55:57.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:55:57.904Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:56:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:56:48.359Z||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-05-15T00:56:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:56:48.360Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:56:48.361Z||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-05-15T00:56:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:56:57.897Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:56:57.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:57:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:57:48.359Z||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-05-15T00:57:48.359Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:57:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:57:48.360Z||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-05-15T00:57:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:57:57.905Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:57:57.906Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:58:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:58:48.359Z||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-05-15T00:58:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:58:48.360Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:58:48.360Z||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-05-15T00:58:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:58:57.900Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:58:57.902Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:59:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:59:48.359Z||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-05-15T00:59:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:59:48.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:59:48.360Z||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-05-15T00:59:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:59:57.897Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T00:59:57.899Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:00:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:00:48.359Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:00:48.359Z||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-05-15T01:00:48.360Z||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-05-15T01:00:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:00:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:00:57.902Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:00:57.904Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:01:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:01:48.359Z||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-05-15T01:01:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:01:48.360Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:01:48.361Z||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-05-15T01:01:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:01:57.898Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:01:57.901Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:02:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:02:48.359Z||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-05-15T01:02:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:02:48.360Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:02:48.360Z||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-05-15T01:02:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:02:57.897Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:02:57.901Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:03:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:03:48.359Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:03:48.359Z||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-05-15T01:03:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:03:48.360Z||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-05-15T01:03:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:03:57.897Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:03:57.900Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:04:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:04:48.359Z||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-05-15T01:04:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:04:48.359Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:04:48.360Z||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-05-15T01:04:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:04:57.902Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:04:57.902Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:05:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:05:48.359Z||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-05-15T01:05:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:05:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:05:48.360Z||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-05-15T01:05:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:05:48.986Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:05:48.986Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:05:48.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:05:48.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6d5af572-b465-44cd-b60d-0e3169e903d0","serviceName":"vFW 2021-05-15 01-01-53","serviceVersion":"1.0","serviceUUID":"c1a9dde7-ae17-467e-a5fe-05991a46707f","serviceDescription":"catalog service description","serviceInvariantUUID":"f69d1932-d78e-4cab-9279-3c855fd9d76c","resources":[{"resourceInstanceName":"vFW 933287e9-f381 0","resourceName":"vFW 933287e9-f381","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"89aafd94-8188-413a-970b-8820e090c662","resourceInvariantUUID":"97b6d738-2061-4f7e-8b78-7bba683a4913","resourceCustomizationUUID":"5c2d7e98-efaf-49be-93d2-0a38492ff8a6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml","artifactChecksum":"ZDE5NmY1OWU3YmJjYjdjYTMxZmFjOWMyZjk0NDNkMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"64a05c09-6ec4-4560-ba3c-7adf5bbbb386","artifactVersion":"1"},{"artifactName":"vfw933287e9f3810_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json","artifactChecksum":"NWUwOTNjYmVmYjAxMDA0YzcwZmNmOTQ3MzVjM2JlNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c2070101-552f-4b1e-a34a-d86660826f06","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9bee202b-fdfb-4306-9d1f-ce30b7bc236b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml","artifactChecksum":"MzUzNzAyMjY1NzMxZmQ3NWFhNjMzNDk4YjI4NGQ3ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32337904-4430-4df3-b209-c3b4be518d6e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8a6ff501-2f89-478f-bbde-5b103ff1976a","artifactVersion":"2","generatedFromUUID":"9bee202b-fdfb-4306-9d1f-ce30b7bc236b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210515010153-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml","artifactChecksum":"YTk0MWIzMDljMzk1ZDIxYzcwMTI1MDMwOWVmYTk1YTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d3ae5c3-8345-47b9-8352-715f36fa62de","artifactVersion":"1"},{"artifactName":"service-Vfw20210515010153-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar","artifactChecksum":"ZmVhNmNiNzE0YjY4MDhhODIzNzQ1Njk0ZDAwZDc3Njk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"17d84f14-698d-49cb-95c9-aa114d94d97e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T01:05:48.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:48.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "cds",
  "timestamp": 1621040709557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.007Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:05:49.012Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:05:49.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "dcae-sch",
  "timestamp": 1621040714747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "cds",
  "timestamp": 1621040709557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.029Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:05:49.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.029Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040748358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "dcae-sch",
  "timestamp": 1621040714747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "cds",
  "timestamp": 1621040709557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "dcae-sch",
  "timestamp": 1621040714747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040718677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "cds",
  "timestamp": 1621040709557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "dcae-sch",
  "timestamp": 1621040714747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "aai-ml",
  "timestamp": 1621040719569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040718677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "cds",
  "timestamp": 1621040709557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "dcae-sch",
  "timestamp": 1621040714747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "clamp",
  "timestamp": 1621040720351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "aai-ml",
  "timestamp": 1621040719569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040718677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:05:49.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "cds",
  "timestamp": 1621040709557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "dcae-sch",
  "timestamp": 1621040714747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "clamp",
  "timestamp": 1621040720351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "policy-id",
  "timestamp": 1621040721446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "aai-ml",
  "timestamp": 1621040719569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040718677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "cds",
  "timestamp": 1621040709557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "dcae-sch",
  "timestamp": 1621040714747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "clamp",
  "timestamp": 1621040720351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "policy-id",
  "timestamp": 1621040721446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "aai-ml",
  "timestamp": 1621040719569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621040722659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040718677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621040722818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "cds",
  "timestamp": 1621040723853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "clamp",
  "timestamp": 1621040720351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "policy-id",
  "timestamp": 1621040721446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "aai-ml",
  "timestamp": 1621040719569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621040722659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040718677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621040722818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "cds",
  "timestamp": 1621040724871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-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-05-15T01:05:49.129Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2021-05-15T01:05:49.133Z||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-05-15T01:05:49.133Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:05:49.143Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:05:49.144Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:05:49.244Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6d5af572-b465-44cd-b60d-0e3169e903d0
2021-05-15T01:05:49.270Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d5af572-b465-44cd-b60d-0e3169e903d0 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-05-15T01:05:49.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "clamp",
  "timestamp": 1621040720351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040724461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "policy-id",
  "timestamp": 1621040721446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "aai-ml",
  "timestamp": 1621040719569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621040722659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040718677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:05:49.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621040722818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "clamp",
  "timestamp": 1621040720351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040724461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:05:49.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "policy-id",
  "timestamp": 1621040721446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "aai-ml",
  "timestamp": 1621040719569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:05:49.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621040722659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621040722818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "clamp",
  "timestamp": 1621040720351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:05:49.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040724461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:05:49.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "policy-id",
  "timestamp": 1621040721446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621040722659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040727333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621040722818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040724461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "policy-id",
  "timestamp": 1621040721446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:05:49.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621040722659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621040722818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "aai-ml",
  "timestamp": 1621040728860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040724461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-15T01:05:49.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621040722659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:05:49.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621040722818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040729760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040724461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040724461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:05:49.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:05:49.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "policy-id",
  "timestamp": 1621040733084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621040733752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040734042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "policy-id",
  "timestamp": 1621040734090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040734703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040735051,
  "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-05-15T01:05:49.314Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d5af572-b465-44cd-b60d-0e3169e903d0
2021-05-15T01:05:49.314Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d5af572-b465-44cd-b60d-0e3169e903d0 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-05-15T01:05:49.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "policy-id",
  "timestamp": 1621040735093,
  "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-05-15T01:05:49.326Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d5af572-b465-44cd-b60d-0e3169e903d0
2021-05-15T01:05:49.326Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d5af572-b465-44cd-b60d-0e3169e903d0 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-05-15T01:05:49.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040736057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:05:49.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040737277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621040738609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:05:49.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040738863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621040739613,
  "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-05-15T01:05:49.341Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d5af572-b465-44cd-b60d-0e3169e903d0
2021-05-15T01:05:49.341Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d5af572-b465-44cd-b60d-0e3169e903d0 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-05-15T01:05:49.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040739868,
  "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-05-15T01:05:49.362Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d5af572-b465-44cd-b60d-0e3169e903d0
2021-05-15T01:05:49.362Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d5af572-b465-44cd-b60d-0e3169e903d0 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-05-15T01:05:49.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "clamp",
  "timestamp": 1621040740637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.368Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040740876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:05:49.369Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "aai-ml",
  "timestamp": 1621040741199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:05:49.369Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "clamp",
  "timestamp": 1621040741687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:05:49.369Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "aai-ml",
  "timestamp": 1621040742205,
  "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-05-15T01:05:49.372Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6d5af572-b465-44cd-b60d-0e3169e903d0
2021-05-15T01:05:49.373Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d5af572-b465-44cd-b60d-0e3169e903d0 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-05-15T01:05:49.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "clamp",
  "timestamp": 1621040742691,
  "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-05-15T01:05:49.384Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6d5af572-b465-44cd-b60d-0e3169e903d0
2021-05-15T01:05:49.385Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d5af572-b465-44cd-b60d-0e3169e903d0 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-05-15T01:05:50.048Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:05:50.048Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:05:50.050Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:05:50.050Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040748358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:05:50.151Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:05:50.151Z||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-05-15T01:05:50.152Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:05:50.162Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:05:50.163Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:05:51.051Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:05:51.052Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:05:51.054Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:05:51.055Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040748358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:05:51.155Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:05:51.156Z||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-05-15T01:05:51.156Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:05:51.167Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:05:51.168Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:05:52.055Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:05:52.056Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:05:52.058Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:05:52.058Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040748358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:52.158Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:05:52.160Z||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-05-15T01:05:52.160Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:05:52.169Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:05:52.169Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:05:53.059Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:05:53.060Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:05:53.062Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:05:53.066Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040748358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-15T01:05:53.163Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-05-15T01:05:53.164Z||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-05-15T01:05:53.164Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:05:53.173Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:05:53.174Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:05:54.066Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:05:54.067Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:05:54.069Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:05:54.069Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040748358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:05:54.169Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:05:54.170Z||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-05-15T01:05:54.170Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:05:54.179Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:05:54.180Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:05:55.070Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:05:55.071Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:05:55.073Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:05:55.073Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040748358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:05:55.173Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:05:55.174Z||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-05-15T01:05:55.175Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:05:55.184Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:05:55.185Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:05:56.075Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "serviceName": "vFW 2021-05-15 01-01-53",
  "serviceVersion": "1.0",
  "serviceUUID": "c1a9dde7-ae17-467e-a5fe-05991a46707f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f69d1932-d78e-4cab-9279-3c855fd9d76c",
  "resources": [
    {
      "resourceInstanceName": "vFW 933287e9-f381 0",
      "resourceCustomizationUUID": "5c2d7e98-efaf-49be-93d2-0a38492ff8a6",
      "resourceName": "vFW 933287e9-f381",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "89aafd94-8188-413a-970b-8820e090c662",
      "resourceInvariantUUID": "97b6d738-2061-4f7e-8b78-7bba683a4913",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw933287e9f3810_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
          "artifactChecksum": "NWUwOTNjYmVmYjAxMDA0YzcwZmNmOTQ3MzVjM2JlNzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c2070101-552f-4b1e-a34a-d86660826f06",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9bee202b-fdfb-4306-9d1f-ce30b7bc236b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8a6ff501-2f89-478f-bbde-5b103ff1976a",
            "generatedFromUUID": "9bee202b-fdfb-4306-9d1f-ce30b7bc236b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8a6ff501-2f89-478f-bbde-5b103ff1976a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210515010153-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
      "artifactChecksum": "ZmVhNmNiNzE0YjY4MDhhODIzNzQ1Njk0ZDAwZDc3Njk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "17d84f14-698d-49cb-95c9-aa114d94d97e"
    }
  ],
  "workloadContext": "Production"
}
2021-05-15T01:05:56.078Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T01:05:56.078Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c1a9dde7-ae17-467e-a5fe-05991a46707f ASDC
2021-05-15T01:05:56.183Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6d5af572-b465-44cd-b60d-0e3169e903d0
ServiceName:vFW 2021-05-15 01-01-53
ServiceVersion:1.0
ServiceUUID:c1a9dde7-ae17-467e-a5fe-05991a46707f
ServiceInvariantUUID:f69d1932-d78e-4cab-9279-3c855fd9d76c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210515010153-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar
ArtifactUUID:17d84f14-698d-49cb-95c9-aa114d94d97e
ArtifactChecksum:ZmVhNmNiNzE0YjY4MDhhODIzNzQ1Njk0ZDAwZDc3Njk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 933287e9-f381 0
ResourceCustomizationUUID:5c2d7e98-efaf-49be-93d2-0a38492ff8a6
ResourceInvariantUUID:97b6d738-2061-4f7e-8b78-7bba683a4913
ResourceName:vFW 933287e9-f381
ResourceType:VF
ResourceUUID:89aafd94-8188-413a-970b-8820e090c662
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw933287e9f3810_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json
ArtifactUUID:c2070101-552f-4b1e-a34a-d86660826f06
ArtifactChecksum:NWUwOTNjYmVmYjAxMDA0YzcwZmNmOTQ3MzVjM2JlNzI=
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/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml
ArtifactUUID:9bee202b-fdfb-4306-9d1f-ce30b7bc236b
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/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env
ArtifactUUID:8a6ff501-2f89-478f-bbde-5b103ff1976a
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/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env
ArtifactUUID:8a6ff501-2f89-478f-bbde-5b103ff1976a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-15T01:05:56.184Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c1a9dde7-ae17-467e-a5fe-05991a46707f 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-05-15T01:05:56.232Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:05:56.233Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T01:05:56.235Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T01:05:56.235Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 17d84f14-698d-49cb-95c9-aa114d94d97e from URL: /sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar
2021-05-15T01:05:56.235Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T01:05:56.237Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar
2021-05-15T01:05:56.978Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T01:05:56.997Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar 17d84f14-698d-49cb-95c9-aa114d94d97e 110311
2021-05-15T01:05:56.997Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar ASDC sendASDCNotification
2021-05-15T01:05:56.998Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar
2021-05-15T01:05:57.000Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:05:57.001Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:05:57.003Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:05:57.003Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040756997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:05:57.103Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:05:57.104Z||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-05-15T01:05:57.104Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:05:57.114Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:05:57.114Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:05:58.003Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:05:58.005Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T01:05:58.005Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 17d84f14-698d-49cb-95c9-aa114d94d97e, URL: /sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar to file: /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:05:58.006Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210515010153-csar.csar
2021-05-15T01:05:58.200Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:05:58.200Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:05:58.750Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13821601760975909505/Definitions/service-Vfw20210515010153-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-05-15T01:06:01.366Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T01:06:01.373Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-15T01:06:01.374Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.374Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-15T01:06:01.374Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.374Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.374Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.374Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.374Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.375Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.375Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.375Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.375Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.375Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.375Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.375Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 933287e9-f381 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-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.375Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 933287e9-f381 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.375Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.375Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-15T01:06:01.383Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:01.384Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:01.387Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:01.387Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-15T01:06:01.388Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:06:01.389Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:01.389Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:01.389Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:01.390Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-15T01:06:01.390Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:06:01.390Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:01.390Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:01.393Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:01.393Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is not matching search criteria
2021-05-15T01:06:01.393Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T01:06:01.393Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-15T01:06:01.393Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:01.395Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.395Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-15T01:06:01.396Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.396Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T01:06:01.396Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-15T01:06:01.396Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-15T01:06:01.396Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.396Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:01.396Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-15T01:06:01.396Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:01.396Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-15T01:06:01.396Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.397Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-15T01:06:01.397Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:01.397Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T01:06:01.398Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:01.398Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:01.398Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:06:01.398Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:01.399Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:01.399Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:06:01.399Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:01.399Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:01.399Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:06:01.400Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:01.400Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is not matching search criteria
2021-05-15T01:06:01.400Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T01:06:01.400Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-15T01:06:01.400Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T01:06:01.400Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-15T01:06:01.400Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-15T01:06:01.400Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.400Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:01.400Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-15T01:06:01.401Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:01.401Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-15T01:06:01.401Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.401Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9148d1e8-4952-4064-93cc-25edfc0409c0
2021-05-15T01:06:01.401Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:01.401Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is not matching search criteria
2021-05-15T01:06:01.401Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T01:06:01.401Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=21e8739d-6246-40d3-82f9-1178f4be03e0
2021-05-15T01:06:01.403Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:01.403Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is not matching search criteria
2021-05-15T01:06:01.403Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T01:06:01.403Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-15T01:06:01.403Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:01.404Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.404Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-15T01:06:01.405Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.405Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T01:06:01.405Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-15T01:06:01.405Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-15T01:06:01.405Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.405Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:01.406Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-15T01:06:01.406Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=168843d9-5ee4-47db-a340-fd458609d5cb
2021-05-15T01:06:01.406Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:01.406Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:01.406Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:01.406Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:01.406Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:01.406Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:01.407Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:01.407Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:01.407Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-05-15 01-01-53
Description:catalog service description
Model UUID:c1a9dde7-ae17-467e-a5fe-05991a46707f
Model Version:NULL
Model InvariantUuid:f69d1932-d78e-4cab-9279-3c855fd9d76c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 933287e9-f381
Model UUID:04e8d117-f7aa-40cd-bb58-78608ceac1a7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:97b6d738-2061-4f7e-8b78-7bba683a4913
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5c2d7e98-efaf-49be-93d2-0a38492ff8a6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ccff0b77-f51a-4077-b7e0-ef0c45af361f
ModelName:Vfw933287e9F381..base_vfw..module-0
ModelUuid:7933ec1f-8448-4ee8-b85e-b78df9cdbe46
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9148d1e8-4952-4064-93cc-25edfc0409c0
ModelInvariantUuid:e4546d7b-653a-4d07-89e2-a126bda027d3
ModelName:vFW 933287e9-f381-nodes.vfwCvfc
ModelUuid:7cbfbf96-b798-4066-87f3-ad4c0ae59f3b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f2d3f901-f1ae-4db9-be4c-93decf4fb227
ModelInvariantUuid:c8dff5db-c1b1-4080-b0a2-2792ac5dde93
ModelName:Vfw933287e9F381.compute.nodes.heat.vfw
ModelUuid:fd2f480c-f971-4808-9028-7bfc9fc75e5f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:21e8739d-6246-40d3-82f9-1178f4be03e0
ModelInvariantUuid:13d794f6-8ee4-45dc-ac2d-13547a4a46bc
ModelName:vFW 933287e9-f381-nodes.vsnCvfc
ModelUuid:b20d48a2-3380-4d39-a1d3-ae05e4e608f0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6b2c2400-0321-4d97-be37-3c68190f3939
ModelInvariantUuid:ca1e77d5-d265-4833-a61a-25972e299b34
ModelName:Vfw933287e9F381.compute.nodes.heat.vsn
ModelUuid:33bc0ded-8aa1-45ad-8d92-8daf942490e2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:168843d9-5ee4-47db-a340-fd458609d5cb
ModelInvariantUuid:50c2e180-bbac-4ac6-894d-292eee0c0a01
ModelName:vFW 933287e9-f381-nodes.vpgCvfc
ModelUuid:20c60c45-781c-4d70-8a96-a3825fdece5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:206178d9-b535-43f4-bfb7-f4126dc92583
ModelInvariantUuid:ef984555-62a6-4527-a4f3-43bc05b2e8d1
ModelName:Vfw933287e9F381.compute.nodes.heat.vpg
ModelUuid:5589eef2-78dc-4732-b1fe-1e7c40263b95
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-05-15T01:06:01.416Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 89aafd94-8188-413a-970b-8820e090c662
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-05-15T01:06:01.538Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||vFW 933287e9-f381 0
2021-05-15T01:06:01.544Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 89aafd94-8188-413a-970b-8820e090c662
2021-05-15T01:06:01.545Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c2070101-552f-4b1e-a34a-d86660826f06 from URL: /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json
2021-05-15T01:06:01.545Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T01:06:01.545Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json
2021-05-15T01:06:01.753Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T01:06:01.754Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json c2070101-552f-4b1e-a34a-d86660826f06 785
2021-05-15T01:06:01.754Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json ASDC sendASDCNotification
2021-05-15T01:06:01.754Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json
2021-05-15T01:06:01.755Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:06:01.755Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:01.758Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:01.758Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040761754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:06:01.860Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-05-15T01:06:01.861Z||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-05-15T01:06:01.861Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:01.870Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:06:01.871Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:06:02.759Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw933287e9F381..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ccff0b77-f51a-4077-b7e0-ef0c45af361f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7933ec1f-8448-4ee8-b85e-b78df9cdbe46",
    "vfModuleModelCustomizationUUID": "8e7e2384-dbe3-4949-9c13-8d943f52073d",
    "isBase": true,
    "artifacts": [
      "9bee202b-fdfb-4306-9d1f-ce30b7bc236b",
      "8a6ff501-2f89-478f-bbde-5b103ff1976a"
    ],
    "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-05-15T01:06:02.788Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw933287e9F381..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7933ec1f-8448-4ee8-b85e-b78df9cdbe46
VfModuleModelInvariantUUID:ccff0b77-f51a-4077-b7e0-ef0c45af361f
VfModuleModelDescription:NULL
Artifacts UUID List:{
9bee202b-fdfb-4306-9d1f-ce30b7bc236b
,
8a6ff501-2f89-478f-bbde-5b103ff1976a

}
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-05-15T01:06:02.790Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw933287e9F381..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ccff0b77-f51a-4077-b7e0-ef0c45af361f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7933ec1f-8448-4ee8-b85e-b78df9cdbe46",
    "vfModuleModelCustomizationUUID": "8e7e2384-dbe3-4949-9c13-8d943f52073d",
    "isBase": true,
    "artifacts": [
      "9bee202b-fdfb-4306-9d1f-ce30b7bc236b",
      "8a6ff501-2f89-478f-bbde-5b103ff1976a"
    ],
    "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-05-15T01:06:02.790Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw933287e9F381..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7933ec1f-8448-4ee8-b85e-b78df9cdbe46
VfModuleModelInvariantUUID:ccff0b77-f51a-4077-b7e0-ef0c45af361f
VfModuleModelDescription:NULL
Artifacts UUID List:{
9bee202b-fdfb-4306-9d1f-ce30b7bc236b
,
8a6ff501-2f89-478f-bbde-5b103ff1976a

}
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-05-15T01:06:02.790Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9bee202b-fdfb-4306-9d1f-ce30b7bc236b from URL: /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml
2021-05-15T01:06:02.790Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T01:06:02.791Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml
2021-05-15T01:06:02.989Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T01:06:02.990Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml 9bee202b-fdfb-4306-9d1f-ce30b7bc236b 20368
2021-05-15T01:06:02.990Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-15T01:06:02.990Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml
2021-05-15T01:06:02.990Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:06:02.991Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:02.992Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:02.993Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040762990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:06:03.093Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:06:03.094Z||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-05-15T01:06:03.094Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:03.105Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:06:03.105Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:06:03.993Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8a6ff501-2f89-478f-bbde-5b103ff1976a from URL: /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env
2021-05-15T01:06:03.994Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T01:06:03.994Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env
2021-05-15T01:06:04.193Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T01:06:04.194Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env 8a6ff501-2f89-478f-bbde-5b103ff1976a 2098
2021-05-15T01:06:04.194Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-15T01:06:04.195Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env
2021-05-15T01:06:04.195Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:06:04.195Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:04.197Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:04.197Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040764194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:06:04.298Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:06:04.299Z||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-05-15T01:06:04.299Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:04.310Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:06:04.310Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:06:05.198Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c1a9dde7-ae17-467e-a5fe-05991a46707f
2021-05-15T01:06:05.199Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 933287e9-f381 0 89aafd94-8188-413a-970b-8820e090c662 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-05-15T01:06:05.231Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:05.231Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:05.231Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-05-15T01:06:05.231Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5c2d7e98-efaf-49be-93d2-0a38492ff8a6
2021-05-15T01:06:05.231Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5c2d7e98-efaf-49be-93d2-0a38492ff8a6 matches Tosca VF Customization UUID: 5c2d7e98-efaf-49be-93d2-0a38492ff8a6
2021-05-15T01:06:05.231Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5c2d7e98-efaf-49be-93d2-0a38492ff8a6  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-05-15T01:06:05.236Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:05.236Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:05.237Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5c2d7e98-efaf-49be-93d2-0a38492ff8a6: {\"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-05-15T01:06:05.237Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@312d0bab
2021-05-15T01:06:05.237Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:05.238Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T01:06:05.238Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8e7e2384-dbe3-4949-9c13-8d943f52073d
2021-05-15T01:06:05.239Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8e7e2384-dbe3-4949-9c13-8d943f52073d
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-05-15T01:06:05.243Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:05.243Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:05.243Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:06:05.244Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:05.244Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:05.244Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:06:05.244Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:05.244Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is not matching search criteria
2021-05-15T01:06:05.244Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T01:06:05.245Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-15T01:06:05.245Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T01:06:05.245Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-15T01:06:05.245Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-15T01:06:05.245Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-15T01:06:05.245Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:05.245Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-15T01:06:05.245Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:05.246Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-15T01:06:05.246Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T01:06:05.246Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9148d1e8-4952-4064-93cc-25edfc0409c0
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-05-15T01:06:05.252Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:05.252Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:05.253Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:06:05.253Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:05.253Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is not matching search criteria
2021-05-15T01:06:05.253Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T01:06:05.253Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-15T01:06:05.253Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:05.253Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-15T01:06:05.253Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-15T01:06:05.253Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T01:06:05.254Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T01:06:05.254Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-15T01:06:05.254Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-15T01:06:05.254Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:05.254Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-15T01:06:05.254Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T01:06:05.254Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=21e8739d-6246-40d3-82f9-1178f4be03e0
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-05-15T01:06:05.256Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:05.256Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:05.256Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:06:05.258Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:05.258Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is not matching search criteria
2021-05-15T01:06:05.259Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T01:06:05.259Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-15T01:06:05.259Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:05.259Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-15T01:06:05.259Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-15T01:06:05.259Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T01:06:05.259Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T01:06:05.260Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-15T01:06:05.260Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-15T01:06:05.260Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-15T01:06:05.260Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:05.260Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-15T01:06:05.260Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=168843d9-5ee4-47db-a340-fd458609d5cb
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-05-15T01:06:05.262Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:05.263Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:05.263Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:06:05.263Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:05.263Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:05.263Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0] matching following query criteria: sdcType=VF, customizationUUID=5c2d7e98-efaf-49be-93d2-0a38492ff8a6
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-05-15T01:06:05.265Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:05.265Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:05.265Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c1a9dde7-ae17-467e-a5fe-05991a46707f: vFW 933287e9-f381
2021-05-15T01:06:05.266Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:05.266Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:05.266Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:05.266Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:05.266Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:05.266Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:05.266Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:05.266Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:05.266Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:06:05.267Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:05.267Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-05-15 01-01-53 
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-05-15T01:06:05.499Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 933287e9-f381 89aafd94-8188-413a-970b-8820e090c662 1 ASDC deployResourceStructure
2021-05-15T01:06:05.499Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json ASDC sendASDCNotification
2021-05-15T01:06:05.499Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json
2021-05-15T01:06:05.500Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:06:05.500Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:05.502Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:05.502Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040765499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:06:05.602Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:06:05.603Z||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-05-15T01:06:05.603Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:05.613Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:06:05.614Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:06:06.504Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-15T01:06:06.505Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml
2021-05-15T01:06:06.505Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:06:06.505Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:06.507Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:06.507Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040766504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T01:06:06.607Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:06:06.608Z||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-05-15T01:06:06.609Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:06.619Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:06:06.620Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:06:07.509Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-15T01:06:07.509Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env
2021-05-15T01:06:07.509Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:06:07.510Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:07.513Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:07.513Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040767509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-05-15T01:06:07.613Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:06:07.614Z||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-05-15T01:06:07.614Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:07.624Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:06:07.624Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:06:08.514Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar ASDC sendASDCNotification
2021-05-15T01:06:08.514Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:08.514Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:06:08.514Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:08.516Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:08.516Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040768514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:06:08.616Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:06:08.617Z||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-05-15T01:06:08.617Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:08.626Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:06:08.626Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:06:09.517Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d5af572-b465-44cd-b60d-0e3169e903d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:06:09.532Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d5af572-b465-44cd-b60d-0e3169e903d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:06:09.535Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:06:09.535Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T01:06:09.536Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T01:06:09.536Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T01:06:09.536Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:06:09.536Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:06:09.536Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:06:09.536Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:06:09.536Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:06:09.536Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:06:09.536Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:06:09.541Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T01:06:39.543Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6d5af572-b465-44cd-b60d-0e3169e903d0 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-05-15T01:06:39.552Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6d5af572-b465-44cd-b60d-0e3169e903d0 and serviceModelVersionId: c1a9dde7-ae17-467e-a5fe-05991a46707f
2021-05-15T01:06:39.552Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f69d1932-d78e-4cab-9279-3c855fd9d76c
2021-05-15T01:06:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:06:48.360Z||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-05-15T01:06:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:48.486Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:06:48.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:06:48.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040748358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:06:48.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:06:54.151Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f69d1932-d78e-4cab-9279-3c855fd9d76c/model-vers/model-ver/c1a9dde7-ae17-467e-a5fe-05991a46707f?depth=0
2021-05-15T01:06:54.266Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T01:06:55.007Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f69d1932-d78e-4cab-9279-3c855fd9d76c/model-vers/model-ver/c1a9dde7-ae17-467e-a5fe-05991a46707f?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-05-15T01:06:55.010Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f69d1932-d78e-4cab-9279-3c855fd9d76c/model-vers/model-ver/c1a9dde7-ae17-467e-a5fe-05991a46707f?depth=0|INFO|500||Invoke
2021-05-15T01:06:55.188Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f69d1932-d78e-4cab-9279-3c855fd9d76c/model-vers/model-ver/c1a9dde7-ae17-467e-a5fe-05991a46707f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-15T01:06:55.416Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f69d1932-d78e-4cab-9279-3c855fd9d76c/model-vers/model-ver/c1a9dde7-ae17-467e-a5fe-05991a46707f?depth=0|INFO|500||InvokeReturn
2021-05-15T01:06:55.416Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f69d1932-d78e-4cab-9279-3c855fd9d76c/model-vers/model-ver/c1a9dde7-ae17-467e-a5fe-05991a46707f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210515-01:06:55:195-10633], vertex-id=[368800], Content-Length=[0], Date=[Sat, 15 May 2021 01:06:55 GMT], Content-Type=[application/json]}
2021-05-15T01:06:55.417Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-05-15T01:06:55.419Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T01:06:55.419Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:06:55.424Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-15T01:06:55.425Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6d5af572-b465-44cd-b60d-0e3169e903d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T01:06:55.425Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T01:06:55.426Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:55.427Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:55.427Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040815425,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:06:55.528Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T01:06:55.529Z||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-05-15T01:06:55.529Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:55.538Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:06:55.539Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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-05-15T01:06:56.439Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:06:56.439Z|6d5af572-b465-44cd-b60d-0e3169e903d0|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-05-15T01:06:56.439Z|6d5af572-b465-44cd-b60d-0e3169e903d0|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:57.061Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:06:57.062Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:06:57.062Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d3b7e162-f45a-4e05-a352-8dabbb9f1689","serviceName":"basic_onboard_ZrJmUL","serviceVersion":"1.0","serviceUUID":"8c91e3a0-ce86-4093-9d0e-b21aad38a651","serviceDescription":"service","serviceInvariantUUID":"f2678920-9a44-411f-82d0-bbcb5f73d621","resources":[{"resourceInstanceName":"basic_onboard_ZrJmUL 0","resourceName":"basic_onboard_ZrJmUL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e51b255a-78cd-484b-a48a-e139808e5822","resourceInvariantUUID":"128e472a-4eb1-4669-9319-80052a069263","resourceCustomizationUUID":"82111c2c-f6c2-4f8a-a8f8-507bd4014254","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml","artifactChecksum":"MzdkM2I1ZmYyM2JkNjU4OGZlN2YzMzMyYjdkNDc2YmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56cb5464-e296-4cc8-847f-da0b5b07a55a","artifactVersion":"1"},{"artifactName":"basic_onboard_zrjmul0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json","artifactChecksum":"OTc0MjkxYjRiMjE0NTIxYWVjZTU4NzIwMmRiZDI5YzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f2264c35-6449-43c4-abbd-2b26c1e4b4a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"72f558ca-7e5b-449c-a30f-c9464bed236b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b9077697-a094-437d-ba87-c897dfaa34f9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4a7e43e0-6dfd-42e2-8450-a2814d0b0811","artifactVersion":"2","generatedFromUUID":"72f558ca-7e5b-449c-a30f-c9464bed236b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZrjmul-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml","artifactChecksum":"M2FiMTNkYjFhN2ZlNmZlOTU0MTZkOWUyZjFmMWE5OTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca659cf7-d5a0-4334-a1b0-fc44bcdb54db","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZrjmul-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar","artifactChecksum":"YjBhNzA5ZDRiZDQ3N2IzNmY2MDE0Njc2MzAzYzljMzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9ff3ec3e-8b7c-440d-94b1-1232550f178f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T01:06:57.066Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:06:57.067Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:57.069Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:57.069Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040816439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:06:57.169Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:06:57.170Z||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-05-15T01:06:57.171Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:57.181Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:06:57.181Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:06:58.070Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:06:58.071Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:58.072Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:58.072Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040816439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:06:58.172Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:06:58.173Z||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-05-15T01:06:58.173Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:58.182Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:06:58.183Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:06:59.072Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:06:59.073Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:59.075Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:59.075Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040816439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:06:59.175Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:06:59.176Z||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-05-15T01:06:59.176Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:59.185Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:06:59.187Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:07:00.075Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:07:00.076Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:00.079Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:00.080Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040816439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:00.181Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T01:07:00.182Z||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-05-15T01:07:00.182Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:00.191Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:07:00.192Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:07:01.081Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:07:01.082Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:01.085Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:01.085Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040816439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-15T01:07:01.185Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:01.185Z||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-05-15T01:07:01.186Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:01.194Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:07:01.196Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:07:02.086Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:07:02.087Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:02.088Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:02.089Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040816439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:02.189Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:02.190Z||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-05-15T01:07:02.190Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:02.201Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:07:02.202Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:07:03.089Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:07:03.090Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:03.091Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:03.092Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040816439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:07:03.192Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:03.192Z||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-05-15T01:07:03.192Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:03.202Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:07:03.202Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:07:04.093Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "serviceName": "basic_onboard_ZrJmUL",
  "serviceVersion": "1.0",
  "serviceUUID": "8c91e3a0-ce86-4093-9d0e-b21aad38a651",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f2678920-9a44-411f-82d0-bbcb5f73d621",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ZrJmUL 0",
      "resourceCustomizationUUID": "82111c2c-f6c2-4f8a-a8f8-507bd4014254",
      "resourceName": "basic_onboard_ZrJmUL",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e51b255a-78cd-484b-a48a-e139808e5822",
      "resourceInvariantUUID": "128e472a-4eb1-4669-9319-80052a069263",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_zrjmul0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
          "artifactChecksum": "OTc0MjkxYjRiMjE0NTIxYWVjZTU4NzIwMmRiZDI5YzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f2264c35-6449-43c4-abbd-2b26c1e4b4a2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "72f558ca-7e5b-449c-a30f-c9464bed236b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4a7e43e0-6dfd-42e2-8450-a2814d0b0811",
            "generatedFromUUID": "72f558ca-7e5b-449c-a30f-c9464bed236b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4a7e43e0-6dfd-42e2-8450-a2814d0b0811",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardZrjmul-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
      "artifactChecksum": "YjBhNzA5ZDRiZDQ3N2IzNmY2MDE0Njc2MzAzYzljMzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9ff3ec3e-8b7c-440d-94b1-1232550f178f"
    }
  ],
  "workloadContext": "Production"
}
2021-05-15T01:07:04.094Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T01:07:04.094Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8c91e3a0-ce86-4093-9d0e-b21aad38a651 ASDC
2021-05-15T01:07:04.095Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d3b7e162-f45a-4e05-a352-8dabbb9f1689
ServiceName:basic_onboard_ZrJmUL
ServiceVersion:1.0
ServiceUUID:8c91e3a0-ce86-4093-9d0e-b21aad38a651
ServiceInvariantUUID:f2678920-9a44-411f-82d0-bbcb5f73d621
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZrjmul-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar
ArtifactUUID:9ff3ec3e-8b7c-440d-94b1-1232550f178f
ArtifactChecksum:YjBhNzA5ZDRiZDQ3N2IzNmY2MDE0Njc2MzAzYzljMzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ZrJmUL 0
ResourceCustomizationUUID:82111c2c-f6c2-4f8a-a8f8-507bd4014254
ResourceInvariantUUID:128e472a-4eb1-4669-9319-80052a069263
ResourceName:basic_onboard_ZrJmUL
ResourceType:VF
ResourceUUID:e51b255a-78cd-484b-a48a-e139808e5822
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zrjmul0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json
ArtifactUUID:f2264c35-6449-43c4-abbd-2b26c1e4b4a2
ArtifactChecksum:OTc0MjkxYjRiMjE0NTIxYWVjZTU4NzIwMmRiZDI5YzE=
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/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml
ArtifactUUID:72f558ca-7e5b-449c-a30f-c9464bed236b
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/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env
ArtifactUUID:4a7e43e0-6dfd-42e2-8450-a2814d0b0811
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/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env
ArtifactUUID:4a7e43e0-6dfd-42e2-8450-a2814d0b0811
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-15T01:07:04.095Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8c91e3a0-ce86-4093-9d0e-b21aad38a651 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-05-15T01:07:04.127Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:07:04.128Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T01:07:04.128Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T01:07:04.128Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9ff3ec3e-8b7c-440d-94b1-1232550f178f from URL: /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:04.128Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T01:07:04.128Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:04.296Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T01:07:04.301Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar 9ff3ec3e-8b7c-440d-94b1-1232550f178f 74841
2021-05-15T01:07:04.301Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar ASDC sendASDCNotification
2021-05-15T01:07:04.301Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:04.301Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:07:04.302Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:04.304Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:04.304Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040824301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:07:04.404Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:04.405Z||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-05-15T01:07:04.405Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:04.415Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:07:04.416Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:07:05.304Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:07:05.306Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T01:07:05.306Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 9ff3ec3e-8b7c-440d-94b1-1232550f178f, URL: /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar to file: /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:05.307Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:05.307Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:05.308Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:05.627Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14075806999157256711/Definitions/service-BasicOnboardZrjmul-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-05-15T01:07:07.084Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T01:07:07.084Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-15T01:07:07.084Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.084Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-15T01:07:07.084Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZrJmUL 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZrJmUL 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-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:07.086Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is matching search criteria
2021-05-15T01:07:07.086Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-15T01:07:07.086Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZrJmUL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:07:07.086Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:07.086Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:07.086Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is matching search criteria
2021-05-15T01:07:07.086Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-15T01:07:07.086Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZrJmUL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:07:07.086Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:07.087Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:07.087Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:07.087Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is not matching search criteria
2021-05-15T01:07:07.087Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-15T01:07:07.087Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-15T01:07:07.087Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-15T01:07:07.087Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-15T01:07:07.087Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-15T01:07:07.088Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:07.088Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T01:07:07.088Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:07.088Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is matching search criteria
2021-05-15T01:07:07.088Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZrJmUL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:07:07.088Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:07.089Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is matching search criteria
2021-05-15T01:07:07.089Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZrJmUL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:07:07.089Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:07.089Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is matching search criteria
2021-05-15T01:07:07.089Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZrJmUL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:07:07.089Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:07.089Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is not matching search criteria
2021-05-15T01:07:07.090Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-15T01:07:07.090Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-15T01:07:07.090Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6bc15751-a113-4c73-9fa8-34b793ce3267
2021-05-15T01:07:07.090Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:07.090Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:07.090Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:07.090Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:07.090Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:07.091Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:07.091Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:07.091Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:07.091Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ZrJmUL
Description:service
Model UUID:8c91e3a0-ce86-4093-9d0e-b21aad38a651
Model Version:NULL
Model InvariantUuid:f2678920-9a44-411f-82d0-bbcb5f73d621
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ZrJmUL
Model UUID:44ac66f5-1492-4eef-835b-58f00f4af564
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:128e472a-4eb1-4669-9319-80052a069263
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:82111c2c-f6c2-4f8a-a8f8-507bd4014254
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0855ffe1-c5a8-45ae-acf4-aa377bc9d67e
ModelName:BasicOnboardZrjmul..base_ubuntu18..module-0
ModelUuid:f1d97b02-8fe6-4b1d-9aac-578a7e16b701
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6bc15751-a113-4c73-9fa8-34b793ce3267
ModelInvariantUuid:13dc0b53-4a2e-44ce-ba6b-d3dbb095fceb
ModelName:basic_onboard_ZrJmUL-nodes.ubuntu18Cvfc
ModelUuid:f3b8f975-3961-40a3-bfe2-ac6637d64a67
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:08ff2a77-1520-400c-9290-693e75894f7b
ModelInvariantUuid:5a026e03-28c1-49a7-8d77-3ec41d343769
ModelName:BasicOnboardZrjmul.compute.nodes.heat.ubuntu18
ModelUuid:3b952d19-d230-4058-8a71-e7d0140d3f1d
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-05-15T01:07:07.096Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: e51b255a-78cd-484b-a48a-e139808e5822
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-05-15T01:07:07.098Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||basic_onboard_ZrJmUL 0
2021-05-15T01:07:07.098Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e51b255a-78cd-484b-a48a-e139808e5822
2021-05-15T01:07:07.098Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f2264c35-6449-43c4-abbd-2b26c1e4b4a2 from URL: /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json
2021-05-15T01:07:07.098Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T01:07:07.098Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json
2021-05-15T01:07:07.745Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T01:07:07.745Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json f2264c35-6449-43c4-abbd-2b26c1e4b4a2 798
2021-05-15T01:07:07.746Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json ASDC sendASDCNotification
2021-05-15T01:07:07.746Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json
2021-05-15T01:07:07.746Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:07:07.746Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:07.748Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:07.749Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040827746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:07:07.849Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:07.851Z||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-05-15T01:07:07.851Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:07.861Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:07:07.861Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:07:08.749Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZrjmul..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0855ffe1-c5a8-45ae-acf4-aa377bc9d67e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f1d97b02-8fe6-4b1d-9aac-578a7e16b701",
    "vfModuleModelCustomizationUUID": "a70fa640-b351-41c6-95bc-81f0c3e7335c",
    "isBase": true,
    "artifacts": [
      "72f558ca-7e5b-449c-a30f-c9464bed236b",
      "4a7e43e0-6dfd-42e2-8450-a2814d0b0811"
    ],
    "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-05-15T01:07:08.755Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZrjmul..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f1d97b02-8fe6-4b1d-9aac-578a7e16b701
VfModuleModelInvariantUUID:0855ffe1-c5a8-45ae-acf4-aa377bc9d67e
VfModuleModelDescription:NULL
Artifacts UUID List:{
72f558ca-7e5b-449c-a30f-c9464bed236b
,
4a7e43e0-6dfd-42e2-8450-a2814d0b0811

}
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-05-15T01:07:08.758Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZrjmul..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0855ffe1-c5a8-45ae-acf4-aa377bc9d67e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f1d97b02-8fe6-4b1d-9aac-578a7e16b701",
    "vfModuleModelCustomizationUUID": "a70fa640-b351-41c6-95bc-81f0c3e7335c",
    "isBase": true,
    "artifacts": [
      "72f558ca-7e5b-449c-a30f-c9464bed236b",
      "4a7e43e0-6dfd-42e2-8450-a2814d0b0811"
    ],
    "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-05-15T01:07:08.759Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZrjmul..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f1d97b02-8fe6-4b1d-9aac-578a7e16b701
VfModuleModelInvariantUUID:0855ffe1-c5a8-45ae-acf4-aa377bc9d67e
VfModuleModelDescription:NULL
Artifacts UUID List:{
72f558ca-7e5b-449c-a30f-c9464bed236b
,
4a7e43e0-6dfd-42e2-8450-a2814d0b0811

}
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-05-15T01:07:08.759Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 72f558ca-7e5b-449c-a30f-c9464bed236b from URL: /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml
2021-05-15T01:07:08.759Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T01:07:08.759Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml
2021-05-15T01:07:11.267Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T01:07:11.268Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml 72f558ca-7e5b-449c-a30f-c9464bed236b 5033
2021-05-15T01:07:11.268Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-15T01:07:11.268Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml
2021-05-15T01:07:11.268Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:07:11.269Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:11.270Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:11.270Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040831268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:07:11.371Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:11.371Z||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-05-15T01:07:11.371Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:11.380Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:07:11.380Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:07:12.271Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4a7e43e0-6dfd-42e2-8450-a2814d0b0811 from URL: /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env
2021-05-15T01:07:12.271Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T01:07:12.271Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env
2021-05-15T01:07:13.568Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T01:07:13.569Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env 4a7e43e0-6dfd-42e2-8450-a2814d0b0811 909
2021-05-15T01:07:13.569Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-15T01:07:13.569Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env
2021-05-15T01:07:13.569Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:07:13.570Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:13.571Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:13.572Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040833569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:07:13.672Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:13.672Z||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-05-15T01:07:13.672Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:13.681Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:07:13.681Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:07:14.572Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 8c91e3a0-ce86-4093-9d0e-b21aad38a651
2021-05-15T01:07:14.573Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZrJmUL 0 e51b255a-78cd-484b-a48a-e139808e5822 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-05-15T01:07:14.589Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:14.589Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:14.589Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-05-15T01:07:14.589Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 82111c2c-f6c2-4f8a-a8f8-507bd4014254
2021-05-15T01:07:14.589Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 82111c2c-f6c2-4f8a-a8f8-507bd4014254 matches Tosca VF Customization UUID: 82111c2c-f6c2-4f8a-a8f8-507bd4014254
2021-05-15T01:07:14.589Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 82111c2c-f6c2-4f8a-a8f8-507bd4014254  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-05-15T01:07:14.592Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:14.592Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:14.592Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 82111c2c-f6c2-4f8a-a8f8-507bd4014254: {\"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-05-15T01:07:14.592Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5201e626
2021-05-15T01:07:14.592Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:14.592Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T01:07:14.593Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a70fa640-b351-41c6-95bc-81f0c3e7335c
2021-05-15T01:07:14.593Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a70fa640-b351-41c6-95bc-81f0c3e7335c
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-05-15T01:07:14.594Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:14.594Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is matching search criteria
2021-05-15T01:07:14.595Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZrJmUL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:07:14.595Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:14.595Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is matching search criteria
2021-05-15T01:07:14.595Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZrJmUL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:07:14.595Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:14.595Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is not matching search criteria
2021-05-15T01:07:14.595Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-15T01:07:14.595Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-15T01:07:14.595Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6bc15751-a113-4c73-9fa8-34b793ce3267
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-05-15T01:07:14.597Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:14.597Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is matching search criteria
2021-05-15T01:07:14.597Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZrJmUL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:07:14.597Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:14.597Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is matching search criteria
2021-05-15T01:07:14.597Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZrJmUL 0] matching following query criteria: sdcType=VF, customizationUUID=82111c2c-f6c2-4f8a-a8f8-507bd4014254
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-05-15T01:07:14.599Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:14.599Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:14.599Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 8c91e3a0-ce86-4093-9d0e-b21aad38a651: basic_onboard_ZrJmUL
2021-05-15T01:07:14.599Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:14.599Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:14.599Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:14.599Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:14.599Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:14.600Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:14.600Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:14.600Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:14.600Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:07:14.600Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:14.600Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_ZrJmUL 
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-05-15T01:07:14.673Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZrJmUL e51b255a-78cd-484b-a48a-e139808e5822 1 ASDC deployResourceStructure
2021-05-15T01:07:14.673Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json ASDC sendASDCNotification
2021-05-15T01:07:14.673Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json
2021-05-15T01:07:14.673Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:07:14.673Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:14.675Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:14.675Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040834673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:07:14.775Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:14.776Z||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-05-15T01:07:14.776Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:14.785Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:07:14.785Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:07:15.675Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-15T01:07:15.676Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml
2021-05-15T01:07:15.676Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:07:15.676Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:15.679Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:15.679Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040835675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T01:07:15.779Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:15.780Z||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-05-15T01:07:15.781Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:15.791Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:07:15.791Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:07:16.679Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-15T01:07:16.680Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env
2021-05-15T01:07:16.680Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:07:16.681Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:16.682Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:16.682Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040836679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-15T01:07:16.782Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:16.784Z||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-05-15T01:07:16.784Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:16.794Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:07:16.795Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:07:17.684Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar ASDC sendASDCNotification
2021-05-15T01:07:17.684Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:17.684Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:07:17.684Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:17.687Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:17.687Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040837684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:07:17.787Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:17.788Z||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-05-15T01:07:17.788Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:17.798Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:07:17.799Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:07:18.688Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3b7e162-f45a-4e05-a352-8dabbb9f1689
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:07:18.696Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3b7e162-f45a-4e05-a352-8dabbb9f1689
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:07:18.698Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:07:18.699Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T01:07:18.699Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T01:07:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:07:48.360Z||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-05-15T01:07:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:48.386Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:07:48.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040748358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:07:48.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "aai-ml",
  "timestamp": 1621040749569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621040742818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040744461,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "policy-id",
  "timestamp": 1621040741446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "clamp",
  "timestamp": 1621040750351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040748358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "aai-ml",
  "timestamp": 1621040749569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621040742818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040744461,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:07:48.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "policy-id",
  "timestamp": 1621040741446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "clamp",
  "timestamp": 1621040750351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040748358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621040742818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "aai-ml",
  "timestamp": 1621040749569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040744461,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:07:48.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "policy-id",
  "timestamp": 1621040741446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "clamp",
  "timestamp": 1621040750351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040748358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621040752663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "aai-ml",
  "timestamp": 1621040749569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621040742818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040744461,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "policy-id",
  "timestamp": 1621040741446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "clamp",
  "timestamp": 1621040750351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040748358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621040752663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "aai-ml",
  "timestamp": 1621040749569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621040742818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040744461,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "policy-id",
  "timestamp": 1621040741446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "clamp",
  "timestamp": 1621040750351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040748358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "cds",
  "timestamp": 1621040754557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621040752663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "dcae-sch",
  "timestamp": 1621040754747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621040742818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "aai-ml",
  "timestamp": 1621040749569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040744461,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "policy-id",
  "timestamp": 1621040741446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "clamp",
  "timestamp": 1621040750351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "cds",
  "timestamp": 1621040754557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621040752663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "dcae-sch",
  "timestamp": 1621040754747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621040742818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "aai-ml",
  "timestamp": 1621040749569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040744461,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "policy-id",
  "timestamp": 1621040741446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040756997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "clamp",
  "timestamp": 1621040750351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "cds",
  "timestamp": 1621040754557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621040752663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "dcae-sch",
  "timestamp": 1621040754747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "cds",
  "timestamp": 1621040754557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621040752663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "dcae-sch",
  "timestamp": 1621040754747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "aai-ml",
  "timestamp": 1621040758401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "policy-id",
  "timestamp": 1621040758381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040758464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "cds",
  "timestamp": 1621040754557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040758677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621040752663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "dcae-sch",
  "timestamp": 1621040754747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "policy-id",
  "timestamp": 1621040759384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040759982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "cds",
  "timestamp": 1621040754557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040758677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:07:48.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "dcae-sch",
  "timestamp": 1621040754747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "policy-id",
  "timestamp": 1621040760387,
  "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-05-15T01:07:48.413Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3b7e162-f45a-4e05-a352-8dabbb9f1689
2021-05-15T01:07:48.414Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3b7e162-f45a-4e05-a352-8dabbb9f1689 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-05-15T01:07:48.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621040760620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040761140,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "cds",
  "timestamp": 1621040754557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040758677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "dcae-sch",
  "timestamp": 1621040754747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040761754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040762143,
  "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-05-15T01:07:48.427Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3b7e162-f45a-4e05-a352-8dabbb9f1689
2021-05-15T01:07:48.428Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3b7e162-f45a-4e05-a352-8dabbb9f1689 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-05-15T01:07:48.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040758677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "cds",
  "timestamp": 1621040762477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621040762723,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:07:48.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040762990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621040763146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:07:48.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040758677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-15T01:07:48.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "cds",
  "timestamp": 1621040763481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-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-05-15T01:07:48.442Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d3b7e162-f45a-4e05-a352-8dabbb9f1689
2021-05-15T01:07:48.442Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3b7e162-f45a-4e05-a352-8dabbb9f1689 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-05-15T01:07:48.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621040763726,
  "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-05-15T01:07:48.456Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d3b7e162-f45a-4e05-a352-8dabbb9f1689
2021-05-15T01:07:48.456Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3b7e162-f45a-4e05-a352-8dabbb9f1689 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-05-15T01:07:48.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "aai-ml",
  "timestamp": 1621040764046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:07:48.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040764194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040758677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "aai-ml",
  "timestamp": 1621040765050,
  "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-05-15T01:07:48.474Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d3b7e162-f45a-4e05-a352-8dabbb9f1689
2021-05-15T01:07:48.474Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3b7e162-f45a-4e05-a352-8dabbb9f1689 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-05-15T01:07:48.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040758677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040765499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040766504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040767266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040767509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040768514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "clamp",
  "timestamp": 1621040770633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040770844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "clamp",
  "timestamp": 1621040772643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040773365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "clamp",
  "timestamp": 1621040773646,
  "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-05-15T01:07:48.489Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d3b7e162-f45a-4e05-a352-8dabbb9f1689
2021-05-15T01:07:48.489Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3b7e162-f45a-4e05-a352-8dabbb9f1689 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-05-15T01:07:48.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040774371,
  "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-05-15T01:07:48.500Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3b7e162-f45a-4e05-a352-8dabbb9f1689
2021-05-15T01:07:48.500Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3b7e162-f45a-4e05-a352-8dabbb9f1689 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-05-15T01:07:48.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621040775375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:07:48.507Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.699Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3b7e162-f45a-4e05-a352-8dabbb9f1689
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:07:48.709Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3b7e162-f45a-4e05-a352-8dabbb9f1689
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:07:48.712Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:07:48.712Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T01:07:48.712Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T01:07:48.712Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T01:07:48.713Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:07:48.713Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:07:48.713Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:07:48.713Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:07:48.713Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:07:48.713Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:07:48.713Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:07:48.718Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T01:08:18.718Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d3b7e162-f45a-4e05-a352-8dabbb9f1689 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-05-15T01:08:18.724Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d3b7e162-f45a-4e05-a352-8dabbb9f1689 and serviceModelVersionId: 8c91e3a0-ce86-4093-9d0e-b21aad38a651
2021-05-15T01:08:18.724Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f2678920-9a44-411f-82d0-bbcb5f73d621
2021-05-15T01:08:18.725Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f2678920-9a44-411f-82d0-bbcb5f73d621/model-vers/model-ver/8c91e3a0-ce86-4093-9d0e-b21aad38a651?depth=0
2021-05-15T01:08:18.729Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T01:08:18.764Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f2678920-9a44-411f-82d0-bbcb5f73d621/model-vers/model-ver/8c91e3a0-ce86-4093-9d0e-b21aad38a651?depth=0|INFO|500||Invoke
2021-05-15T01:08:18.764Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f2678920-9a44-411f-82d0-bbcb5f73d621/model-vers/model-ver/8c91e3a0-ce86-4093-9d0e-b21aad38a651?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f2678920-9a44-411f-82d0-bbcb5f73d621/model-vers/model-ver/8c91e3a0-ce86-4093-9d0e-b21aad38a651?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d3b7e162-f45a-4e05-a352-8dabbb9f1689], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d415573-d121-4c48-9d09-bcb3e1bf39ed], X-ECOMP-RequestID=[d3b7e162-f45a-4e05-a352-8dabbb9f1689], X-TransactionId=[], X-ONAP-RequestID=[d3b7e162-f45a-4e05-a352-8dabbb9f1689], Content-Type=[application/merge-patch+json]}
2021-05-15T01:08:18.787Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f2678920-9a44-411f-82d0-bbcb5f73d621/model-vers/model-ver/8c91e3a0-ce86-4093-9d0e-b21aad38a651?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-15T01:08:18.969Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f2678920-9a44-411f-82d0-bbcb5f73d621/model-vers/model-ver/8c91e3a0-ce86-4093-9d0e-b21aad38a651?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/f2678920-9a44-411f-82d0-bbcb5f73d621/model-vers/model-ver/8c91e3a0-ce86-4093-9d0e-b21aad38a651?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210515-01:08:18:794-40891], vertex-id=[266296], Content-Length=[0], Date=[Sat, 15 May 2021 01:08:18 GMT], Content-Type=[application/json]}
2021-05-15T01:08:18.969Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f2678920-9a44-411f-82d0-bbcb5f73d621/model-vers/model-ver/8c91e3a0-ce86-4093-9d0e-b21aad38a651?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-15T01:08:18.970Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f2678920-9a44-411f-82d0-bbcb5f73d621/model-vers/model-ver/8c91e3a0-ce86-4093-9d0e-b21aad38a651?depth=0|INFO|500||InvokeReturn
2021-05-15T01:08:18.970Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T01:08:18.970Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:08:18.973Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-15T01:08:18.974Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d3b7e162-f45a-4e05-a352-8dabbb9f1689 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T01:08:18.974Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T01:08:18.974Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:08:18.976Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:08:18.976Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040898974,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:08:19.076Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:08:19.077Z||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-05-15T01:08:19.077Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:08:19.090Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:08:19.091Z||pool-34-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-05-15T01:08:19.988Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:08:19.989Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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-05-15T01:08:19.989Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:08:29.535Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:08:48.358Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:08:48.359Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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-05-15T01:08:48.359Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:08:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:08:48.360Z||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-05-15T01:08:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:08:48.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:08:48.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040815425,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:08:48.380Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:08:48.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040816439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:08:48.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:08:48.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040816439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:08:48.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:08:48.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040816439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040816439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040816439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040816439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040816439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:08:48.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:08:48.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040824301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:08:48.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:08:48.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040827746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:08:48.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:08:48.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040831268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:08:48.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040833569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040834673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040835675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040836679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040837684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:08:48.384Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:08:57.898Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:09:48.358Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:09:48.358Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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-05-15T01:09:48.358Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:09:48.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:09:48.360Z||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-05-15T01:09:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:09:48.881Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:09:48.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:09:48.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621040898974,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:09:48.882Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:09:57.899Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:10:48.358Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:10:48.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:10:48.360Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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-05-15T01:10:48.360Z||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-05-15T01:10:48.360Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:10:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:10:57.903Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:10:57.905Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:11:48.358Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:11:48.359Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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-05-15T01:11:48.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:11:48.360Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:11:48.360Z||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-05-15T01:11:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:11:57.897Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:11:57.901Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:12:48.358Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:12:48.359Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:12:48.361Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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-05-15T01:12:48.361Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:12:48.363Z||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-05-15T01:12:48.363Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:12:57.905Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:12:57.910Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:13:48.358Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:13:48.359Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:13:48.361Z||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-05-15T01:13:48.361Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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-05-15T01:13:48.362Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:13:48.362Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:13:57.906Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:13:57.906Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:14:48.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:14:48.359Z||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-05-15T01:14:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:14:48.360Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:14:48.361Z||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-05-15T01:14:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:14:57.901Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:14:57.904Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:15:48.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:15:48.359Z||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-05-15T01:15:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:48.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:15:48.360Z||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-05-15T01:15:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:48.581Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:15:48.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "dcae-sch",
  "timestamp": 1621041334747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "dcae-sch",
  "timestamp": 1621041334747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041338677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "dcae-sch",
  "timestamp": 1621041334747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "cds",
  "timestamp": 1621041339557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041338677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "dcae-sch",
  "timestamp": 1621041334747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "cds",
  "timestamp": 1621041339557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041338677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "dcae-sch",
  "timestamp": 1621041334747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "policy-id",
  "timestamp": 1621041341446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "cds",
  "timestamp": 1621041339557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041338677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "dcae-sch",
  "timestamp": 1621041334747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "policy-id",
  "timestamp": 1621041341446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "cds",
  "timestamp": 1621041339557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041338677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041342818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "dcae-sch",
  "timestamp": 1621041334747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "policy-id",
  "timestamp": 1621041341446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "cds",
  "timestamp": 1621041339557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041338677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041342818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "dcae-sch",
  "timestamp": 1621041334747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041344461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "policy-id",
  "timestamp": 1621041341446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "cds",
  "timestamp": 1621041339557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041338677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041342818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041344461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "policy-id",
  "timestamp": 1621041341446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "cds",
  "timestamp": 1621041339557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041338677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041342818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041344461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "policy-id",
  "timestamp": 1621041341446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "cds",
  "timestamp": 1621041339557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041342818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041344461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "policy-id",
  "timestamp": 1621041341446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:15:48.984Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:15:48.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3c3bce04-be55-4e45-ab55-61c3b398350e","serviceName":"Demo_pNF_I0rIikR0sgKh6eNBUAzu","serviceVersion":"1.0","serviceUUID":"7ca921b4-f39e-4f2b-875f-13c0b836a24e","serviceDescription":"catalog service description","serviceInvariantUUID":"5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b","resources":[{"resourceInstanceName":"pNF 0fa84e03-ad0c 0","resourceName":"pNF 0fa84e03-ad0c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3bc0911b-ff57-415d-8672-df6de27b42b2","resourceInvariantUUID":"81e30006-2b3f-40ad-9015-a5d5422bd1b5","resourceCustomizationUUID":"0620e536-afb8-4476-b672-920e9e189393","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml","artifactChecksum":"MjVmMzc4MzY3ZmVjNTBiMDcyYmI0ZjRmMWZmYjM1ODQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"93f6b2e2-953a-487e-b7c7-a947926ed8de","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar","artifactChecksum":"ZTkxMzY1NjBhMjc2ZDcxNDAxN2UxOTMyZTVlZWYyMmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a96a9e60-556c-447f-8f84-77dcb1fac4f8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"724db8ff-90d0-4a2b-ad9d-c9fc7df53ca4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml","artifactChecksum":"YWFiMjNkMTk4MjIzZWYwNWE2ZDExNTZkZDVmMjdiMWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"75360d0e-01de-4c27-87c0-def011d4ff10","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a10ea320-b546-4603-85cf-2277b85d12ad","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9a304058-33a1-4b07-99b2-4a8687d22eee","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfI0riikr0sgkh6enbuazu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml","artifactChecksum":"MDk4YTg0MzE3ZTdmNzc2Y2IyMzUxZTNlNDQzZWM0OGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"41ca3936-258c-4c1a-8db0-5d3db474c0ae","artifactVersion":"1"},{"artifactName":"service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar","artifactChecksum":"YTBmODgzNGY4NzkzMWUwNTE2Y2JmM2RhM2NmMjk1ZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a934f587-c423-4caa-b659-597cfac6cef7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T01:15:48.989Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:15:48.989Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:15:48.991Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:15:48.991Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041348358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:49.091Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:15:49.092Z||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-05-15T01:15:49.092Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:49.102Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:15:49.103Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:15:49.991Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:15:49.993Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:15:49.994Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:15:49.995Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041348358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:50.095Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:15:50.096Z||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-05-15T01:15:50.096Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:50.106Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:15:50.106Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:15:50.995Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:15:50.996Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:15:50.998Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:15:50.998Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041348358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:51.098Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:15:51.100Z||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-05-15T01:15:51.100Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:51.108Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:15:51.109Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:15:51.998Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:15:51.999Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:15:52.000Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:15:52.000Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041348358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:52.101Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T01:15:52.102Z||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-05-15T01:15:52.102Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:52.110Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:15:52.111Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:15:53.001Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:15:53.002Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:15:53.004Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:15:53.004Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041348358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:53.104Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:15:53.105Z||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-05-15T01:15:53.105Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:53.115Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:15:53.115Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:15:54.004Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:15:54.005Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:15:54.007Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:15:54.007Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041348358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:54.107Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:15:54.108Z||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-05-15T01:15:54.108Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:54.116Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:15:54.116Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:15:55.007Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:15:55.008Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:15:55.010Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:15:55.010Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041348358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:15:55.110Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:15:55.111Z||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-05-15T01:15:55.111Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:55.120Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:15:55.120Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:15:56.011Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:15:56.012Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:15:56.014Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:15:56.014Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041348358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:15:56.114Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:15:56.115Z||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-05-15T01:15:56.115Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:56.123Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:15:56.124Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:15:57.015Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "serviceName": "Demo_pNF_I0rIikR0sgKh6eNBUAzu",
  "serviceVersion": "1.0",
  "serviceUUID": "7ca921b4-f39e-4f2b-875f-13c0b836a24e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b",
  "resources": [
    {
      "resourceInstanceName": "pNF 0fa84e03-ad0c 0",
      "resourceCustomizationUUID": "0620e536-afb8-4476-b672-920e9e189393",
      "resourceName": "pNF 0fa84e03-ad0c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3bc0911b-ff57-415d-8672-df6de27b42b2",
      "resourceInvariantUUID": "81e30006-2b3f-40ad-9015-a5d5422bd1b5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
      "artifactChecksum": "YTBmODgzNGY4NzkzMWUwNTE2Y2JmM2RhM2NmMjk1ZmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a934f587-c423-4caa-b659-597cfac6cef7"
    }
  ],
  "workloadContext": "Production"
}
2021-05-15T01:15:57.015Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T01:15:57.015Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7ca921b4-f39e-4f2b-875f-13c0b836a24e ASDC
2021-05-15T01:15:57.016Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3c3bce04-be55-4e45-ab55-61c3b398350e
ServiceName:Demo_pNF_I0rIikR0sgKh6eNBUAzu
ServiceVersion:1.0
ServiceUUID:7ca921b4-f39e-4f2b-875f-13c0b836a24e
ServiceInvariantUUID:5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
ArtifactUUID:a934f587-c423-4caa-b659-597cfac6cef7
ArtifactChecksum:YTBmODgzNGY4NzkzMWUwNTE2Y2JmM2RhM2NmMjk1ZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0fa84e03-ad0c 0
ResourceCustomizationUUID:0620e536-afb8-4476-b672-920e9e189393
ResourceInvariantUUID:81e30006-2b3f-40ad-9015-a5d5422bd1b5
ResourceName:pNF 0fa84e03-ad0c
ResourceType:PNF
ResourceUUID:3bc0911b-ff57-415d-8672-df6de27b42b2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-05-15T01:15:57.016Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ca921b4-f39e-4f2b-875f-13c0b836a24e 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-05-15T01:15:57.042Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:15:57.043Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:15:57.043Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:15:57.043Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a934f587-c423-4caa-b659-597cfac6cef7 from URL: /sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:57.043Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:15:57.044Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:57.574Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:15:57.579Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar a934f587-c423-4caa-b659-597cfac6cef7 83310
2021-05-15T01:15:57.579Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar ASDC sendASDCNotification
2021-05-15T01:15:57.579Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:57.579Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:15:57.579Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:15:57.581Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:15:57.581Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041357579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:15:57.682Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T01:15:57.682Z||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-05-15T01:15:57.683Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:57.693Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:15:57.694Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:15:58.582Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:15:58.583Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:15:58.584Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a934f587-c423-4caa-b659-597cfac6cef7, URL: /sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar to file: /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:58.584Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:58.585Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:58.585Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:58.717Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1781308850480555289/Definitions/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml
2021-05-15T01:15:59.360Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T01:15:59.360Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T01:15:59.360Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:59.360Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-15T01:15:59.360Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0fa84e03-ad0c 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:59.360Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:59.360Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0fa84e03-ad0c 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-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:59.360Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:59.360Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:59.360Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_I0rIikR0sgKh6eNBUAzu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Node template pNF 0fa84e03-ad0c 0 is matching search criteria
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 0fa84e03-ad0c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_I0rIikR0sgKh6eNBUAzu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Node template pNF 0fa84e03-ad0c 0 is matching search criteria
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 0fa84e03-ad0c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_I0rIikR0sgKh6eNBUAzu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_I0rIikR0sgKh6eNBUAzu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_I0rIikR0sgKh6eNBUAzu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_I0rIikR0sgKh6eNBUAzu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_I0rIikR0sgKh6eNBUAzu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_I0rIikR0sgKh6eNBUAzu
Description:catalog service description
Model UUID:7ca921b4-f39e-4f2b-875f-13c0b836a24e
Model Version:NULL
Model InvariantUuid:5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b
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-05-15T01:15:59.367Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3bc0911b-ff57-415d-8672-df6de27b42b2
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-05-15T01:15:59.370Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||pNF 0fa84e03-ad0c 0
2021-05-15T01:15:59.370Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3bc0911b-ff57-415d-8672-df6de27b42b2
2021-05-15T01:15:59.371Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 7ca921b4-f39e-4f2b-875f-13c0b836a24e
2021-05-15T01:15:59.371Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7ca921b4-f39e-4f2b-875f-13c0b836a24e
2021-05-15T01:15:59.371Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0fa84e03-ad0c 0 3bc0911b-ff57-415d-8672-df6de27b42b2 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-05-15T01:15:59.375Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:15:59.375Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_I0rIikR0sgKh6eNBUAzu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:15:59.375Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7ca921b4-f39e-4f2b-875f-13c0b836a24e: pNF 0fa84e03-ad0c
2021-05-15T01:15:59.375Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||Processing PNF resource: 3bc0911b-ff57-415d-8672-df6de27b42b2
2021-05-15T01:15:59.375Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:15:59.375Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_I0rIikR0sgKh6eNBUAzu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:15:59.375Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||Resource customization UUID: 0620e536-afb8-4476-b672-920e9e189393 is the same as notified resource customizationUUID: 0620e536-afb8-4476-b672-920e9e189393
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-05-15T01:15:59.435Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0fa84e03-ad0c 3bc0911b-ff57-415d-8672-df6de27b42b2 0 ASDC deployResourceStructure
2021-05-15T01:15:59.435Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar ASDC sendASDCNotification
2021-05-15T01:15:59.435Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:59.435Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:15:59.436Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:15:59.437Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:15:59.437Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041359435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:15:59.537Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:15:59.538Z||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-05-15T01:15:59.539Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:59.548Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:15:59.548Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:16:00.438Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:16:00.449Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:16:00.451Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:16:00.452Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T01:16:00.452Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T01:16:30.452Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:16:30.466Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:16:30.469Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:16:30.469Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T01:16:30.469Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T01:16:48.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:16:48.360Z||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-05-15T01:16:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:16:48.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:16:48.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:16:48.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041342818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:16:48.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:00.469Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:17:00.480Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:17:00.483Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:17:00.483Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T01:17:00.483Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T01:17:30.483Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:17:30.492Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:17:30.495Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:17:30.495Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T01:17:30.495Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T01:17:48.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:17:48.360Z||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-05-15T01:17:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:17:48.882Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:17:48.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041348358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041344461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "policy-id",
  "timestamp": 1621041341446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041342818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041348358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041344461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "aai-ml",
  "timestamp": 1621041349569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "cds",
  "timestamp": 1621041350353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041342818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "clamp",
  "timestamp": 1621041350351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041348358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041344461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "aai-ml",
  "timestamp": 1621041349569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "cds",
  "timestamp": 1621041351359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-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-05-15T01:17:48.893Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3c3bce04-be55-4e45-ab55-61c3b398350e
2021-05-15T01:17:48.893Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c3bce04-be55-4e45-ab55-61c3b398350e 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-05-15T01:17:48.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "policy-id",
  "timestamp": 1621041351833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:17:48.901Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "clamp",
  "timestamp": 1621041350351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041348358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041344461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "aai-ml",
  "timestamp": 1621041349569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "policy-id",
  "timestamp": 1621041352835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "clamp",
  "timestamp": 1621041350351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041348358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "aai-ml",
  "timestamp": 1621041349569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041353273,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:17:48.903Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041352659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "policy-id",
  "timestamp": 1621041353838,
  "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-05-15T01:17:48.907Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c3bce04-be55-4e45-ab55-61c3b398350e
2021-05-15T01:17:48.907Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c3bce04-be55-4e45-ab55-61c3b398350e 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-05-15T01:17:48.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "clamp",
  "timestamp": 1621041350351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041348358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "aai-ml",
  "timestamp": 1621041349569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041352659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041354458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "clamp",
  "timestamp": 1621041350351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041348358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "aai-ml",
  "timestamp": 1621041349569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041352659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041355461,
  "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-05-15T01:17:48.920Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3c3bce04-be55-4e45-ab55-61c3b398350e
2021-05-15T01:17:48.920Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c3bce04-be55-4e45-ab55-61c3b398350e 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-05-15T01:17:48.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "clamp",
  "timestamp": 1621041350351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041348358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "aai-ml",
  "timestamp": 1621041349569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041352659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "clamp",
  "timestamp": 1621041350351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "aai-ml",
  "timestamp": 1621041349569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041352659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041357579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "clamp",
  "timestamp": 1621041350351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041352659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "aai-ml",
  "timestamp": 1621041358697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041352659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041359435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041352659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041361542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "aai-ml",
  "timestamp": 1621041362676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:17:48.932Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041363489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:17:48.932Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "aai-ml",
  "timestamp": 1621041363679,
  "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-05-15T01:17:48.936Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3c3bce04-be55-4e45-ab55-61c3b398350e
2021-05-15T01:17:48.937Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c3bce04-be55-4e45-ab55-61c3b398350e 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-05-15T01:17:48.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041364493,
  "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-05-15T01:17:48.949Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3c3bce04-be55-4e45-ab55-61c3b398350e
2021-05-15T01:17:48.949Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c3bce04-be55-4e45-ab55-61c3b398350e 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-05-15T01:17:48.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "clamp",
  "timestamp": 1621041371748,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:17:48.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "clamp",
  "timestamp": 1621041372771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:17:48.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "clamp",
  "timestamp": 1621041373774,
  "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-05-15T01:17:48.962Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3c3bce04-be55-4e45-ab55-61c3b398350e
2021-05-15T01:17:48.963Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c3bce04-be55-4e45-ab55-61c3b398350e 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-05-15T01:18:00.495Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:18:00.506Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:18:00.509Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:18:00.509Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T01:18:00.509Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T01:18:00.509Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T01:18:00.509Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:18:00.510Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:18:00.510Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:18:00.510Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:18:00.510Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:18:00.510Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:18:00.510Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:18:00.510Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:18:00.514Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T01:18:30.514Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e 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-05-15T01:18:30.519Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3c3bce04-be55-4e45-ab55-61c3b398350e and serviceModelVersionId: 7ca921b4-f39e-4f2b-875f-13c0b836a24e
2021-05-15T01:18:30.519Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b
2021-05-15T01:18:30.520Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b/model-vers/model-ver/7ca921b4-f39e-4f2b-875f-13c0b836a24e?depth=0
2021-05-15T01:18:30.525Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T01:18:30.566Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b/model-vers/model-ver/7ca921b4-f39e-4f2b-875f-13c0b836a24e?depth=0|INFO|500||Invoke
2021-05-15T01:18:30.567Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b/model-vers/model-ver/7ca921b4-f39e-4f2b-875f-13c0b836a24e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b/model-vers/model-ver/7ca921b4-f39e-4f2b-875f-13c0b836a24e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3c3bce04-be55-4e45-ab55-61c3b398350e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d30eda39-7a64-4c0f-ab04-3ebbf0b32c4f], X-ECOMP-RequestID=[3c3bce04-be55-4e45-ab55-61c3b398350e], X-TransactionId=[], X-ONAP-RequestID=[3c3bce04-be55-4e45-ab55-61c3b398350e], Content-Type=[application/merge-patch+json]}
2021-05-15T01:18:30.587Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b/model-vers/model-ver/7ca921b4-f39e-4f2b-875f-13c0b836a24e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-15T01:18:31.168Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b/model-vers/model-ver/7ca921b4-f39e-4f2b-875f-13c0b836a24e?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/5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b/model-vers/model-ver/7ca921b4-f39e-4f2b-875f-13c0b836a24e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210515-01:18:30:593-91449], vertex-id=[385184], Content-Length=[0], Date=[Sat, 15 May 2021 01:18:30 GMT], Content-Type=[application/json]}
2021-05-15T01:18:31.168Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b/model-vers/model-ver/7ca921b4-f39e-4f2b-875f-13c0b836a24e?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-15T01:18:31.169Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b/model-vers/model-ver/7ca921b4-f39e-4f2b-875f-13c0b836a24e?depth=0|INFO|500||InvokeReturn
2021-05-15T01:18:31.169Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T01:18:31.169Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:18:31.175Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-15T01:18:31.175Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3c3bce04-be55-4e45-ab55-61c3b398350e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T01:18:31.175Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T01:18:31.175Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:31.177Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:31.178Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041511175,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:18:31.278Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:31.278Z||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-05-15T01:18:31.279Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:31.292Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:18:31.292Z||pool-45-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-05-15T01:18:32.189Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:18:32.190Z|3c3bce04-be55-4e45-ab55-61c3b398350e|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-05-15T01:18:32.190Z|3c3bce04-be55-4e45-ab55-61c3b398350e|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:36.474Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:18:36.475Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-15T01:18:36.475Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"afb48f0a-977a-4eac-8fde-af2ca6aa96c7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"95ecb3e7-73f4-4660-9c90-dba26f485b6d","serviceDescription":"service","serviceInvariantUUID":"5382bd27-c5ad-46de-8a57-f41179bd6117","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9a93faca-b666-4487-9790-3c6208050479","resourceInvariantUUID":"9c783957-ba8f-43c1-bb31-25e3641783ed","resourceCustomizationUUID":"42c1cfbf-f4d1-4258-8af9-b1c354e9d655","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":"NzIzMjc3ZDYzZGZkNTM1MWYwOTYyNDM2ZTkzOGU4Mjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"10f7483e-e874-42c6-83e3-3ad99513408d","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":"NGQ2ZTQxNjNhOGFmMzZjMDFhZjE3MmQ5NmFjYzMzNGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"daa45dd7-4ae0-4b4f-9d90-e510d49d35e5","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":"37ed6a14-0429-4b95-b214-4067fe1b5d91","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":"6dacd89f-f3f1-4eb9-bd6d-35a399d71d36","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":"f0ef7027-175b-4a3d-9b8c-d59778a803f8","artifactVersion":"2","generatedFromUUID":"37ed6a14-0429-4b95-b214-4067fe1b5d91"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Mzg0ZTcxNjVlNDdiZDNiMjdkNzNmN2U0NDc2YTBmM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f930894e-3199-405b-8e7e-32cfb4276fc6","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzNiNTgxY2NhYTA1ODZhOTYxZWY3ODRlMmJlMTY4ZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"20d2da0a-70cc-4987-b945-99be54a66c5d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T01:18:36.482Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:18:36.482Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:36.485Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:36.485Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:36.585Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:36.586Z||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-05-15T01:18:36.586Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:36.595Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:18:36.595Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:18:37.485Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:18:37.487Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:37.489Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:37.489Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:18:37.589Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:37.590Z||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-05-15T01:18:37.590Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:37.600Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:18:37.600Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:38.490Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:18:38.491Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:38.492Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:38.492Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:18:38.593Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:38.593Z||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-05-15T01:18:38.593Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:38.603Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:18:38.604Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:39.493Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:18:39.494Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:39.496Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:39.496Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:39.596Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-15T01:18:39.597Z||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-05-15T01:18:39.597Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:39.607Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:18:39.607Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:40.497Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:18:40.498Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:40.501Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:40.501Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-15T01:18:40.602Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-15T01:18:40.602Z||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-05-15T01:18:40.603Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:40.612Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:18:40.612Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:18:41.502Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:18:41.504Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:41.506Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:41.507Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:41.607Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:41.607Z||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-05-15T01:18:41.608Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:41.616Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:18:41.616Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:42.507Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:18:42.509Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:42.511Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:42.511Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:18:42.611Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:42.612Z||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-05-15T01:18:42.612Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:42.621Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:18:42.622Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:43.513Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "95ecb3e7-73f4-4660-9c90-dba26f485b6d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5382bd27-c5ad-46de-8a57-f41179bd6117",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "42c1cfbf-f4d1-4258-8af9-b1c354e9d655",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9a93faca-b666-4487-9790-3c6208050479",
      "resourceInvariantUUID": "9c783957-ba8f-43c1-bb31-25e3641783ed",
      "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": "NGQ2ZTQxNjNhOGFmMzZjMDFhZjE3MmQ5NmFjYzMzNGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "daa45dd7-4ae0-4b4f-9d90-e510d49d35e5",
          "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": "37ed6a14-0429-4b95-b214-4067fe1b5d91",
          "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": "f0ef7027-175b-4a3d-9b8c-d59778a803f8",
            "generatedFromUUID": "37ed6a14-0429-4b95-b214-4067fe1b5d91"
          },
          "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": "f0ef7027-175b-4a3d-9b8c-d59778a803f8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NzNiNTgxY2NhYTA1ODZhOTYxZWY3ODRlMmJlMTY4ZTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "20d2da0a-70cc-4987-b945-99be54a66c5d"
    }
  ],
  "workloadContext": "Production"
}
2021-05-15T01:18:43.513Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T01:18:43.513Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 95ecb3e7-73f4-4660-9c90-dba26f485b6d ASDC
2021-05-15T01:18:43.514Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:afb48f0a-977a-4eac-8fde-af2ca6aa96c7
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:95ecb3e7-73f4-4660-9c90-dba26f485b6d
ServiceInvariantUUID:5382bd27-c5ad-46de-8a57-f41179bd6117
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:20d2da0a-70cc-4987-b945-99be54a66c5d
ArtifactChecksum:NzNiNTgxY2NhYTA1ODZhOTYxZWY3ODRlMmJlMTY4ZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:42c1cfbf-f4d1-4258-8af9-b1c354e9d655
ResourceInvariantUUID:9c783957-ba8f-43c1-bb31-25e3641783ed
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:9a93faca-b666-4487-9790-3c6208050479
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:daa45dd7-4ae0-4b4f-9d90-e510d49d35e5
ArtifactChecksum:NGQ2ZTQxNjNhOGFmMzZjMDFhZjE3MmQ5NmFjYzMzNGE=
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:37ed6a14-0429-4b95-b214-4067fe1b5d91
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:f0ef7027-175b-4a3d-9b8c-d59778a803f8
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:f0ef7027-175b-4a3d-9b8c-d59778a803f8
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-15T01:18:43.514Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 95ecb3e7-73f4-4660-9c90-dba26f485b6d 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-05-15T01:18:43.543Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:18:43.544Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:18:43.544Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:18:43.544Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 20d2da0a-70cc-4987-b945-99be54a66c5d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-15T01:18:43.545Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:18:43.545Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-15T01:18:43.767Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:18:43.771Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 20d2da0a-70cc-4987-b945-99be54a66c5d 74259
2021-05-15T01:18:43.771Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-05-15T01:18:43.771Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-15T01:18:43.772Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:18:43.772Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:43.774Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:43.774Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041523771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:18:43.874Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:43.875Z||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-05-15T01:18:43.876Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:43.885Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:18:43.885Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:44.774Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:18:44.780Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:18:44.780Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 20d2da0a-70cc-4987-b945-99be54a66c5d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:44.780Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-05-15T01:18:44.781Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:44.781Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:44.996Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15922402878860864818/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-05-15T01:18:45.885Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||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-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:45.887Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T01:18:45.887Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T01:18:45.887Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:18:45.887Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:45.887Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:45.887Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T01:18:45.887Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T01:18:45.887Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:18:45.887Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:45.887Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ad348077-6a0b-4dfb-b417-3b6b00f462ec
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:45.890Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:45.890Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:45.890Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:45.890Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:45.890Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:45.890Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:45.890Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:95ecb3e7-73f4-4660-9c90-dba26f485b6d
Model Version:NULL
Model InvariantUuid:5382bd27-c5ad-46de-8a57-f41179bd6117
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ce934aa4-e68b-4b94-adb7-c5b5a4bd81a4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9c783957-ba8f-43c1-bb31-25e3641783ed
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:42c1cfbf-f4d1-4258-8af9-b1c354e9d655
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5de0d119-619e-4248-bdef-f29ac14404f3
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:2b7a52be-d19b-47ae-9ccb-e0d8e6a31527
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ad348077-6a0b-4dfb-b417-3b6b00f462ec
ModelInvariantUuid:02d92766-42d3-4c4e-b977-1c60f8b7d269
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:3ce9958e-7acb-4667-9720-26b60124e81c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:ef0374df-e232-465c-b120-3452d8a9039a
ModelInvariantUuid:8b777f8e-2905-4d97-af7f-aff08569c6b8
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:2773b658-9f65-48ab-a39f-5623b596aed0
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-05-15T01:18:45.896Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 9a93faca-b666-4487-9790-3c6208050479
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-05-15T01:18:45.900Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||basic_vm 0
2021-05-15T01:18:45.900Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9a93faca-b666-4487-9790-3c6208050479
2021-05-15T01:18:45.900Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: daa45dd7-4ae0-4b4f-9d90-e510d49d35e5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-15T01:18:45.900Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:18:45.900Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-15T01:18:46.555Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:18:46.555Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json daa45dd7-4ae0-4b4f-9d90-e510d49d35e5 787
2021-05-15T01:18:46.556Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-05-15T01:18:46.556Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-15T01:18:46.556Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:18:46.556Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:46.558Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:46.558Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041526556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:18:46.659Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T01:18:46.660Z||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-05-15T01:18:46.660Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:46.670Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:18:46.670Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:47.559Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5de0d119-619e-4248-bdef-f29ac14404f3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2b7a52be-d19b-47ae-9ccb-e0d8e6a31527",
    "vfModuleModelCustomizationUUID": "d8a1e4a9-dc12-4160-893c-c82e09892239",
    "isBase": true,
    "artifacts": [
      "37ed6a14-0429-4b95-b214-4067fe1b5d91",
      "f0ef7027-175b-4a3d-9b8c-d59778a803f8"
    ],
    "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-05-15T01:18:47.563Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2b7a52be-d19b-47ae-9ccb-e0d8e6a31527
VfModuleModelInvariantUUID:5de0d119-619e-4248-bdef-f29ac14404f3
VfModuleModelDescription:NULL
Artifacts UUID List:{
37ed6a14-0429-4b95-b214-4067fe1b5d91
,
f0ef7027-175b-4a3d-9b8c-d59778a803f8

}
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-05-15T01:18:47.566Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5de0d119-619e-4248-bdef-f29ac14404f3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2b7a52be-d19b-47ae-9ccb-e0d8e6a31527",
    "vfModuleModelCustomizationUUID": "d8a1e4a9-dc12-4160-893c-c82e09892239",
    "isBase": true,
    "artifacts": [
      "37ed6a14-0429-4b95-b214-4067fe1b5d91",
      "f0ef7027-175b-4a3d-9b8c-d59778a803f8"
    ],
    "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-05-15T01:18:47.567Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2b7a52be-d19b-47ae-9ccb-e0d8e6a31527
VfModuleModelInvariantUUID:5de0d119-619e-4248-bdef-f29ac14404f3
VfModuleModelDescription:NULL
Artifacts UUID List:{
37ed6a14-0429-4b95-b214-4067fe1b5d91
,
f0ef7027-175b-4a3d-9b8c-d59778a803f8

}
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-05-15T01:18:47.567Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 37ed6a14-0429-4b95-b214-4067fe1b5d91 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-15T01:18:47.567Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:18:47.567Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-15T01:18:48.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:18:48.360Z||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-05-15T01:18:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:48.527Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:18:48.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041511175,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:18:48.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041502818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "cds",
  "timestamp": 1621041504557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041504461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041502659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041502818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "cds",
  "timestamp": 1621041504557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041504461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041502659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041502818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "cds",
  "timestamp": 1621041504557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041504461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041502659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041502818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "cds",
  "timestamp": 1621041504557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041504461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041502659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "dcae-sch",
  "timestamp": 1621041514747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041502818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "cds",
  "timestamp": 1621041504557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041504461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041502659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "dcae-sch",
  "timestamp": 1621041514747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041502818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "cds",
  "timestamp": 1621041504557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041504461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041502659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "dcae-sch",
  "timestamp": 1621041514747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041502818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "cds",
  "timestamp": 1621041504557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041504461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041502659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "dcae-sch",
  "timestamp": 1621041514747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041518677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "dcae-sch",
  "timestamp": 1621041514747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "cds",
  "timestamp": 1621041519891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041519987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041520084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041518677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "dcae-sch",
  "timestamp": 1621041514747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "cds",
  "timestamp": 1621041520897,
  "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-05-15T01:18:48.545Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of afb48f0a-977a-4eac-8fde-af2ca6aa96c7
2021-05-15T01:18:48.546Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId afb48f0a-977a-4eac-8fde-af2ca6aa96c7 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-05-15T01:18:48.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041518677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "dcae-sch",
  "timestamp": 1621041514747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041521681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041522030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "policy-id",
  "timestamp": 1621041521446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041518677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "dcae-sch",
  "timestamp": 1621041514747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "cds",
  "timestamp": 1621041521901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041522867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:18:48.555Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041523033,
  "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-05-15T01:18:48.559Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of afb48f0a-977a-4eac-8fde-af2ca6aa96c7
2021-05-15T01:18:48.559Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId afb48f0a-977a-4eac-8fde-af2ca6aa96c7 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-05-15T01:18:48.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "policy-id",
  "timestamp": 1621041521446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041518677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-15T01:18:48.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "dcae-sch",
  "timestamp": 1621041514747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041522818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "cds",
  "timestamp": 1621041521901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041523771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:18:48.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041523870,
  "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-05-15T01:18:48.573Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of afb48f0a-977a-4eac-8fde-af2ca6aa96c7
2021-05-15T01:18:48.573Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId afb48f0a-977a-4eac-8fde-af2ca6aa96c7 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-05-15T01:18:48.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "policy-id",
  "timestamp": 1621041521446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041518677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "dcae-sch",
  "timestamp": 1621041514747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041522818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "cds",
  "timestamp": 1621041521901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041524873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "policy-id",
  "timestamp": 1621041521446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041518677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "dcae-sch",
  "timestamp": 1621041514747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041522818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "cds",
  "timestamp": 1621041521901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "policy-id",
  "timestamp": 1621041521446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "dcae-sch",
  "timestamp": 1621041514747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041522818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041525876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "cds",
  "timestamp": 1621041521901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041526556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041526944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "policy-id",
  "timestamp": 1621041521446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "dcae-sch",
  "timestamp": 1621041514747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041522818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041525876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "cds",
  "timestamp": 1621041521901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:48.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "policy-id",
  "timestamp": 1621041521446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:18:48.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:18:51.851Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:18:51.851Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 37ed6a14-0429-4b95-b214-4067fe1b5d91 5033
2021-05-15T01:18:51.852Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-05-15T01:18:51.852Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-15T01:18:51.852Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:18:51.852Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:51.854Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:51.855Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041531852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:18:51.955Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:51.955Z||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-05-15T01:18:51.956Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:51.965Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:18:51.965Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:52.855Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f0ef7027-175b-4a3d-9b8c-d59778a803f8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-15T01:18:52.856Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:18:52.856Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-15T01:18:54.959Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:18:54.959Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f0ef7027-175b-4a3d-9b8c-d59778a803f8 903
2021-05-15T01:18:54.960Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-05-15T01:18:54.960Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-15T01:18:54.960Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:18:54.960Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:54.962Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:54.963Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041534960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:18:55.063Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:55.064Z||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-05-15T01:18:55.064Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:55.074Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:18:55.074Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:55.963Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 95ecb3e7-73f4-4660-9c90-dba26f485b6d
2021-05-15T01:18:55.964Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9a93faca-b666-4487-9790-3c6208050479 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-05-15T01:18:55.978Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:55.978Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:55.978Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-05-15T01:18:55.978Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 42c1cfbf-f4d1-4258-8af9-b1c354e9d655
2021-05-15T01:18:55.978Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42c1cfbf-f4d1-4258-8af9-b1c354e9d655 matches Tosca VF Customization UUID: 42c1cfbf-f4d1-4258-8af9-b1c354e9d655
2021-05-15T01:18:55.978Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 42c1cfbf-f4d1-4258-8af9-b1c354e9d655  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-05-15T01:18:55.980Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:55.980Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:55.981Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 42c1cfbf-f4d1-4258-8af9-b1c354e9d655: {\"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-05-15T01:18:55.981Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@444363a7
2021-05-15T01:18:55.981Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:55.981Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T01:18:55.981Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d8a1e4a9-dc12-4160-893c-c82e09892239
2021-05-15T01:18:55.981Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d8a1e4a9-dc12-4160-893c-c82e09892239
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-05-15T01:18:55.984Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:55.984Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T01:18:55.984Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:18:55.984Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:55.984Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T01:18:55.984Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:18:55.984Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:55.984Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-15T01:18:55.984Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-15T01:18:55.984Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-15T01:18:55.985Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ad348077-6a0b-4dfb-b417-3b6b00f462ec
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-05-15T01:18:55.987Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:55.987Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T01:18:55.987Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:18:55.987Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:55.988Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T01:18:55.988Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=42c1cfbf-f4d1-4258-8af9-b1c354e9d655
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-05-15T01:18:55.989Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:55.989Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:55.989Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 95ecb3e7-73f4-4660-9c90-dba26f485b6d: basic_vm
2021-05-15T01:18:55.989Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:55.989Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:55.990Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:55.990Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:55.990Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:55.990Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:55.990Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:55.990Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:55.990Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:18:55.990Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:55.990Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:18:56.085Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9a93faca-b666-4487-9790-3c6208050479 1 ASDC deployResourceStructure
2021-05-15T01:18:56.086Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-05-15T01:18:56.086Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-15T01:18:56.086Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:18:56.086Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:56.088Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:56.088Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041536086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:18:56.188Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:56.189Z||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-05-15T01:18:56.189Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:56.199Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:18:56.199Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:57.089Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-05-15T01:18:57.089Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-15T01:18:57.089Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:18:57.089Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:57.091Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:57.091Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041537089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T01:18:57.191Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:57.192Z||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-05-15T01:18:57.193Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:57.201Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:18:57.202Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:58.092Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-05-15T01:18:58.092Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-15T01:18:58.092Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:18:58.093Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:58.095Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:58.095Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041538092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-15T01:18:58.195Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:58.196Z||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-05-15T01:18:58.196Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:58.206Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:18:58.206Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:59.096Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-05-15T01:18:59.097Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-15T01:18:59.097Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:18:59.097Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:59.099Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:59.099Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041539096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:18:59.199Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:59.200Z||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-05-15T01:18:59.201Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:59.217Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:18:59.217Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:19:00.100Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afb48f0a-977a-4eac-8fde-af2ca6aa96c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:19:00.110Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afb48f0a-977a-4eac-8fde-af2ca6aa96c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:19:00.113Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:19:00.113Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T01:19:00.113Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T01:19:30.113Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afb48f0a-977a-4eac-8fde-af2ca6aa96c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:19:30.125Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afb48f0a-977a-4eac-8fde-af2ca6aa96c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:19:30.128Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:19:30.129Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T01:19:30.129Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T01:19:48.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:19:48.360Z||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-05-15T01:19:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:19:48.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:19:48.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:19:48.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "dcae-sch",
  "timestamp": 1621041514747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:19:48.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:20:00.129Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afb48f0a-977a-4eac-8fde-af2ca6aa96c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:20:00.138Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afb48f0a-977a-4eac-8fde-af2ca6aa96c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:20:00.143Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:20:00.143Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T01:20:00.143Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T01:20:30.143Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afb48f0a-977a-4eac-8fde-af2ca6aa96c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:20:30.153Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afb48f0a-977a-4eac-8fde-af2ca6aa96c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:20:30.155Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:20:30.155Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T01:20:30.155Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T01:20:48.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:20:48.360Z||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-05-15T01:20:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:20:48.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:20:48.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:20:48.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041522818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:20:48.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:00.156Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afb48f0a-977a-4eac-8fde-af2ca6aa96c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:21:00.166Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afb48f0a-977a-4eac-8fde-af2ca6aa96c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:21:00.169Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:21:00.169Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T01:21:00.169Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T01:21:30.169Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afb48f0a-977a-4eac-8fde-af2ca6aa96c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:21:30.177Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afb48f0a-977a-4eac-8fde-af2ca6aa96c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:21:30.179Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:21:30.179Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T01:21:30.179Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T01:21:48.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:21:48.360Z||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-05-15T01:21:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:21:48.376Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:21:48.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041525876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "cds",
  "timestamp": 1621041521901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "dcae-sch",
  "timestamp": 1621041514747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041522818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041525876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "cds",
  "timestamp": 1621041521901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "aai-ml",
  "timestamp": 1621041529569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041522818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041525876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "clamp",
  "timestamp": 1621041530351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "aai-ml",
  "timestamp": 1621041529569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041525876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041531852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.391Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "clamp",
  "timestamp": 1621041530351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "aai-ml",
  "timestamp": 1621041529569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041525876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041532630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "clamp",
  "timestamp": 1621041530351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "aai-ml",
  "timestamp": 1621041529569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041532659,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "policy-id",
  "timestamp": 1621041533378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041525876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "cds",
  "timestamp": 1621041533572,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "clamp",
  "timestamp": 1621041530351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "aai-ml",
  "timestamp": 1621041529569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041532659,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "policy-id",
  "timestamp": 1621041534381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "cds",
  "timestamp": 1621041534577,
  "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-05-15T01:21:48.404Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 05a73894-fd1e-4676-a0be-7ac61deecd55
2021-05-15T01:21:48.405Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a73894-fd1e-4676-a0be-7ac61deecd55 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-05-15T01:21:48.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041534960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.411Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "clamp",
  "timestamp": 1621041530351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041535062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.411Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "aai-ml",
  "timestamp": 1621041529569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041532659,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "policy-id",
  "timestamp": 1621041535384,
  "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-05-15T01:21:48.416Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of afb48f0a-977a-4eac-8fde-af2ca6aa96c7
2021-05-15T01:21:48.416Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId afb48f0a-977a-4eac-8fde-af2ca6aa96c7 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-05-15T01:21:48.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041535776,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.424Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "clamp",
  "timestamp": 1621041530351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041536068,
  "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-05-15T01:21:48.428Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of afb48f0a-977a-4eac-8fde-af2ca6aa96c7
2021-05-15T01:21:48.428Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId afb48f0a-977a-4eac-8fde-af2ca6aa96c7 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-05-15T01:21:48.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041536086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.433Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "aai-ml",
  "timestamp": 1621041529569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041532659,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "dcae-sch",
  "timestamp": 1621041536371,
  "artifactURL": "/sdc/v1/catalog/services/6041160b-0e9f-43cb-a3f0-9c0b92b3d95e/resourceInstances/basicclamp0/artifacts/bfe74927-9e9d-42b2-ade0-e34c9be2d85b",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.433Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "policy-id",
  "timestamp": 1621041521446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "clamp",
  "timestamp": 1621041530351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041537072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.434Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041537089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.434Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041532659,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "policy-id",
  "timestamp": 1621041521446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "dcae-sch",
  "timestamp": 1621041537602,
  "artifactURL": "/sdc/v1/catalog/services/6041160b-0e9f-43cb-a3f0-9c0b92b3d95e/resourceInstances/basicclamp0/artifacts/bfe74927-9e9d-42b2-ade0-e34c9be2d85b",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.434Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041537887,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.435Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041518677,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041538092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.435Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "aai-ml",
  "timestamp": 1621041538196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.435Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041532659,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "policy-id",
  "timestamp": 1621041521446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "dcae-sch",
  "timestamp": 1621041538606,
  "artifactURL": "/sdc/v1/catalog/services/6041160b-0e9f-43cb-a3f0-9c0b92b3d95e/resourceInstances/basicclamp0/artifacts/bfe74927-9e9d-42b2-ade0-e34c9be2d85b",
  "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-05-15T01:21:48.439Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 05a73894-fd1e-4676-a0be-7ac61deecd55
2021-05-15T01:21:48.439Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a73894-fd1e-4676-a0be-7ac61deecd55 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-05-15T01:21:48.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041518677,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041539096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041532659,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "policy-id",
  "timestamp": 1621041521446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041539479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041518677,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041532659,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "policy-id",
  "timestamp": 1621041521446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041540482,
  "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-05-15T01:21:48.454Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 05a73894-fd1e-4676-a0be-7ac61deecd55
2021-05-15T01:21:48.454Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a73894-fd1e-4676-a0be-7ac61deecd55 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-05-15T01:21:48.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041518677,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "policy-id",
  "timestamp": 1621041521446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041541485,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.462Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041541484,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.463Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041518677,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "policy-id",
  "timestamp": 1621041521446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "clamp",
  "timestamp": 1621041542772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.464Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041518677,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "policy-id",
  "timestamp": 1621041521446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "aai-ml",
  "timestamp": 1621041543474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.465Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041543534,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.465Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041518677,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "aai-ml",
  "timestamp": 1621041544479,
  "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-05-15T01:21:48.471Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of afb48f0a-977a-4eac-8fde-af2ca6aa96c7
2021-05-15T01:21:48.471Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId afb48f0a-977a-4eac-8fde-af2ca6aa96c7 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-05-15T01:21:48.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041544537,
  "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-05-15T01:21:48.481Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 05a73894-fd1e-4676-a0be-7ac61deecd55
2021-05-15T01:21:48.481Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a73894-fd1e-4676-a0be-7ac61deecd55 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-05-15T01:21:48.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "policy-id",
  "timestamp": 1621041544573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.487Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "clamp",
  "timestamp": 1621041544783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.488Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041518677,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "aai-ml",
  "timestamp": 1621041529569,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "policy-id",
  "timestamp": 1621041545576,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.488Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "clamp",
  "timestamp": 1621041545787,
  "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-05-15T01:21:48.492Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of afb48f0a-977a-4eac-8fde-af2ca6aa96c7
2021-05-15T01:21:48.492Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId afb48f0a-977a-4eac-8fde-af2ca6aa96c7 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-05-15T01:21:48.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "aai-ml",
  "timestamp": 1621041529569,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.500Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "policy-id",
  "timestamp": 1621041546578,
  "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-05-15T01:21:48.504Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 05a73894-fd1e-4676-a0be-7ac61deecd55
2021-05-15T01:21:48.504Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a73894-fd1e-4676-a0be-7ac61deecd55 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-05-15T01:21:48.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "clamp",
  "timestamp": 1621041530351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.510Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041547061,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.511Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "aai-ml",
  "timestamp": 1621041529569,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "clamp",
  "timestamp": 1621041530351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "aai-ml",
  "timestamp": 1621041529569,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "clamp",
  "timestamp": 1621041530351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041549063,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.512Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "aai-ml",
  "timestamp": 1621041529569,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041544461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "dcae-sch",
  "timestamp": 1621041539609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041542818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "policy-id",
  "timestamp": 1621041547580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "clamp",
  "timestamp": 1621041530351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "cds",
  "timestamp": 1621041549557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "aai-ml",
  "timestamp": 1621041529569,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041544461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041542818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "dcae-sch",
  "timestamp": 1621041539609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "policy-id",
  "timestamp": 1621041547580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "clamp",
  "timestamp": 1621041530351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "cds",
  "timestamp": 1621041549557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "aai-ml",
  "timestamp": 1621041529569,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041544461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041542818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "policy-id",
  "timestamp": 1621041547580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "dcae-sch",
  "timestamp": 1621041539609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "clamp",
  "timestamp": 1621041530351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "cds",
  "timestamp": 1621041549557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041552472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "aai-ml",
  "timestamp": 1621041529569,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041544461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041542818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "policy-id",
  "timestamp": 1621041547580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "dcae-sch",
  "timestamp": 1621041539609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "clamp",
  "timestamp": 1621041530351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "cds",
  "timestamp": 1621041549557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041553479,
  "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-05-15T01:21:48.523Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 05a73894-fd1e-4676-a0be-7ac61deecd55
2021-05-15T01:21:48.524Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a73894-fd1e-4676-a0be-7ac61deecd55 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-05-15T01:21:48.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041544461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041542818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "policy-id",
  "timestamp": 1621041547580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "dcae-sch",
  "timestamp": 1621041539609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "clamp",
  "timestamp": 1621041530351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "aai-ml",
  "timestamp": 1621041554173,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "cds",
  "timestamp": 1621041549557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041554483,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041544461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041542818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "policy-id",
  "timestamp": 1621041547580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "dcae-sch",
  "timestamp": 1621041539609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "cds",
  "timestamp": 1621041549557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041544461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041542818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "policy-id",
  "timestamp": 1621041547580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "dcae-sch",
  "timestamp": 1621041539609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041555487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "cds",
  "timestamp": 1621041549557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041544461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041542818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "policy-id",
  "timestamp": 1621041547580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "dcae-sch",
  "timestamp": 1621041539609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041555487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "cds",
  "timestamp": 1621041549557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041555487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041558179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "policy-id",
  "timestamp": 1621041558186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "cds",
  "timestamp": 1621041558868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041555487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "policy-id",
  "timestamp": 1621041559188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041559766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041555487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "policy-id",
  "timestamp": 1621041560190,
  "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-05-15T01:21:48.548Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98718903-5b66-485d-980f-f6d6f66ad2f3
2021-05-15T01:21:48.548Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98718903-5b66-485d-980f-f6d6f66ad2f3 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-05-15T01:21:48.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "aai-ml",
  "timestamp": 1621041560372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.560Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041561099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.560Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041555487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "cds",
  "timestamp": 1621041561137,
  "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-05-15T01:21:48.565Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 98718903-5b66-485d-980f-f6d6f66ad2f3
2021-05-15T01:21:48.565Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98718903-5b66-485d-980f-f6d6f66ad2f3 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-05-15T01:21:48.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "aai-ml",
  "timestamp": 1621041561376,
  "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-05-15T01:21:48.576Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 05a73894-fd1e-4676-a0be-7ac61deecd55
2021-05-15T01:21:48.577Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a73894-fd1e-4676-a0be-7ac61deecd55 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-05-15T01:21:48.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041562102,
  "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-05-15T01:21:48.590Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98718903-5b66-485d-980f-f6d6f66ad2f3
2021-05-15T01:21:48.590Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98718903-5b66-485d-980f-f6d6f66ad2f3 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-05-15T01:21:48.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041555487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "clamp",
  "timestamp": 1621041562776,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.597Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "aai-ml",
  "timestamp": 1621041562379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041563105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041555487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041562659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "clamp",
  "timestamp": 1621041563779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "aai-ml",
  "timestamp": 1621041562379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041562659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041564392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "aai-ml",
  "timestamp": 1621041562379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041562659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041565958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "aai-ml",
  "timestamp": 1621041562379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041562659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "aai-ml",
  "timestamp": 1621041562379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041562659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "clamp",
  "timestamp": 1621041567864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "aai-ml",
  "timestamp": 1621041562379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041568143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041562659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "clamp",
  "timestamp": 1621041568867,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "aai-ml",
  "timestamp": 1621041562379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041569150,
  "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-05-15T01:21:48.606Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98718903-5b66-485d-980f-f6d6f66ad2f3
2021-05-15T01:21:48.606Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98718903-5b66-485d-980f-f6d6f66ad2f3 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-05-15T01:21:48.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041562659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "clamp",
  "timestamp": 1621041569870,
  "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-05-15T01:21:48.615Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 05a73894-fd1e-4676-a0be-7ac61deecd55
2021-05-15T01:21:48.615Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a73894-fd1e-4676-a0be-7ac61deecd55 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-05-15T01:21:48.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "aai-ml",
  "timestamp": 1621041562379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041570153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.623Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041562659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "clamp",
  "timestamp": 1621041570876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "clamp",
  "timestamp": 1621041570876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "aai-ml",
  "timestamp": 1621041573051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.624Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041573072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.624Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "clamp",
  "timestamp": 1621041570876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "clamp",
  "timestamp": 1621041570876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041575059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.625Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "clamp",
  "timestamp": 1621041570876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041576062,
  "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-05-15T01:21:48.631Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 98718903-5b66-485d-980f-f6d6f66ad2f3
2021-05-15T01:21:48.631Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98718903-5b66-485d-980f-f6d6f66ad2f3 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-05-15T01:21:48.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "clamp",
  "timestamp": 1621041570876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "clamp",
  "timestamp": 1621041570876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:21:48.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "clamp",
  "timestamp": 1621041570876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:21:48.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:21:48.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "aai-ml",
  "timestamp": 1621041578969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:21:48.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:21:48.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "aai-ml",
  "timestamp": 1621041579971,
  "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-05-15T01:21:48.642Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 98718903-5b66-485d-980f-f6d6f66ad2f3
2021-05-15T01:21:48.642Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98718903-5b66-485d-980f-f6d6f66ad2f3 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-05-15T01:21:48.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:21:48.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "clamp",
  "timestamp": 1621041585779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:21:48.650Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:22:00.180Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afb48f0a-977a-4eac-8fde-af2ca6aa96c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:22:00.189Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afb48f0a-977a-4eac-8fde-af2ca6aa96c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:22:00.191Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:22:00.191Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T01:22:00.191Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T01:22:00.191Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T01:22:00.191Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:22:00.191Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:22:00.191Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:22:00.191Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:22:00.191Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:22:00.192Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:22:00.192Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:22:00.196Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T01:22:30.196Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: afb48f0a-977a-4eac-8fde-af2ca6aa96c7 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-05-15T01:22:30.202Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: afb48f0a-977a-4eac-8fde-af2ca6aa96c7 and serviceModelVersionId: 95ecb3e7-73f4-4660-9c90-dba26f485b6d
2021-05-15T01:22:30.203Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5382bd27-c5ad-46de-8a57-f41179bd6117
2021-05-15T01:22:30.204Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5382bd27-c5ad-46de-8a57-f41179bd6117/model-vers/model-ver/95ecb3e7-73f4-4660-9c90-dba26f485b6d?depth=0
2021-05-15T01:22:30.211Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T01:22:30.249Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5382bd27-c5ad-46de-8a57-f41179bd6117/model-vers/model-ver/95ecb3e7-73f4-4660-9c90-dba26f485b6d?depth=0|INFO|500||Invoke
2021-05-15T01:22:30.250Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5382bd27-c5ad-46de-8a57-f41179bd6117/model-vers/model-ver/95ecb3e7-73f4-4660-9c90-dba26f485b6d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5382bd27-c5ad-46de-8a57-f41179bd6117/model-vers/model-ver/95ecb3e7-73f4-4660-9c90-dba26f485b6d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[afb48f0a-977a-4eac-8fde-af2ca6aa96c7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2517409a-2d36-4a79-a80f-2f671e0594c2], X-ECOMP-RequestID=[afb48f0a-977a-4eac-8fde-af2ca6aa96c7], X-TransactionId=[], X-ONAP-RequestID=[afb48f0a-977a-4eac-8fde-af2ca6aa96c7], Content-Type=[application/merge-patch+json]}
2021-05-15T01:22:30.277Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5382bd27-c5ad-46de-8a57-f41179bd6117/model-vers/model-ver/95ecb3e7-73f4-4660-9c90-dba26f485b6d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-15T01:22:31.348Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5382bd27-c5ad-46de-8a57-f41179bd6117/model-vers/model-ver/95ecb3e7-73f4-4660-9c90-dba26f485b6d?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/5382bd27-c5ad-46de-8a57-f41179bd6117/model-vers/model-ver/95ecb3e7-73f4-4660-9c90-dba26f485b6d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210515-01:22:30:282-32844], vertex-id=[188432], Content-Length=[0], Date=[Sat, 15 May 2021 01:22:30 GMT], Content-Type=[application/json]}
2021-05-15T01:22:31.348Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5382bd27-c5ad-46de-8a57-f41179bd6117/model-vers/model-ver/95ecb3e7-73f4-4660-9c90-dba26f485b6d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-15T01:22:31.349Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5382bd27-c5ad-46de-8a57-f41179bd6117/model-vers/model-ver/95ecb3e7-73f4-4660-9c90-dba26f485b6d?depth=0|INFO|500||InvokeReturn
2021-05-15T01:22:31.350Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T01:22:31.350Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:22:31.354Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-15T01:22:31.355Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID afb48f0a-977a-4eac-8fde-af2ca6aa96c7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T01:22:31.355Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T01:22:31.355Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:22:31.358Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:22:31.358Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041751355,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:22:31.458Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:22:31.459Z||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-05-15T01:22:31.460Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:22:31.474Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:22:31.474Z||pool-61-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-05-15T01:22:32.369Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-15T01:22:32.369Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"05a73894-fd1e-4676-a0be-7ac61deecd55","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"6041160b-0e9f-43cb-a3f0-9c0b92b3d95e","serviceDescription":"service","serviceInvariantUUID":"45d66486-2d05-4b13-9c03-811c1580c24c","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"03c7a8c8-3910-405a-b1fc-4cb2d248ed56","resourceInvariantUUID":"04a24ab1-7b1d-4c6a-b54a-0ecfd579c8dc","resourceCustomizationUUID":"9166e37a-255a-4d21-ace5-adecaaafe723","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":"bfe74927-9e9d-42b2-ade0-e34c9be2d85b","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":"ZGU4ZjM3Yjk4ZjM2YTU3Zjc5NzhlZTdlODc5NTU3Mjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87d8c4b4-fe95-470b-ac89-fdcbb2bc44fa","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":"MTY1NjMwZWJhMmI4YjI2ZDk4NDVkMDU4ZmQ1ZmI5ZjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5b5b53c4-de5a-4d9f-b7cb-6867b5828cbe","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":"9fd9475e-24c2-4622-944f-a2f685560759","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":"16f2807d-60ca-4181-91e3-e126dcdf3af4","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":"00e63d39-2d6b-431f-bab7-cf9492de4636","artifactVersion":"2","generatedFromUUID":"9fd9475e-24c2-4622-944f-a2f685560759"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Nzg2M2UyNDVkNDA1NzEzOTg2NmJiYjM0ZTZjYjE1Nzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2a268226-d5ef-40d6-ae07-fe141dedce5c","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YjM1NjZkNGVhNTVhNTRkN2UyMmJhMTAzNThmZjdmNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40ea9418-bc93-4a17-965c-e45c4c606e16","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T01:22:32.369Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:22:32.369Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:22:32.371Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:22:32.371Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:22:32.471Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-15T01:22:32.472Z||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-05-15T01:22:32.472Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:22:32.482Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:22:32.482Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:22:33.372Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:22:33.372Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:22:33.374Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:22:33.374Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:22:33.474Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:22:33.475Z||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-05-15T01:22:33.475Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:22:33.484Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:22:33.485Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:22:34.374Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:22:34.375Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:22:34.377Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:22:34.377Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:22:34.477Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:22:34.478Z||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-05-15T01:22:34.478Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:22:34.489Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:22:34.489Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:22:35.377Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:22:35.378Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:22:35.380Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:22:35.380Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:22:35.480Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:22:35.481Z||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-05-15T01:22:35.481Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:22:35.490Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:22:35.491Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:22:36.381Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:22:36.381Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:22:36.383Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:22:36.383Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:22:36.483Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:22:36.484Z||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-05-15T01:22:36.484Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:22:36.493Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:22:36.494Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:22:37.383Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:22:37.384Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:22:37.387Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:22:37.387Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-15T01:22:37.487Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:22:37.489Z||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-05-15T01:22:37.491Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:22:37.499Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:22:37.499Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:22:38.387Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:22:38.388Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:22:38.389Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:22:38.390Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:22:38.490Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:22:38.492Z||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-05-15T01:22:38.493Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:22:38.501Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:22:38.502Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:22:39.390Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:22:39.391Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:22:39.393Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:22:39.393Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:22:39.493Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:22:39.494Z||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-05-15T01:22:39.494Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:22:39.503Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:22:39.504Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:22:40.395Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "6041160b-0e9f-43cb-a3f0-9c0b92b3d95e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45d66486-2d05-4b13-9c03-811c1580c24c",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "9166e37a-255a-4d21-ace5-adecaaafe723",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "03c7a8c8-3910-405a-b1fc-4cb2d248ed56",
      "resourceInvariantUUID": "04a24ab1-7b1d-4c6a-b54a-0ecfd579c8dc",
      "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": "MTY1NjMwZWJhMmI4YjI2ZDk4NDVkMDU4ZmQ1ZmI5ZjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5b5b53c4-de5a-4d9f-b7cb-6867b5828cbe",
          "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": "9fd9475e-24c2-4622-944f-a2f685560759",
          "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": "00e63d39-2d6b-431f-bab7-cf9492de4636",
            "generatedFromUUID": "9fd9475e-24c2-4622-944f-a2f685560759"
          },
          "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": "00e63d39-2d6b-431f-bab7-cf9492de4636",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YjM1NjZkNGVhNTVhNTRkN2UyMmJhMTAzNThmZjdmNGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "40ea9418-bc93-4a17-965c-e45c4c606e16"
    }
  ],
  "workloadContext": "Production"
}
2021-05-15T01:22:40.395Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T01:22:40.395Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6041160b-0e9f-43cb-a3f0-9c0b92b3d95e ASDC
2021-05-15T01:22:40.395Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:05a73894-fd1e-4676-a0be-7ac61deecd55
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:6041160b-0e9f-43cb-a3f0-9c0b92b3d95e
ServiceInvariantUUID:45d66486-2d05-4b13-9c03-811c1580c24c
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:40ea9418-bc93-4a17-965c-e45c4c606e16
ArtifactChecksum:YjM1NjZkNGVhNTVhNTRkN2UyMmJhMTAzNThmZjdmNGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:9166e37a-255a-4d21-ace5-adecaaafe723
ResourceInvariantUUID:04a24ab1-7b1d-4c6a-b54a-0ecfd579c8dc
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:03c7a8c8-3910-405a-b1fc-4cb2d248ed56
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:5b5b53c4-de5a-4d9f-b7cb-6867b5828cbe
ArtifactChecksum:MTY1NjMwZWJhMmI4YjI2ZDk4NDVkMDU4ZmQ1ZmI5ZjY=
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:9fd9475e-24c2-4622-944f-a2f685560759
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:00e63d39-2d6b-431f-bab7-cf9492de4636
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:00e63d39-2d6b-431f-bab7-cf9492de4636
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-15T01:22:40.395Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6041160b-0e9f-43cb-a3f0-9c0b92b3d95e 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-05-15T01:22:40.422Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:22:40.423Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:22:40.423Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:22:40.423Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 40ea9418-bc93-4a17-965c-e45c4c606e16 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-15T01:22:40.423Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:22:40.423Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-15T01:22:40.607Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:22:40.610Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 40ea9418-bc93-4a17-965c-e45c4c606e16 76838
2021-05-15T01:22:40.610Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-05-15T01:22:40.610Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-15T01:22:40.610Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:22:40.610Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:22:40.612Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:22:40.612Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041760610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:22:40.712Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:22:40.713Z||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-05-15T01:22:40.713Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:22:40.722Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:22:40.723Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:22:41.612Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:22:41.614Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:22:41.614Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 40ea9418-bc93-4a17-965c-e45c4c606e16, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-15T01:22:41.614Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-05-15T01:22:41.615Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-15T01:22:41.615Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-15T01:22:41.766Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP687644815814400281/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-05-15T01:22:42.678Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T01:22:42.679Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T01:22:42.679Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-15T01:22:42.679Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-15T01:22:42.679Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-15T01:22:42.679Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-15T01:22:42.679Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||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-05-15T01:22:42.679Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-15T01:22:42.679Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-15T01:22:42.679Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-15T01:22:42.679Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-15T01:22:42.679Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-15T01:22:42.679Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-15T01:22:42.679Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-15T01:22:42.679Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T01:22:42.680Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:42.680Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:22:42.680Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-15T01:22:42.680Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T01:22:42.680Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:22:42.680Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:42.680Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:22:42.680Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-15T01:22:42.680Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T01:22:42.681Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:22:42.681Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:42.681Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:22:42.681Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:42.681Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-15T01:22:42.681Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-15T01:22:42.681Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-15T01:22:42.681Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-15T01:22:42.681Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-15T01:22:42.682Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-15T01:22:42.682Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:42.682Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T01:22:42.682Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:42.682Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-15T01:22:42.682Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:22:42.682Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:42.682Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-15T01:22:42.682Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:22:42.682Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:42.683Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-15T01:22:42.683Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:22:42.683Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:42.683Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-15T01:22:42.683Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-15T01:22:42.683Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-15T01:22:42.683Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3233687e-a131-47d1-ae25-b46d19d07ee6
2021-05-15T01:22:42.683Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:42.684Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:22:42.684Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:42.684Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:22:42.684Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:42.684Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:22:42.684Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:42.684Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:22:42.684Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:6041160b-0e9f-43cb-a3f0-9c0b92b3d95e
Model Version:NULL
Model InvariantUuid:45d66486-2d05-4b13-9c03-811c1580c24c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:5d29d763-5764-4b78-99e9-88dc1a2c0358
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:04a24ab1-7b1d-4c6a-b54a-0ecfd579c8dc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9166e37a-255a-4d21-ace5-adecaaafe723
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ccf7fe3f-c782-487d-b0f0-1b4bb68bc27b
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:cdd1fa68-fff2-43ec-8be7-bd93422a0965
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3233687e-a131-47d1-ae25-b46d19d07ee6
ModelInvariantUuid:6bd5ac63-f55b-4801-94e6-f756afd92cdf
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:ac806d31-2a77-4374-8917-340d03d86a6b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:11ea3a5d-f31e-48d4-b83e-b563644cb0a6
ModelInvariantUuid:dd78032e-0ae9-49fd-9b5f-d107ee3ca5f9
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:2a183f81-f32f-4785-bf9e-43c004730843
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-05-15T01:22:42.691Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 03c7a8c8-3910-405a-b1fc-4cb2d248ed56
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-05-15T01:22:42.694Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||basicclamp 0
2021-05-15T01:22:42.694Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 03c7a8c8-3910-405a-b1fc-4cb2d248ed56
2021-05-15T01:22:42.694Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5b5b53c4-de5a-4d9f-b7cb-6867b5828cbe from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-15T01:22:42.694Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:22:42.694Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-15T01:22:42.864Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:22:42.865Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 5b5b53c4-de5a-4d9f-b7cb-6867b5828cbe 790
2021-05-15T01:22:42.865Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-05-15T01:22:42.865Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-15T01:22:42.865Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:22:42.865Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:22:42.867Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:22:42.867Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041762865,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:22:42.967Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:22:42.969Z||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-05-15T01:22:42.969Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:22:42.980Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:22:42.980Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:22:43.868Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ccf7fe3f-c782-487d-b0f0-1b4bb68bc27b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cdd1fa68-fff2-43ec-8be7-bd93422a0965",
    "vfModuleModelCustomizationUUID": "a3c7a815-9077-4e02-9615-71916bc95697",
    "isBase": true,
    "artifacts": [
      "9fd9475e-24c2-4622-944f-a2f685560759",
      "00e63d39-2d6b-431f-bab7-cf9492de4636"
    ],
    "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-05-15T01:22:43.874Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cdd1fa68-fff2-43ec-8be7-bd93422a0965
VfModuleModelInvariantUUID:ccf7fe3f-c782-487d-b0f0-1b4bb68bc27b
VfModuleModelDescription:NULL
Artifacts UUID List:{
9fd9475e-24c2-4622-944f-a2f685560759
,
00e63d39-2d6b-431f-bab7-cf9492de4636

}
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-05-15T01:22:43.875Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ccf7fe3f-c782-487d-b0f0-1b4bb68bc27b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cdd1fa68-fff2-43ec-8be7-bd93422a0965",
    "vfModuleModelCustomizationUUID": "a3c7a815-9077-4e02-9615-71916bc95697",
    "isBase": true,
    "artifacts": [
      "9fd9475e-24c2-4622-944f-a2f685560759",
      "00e63d39-2d6b-431f-bab7-cf9492de4636"
    ],
    "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-05-15T01:22:43.876Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cdd1fa68-fff2-43ec-8be7-bd93422a0965
VfModuleModelInvariantUUID:ccf7fe3f-c782-487d-b0f0-1b4bb68bc27b
VfModuleModelDescription:NULL
Artifacts UUID List:{
9fd9475e-24c2-4622-944f-a2f685560759
,
00e63d39-2d6b-431f-bab7-cf9492de4636

}
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-05-15T01:22:43.876Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9fd9475e-24c2-4622-944f-a2f685560759 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-15T01:22:43.876Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:22:43.876Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-15T01:22:44.040Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:22:44.040Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 9fd9475e-24c2-4622-944f-a2f685560759 5033
2021-05-15T01:22:44.041Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-15T01:22:44.041Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-15T01:22:44.041Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:22:44.041Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:22:44.043Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:22:44.044Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041764041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:22:44.144Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:22:44.145Z||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-05-15T01:22:44.145Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:22:44.154Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:22:44.154Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:22:45.044Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 00e63d39-2d6b-431f-bab7-cf9492de4636 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-15T01:22:45.045Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:22:45.045Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-15T01:22:45.756Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:22:45.757Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 00e63d39-2d6b-431f-bab7-cf9492de4636 909
2021-05-15T01:22:45.757Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-15T01:22:45.757Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-15T01:22:45.758Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:22:45.758Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:22:45.760Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:22:45.760Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041765757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:22:45.860Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:22:45.861Z||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-05-15T01:22:45.862Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:22:45.884Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:22:45.884Z||pool-73-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:22:46.761Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6041160b-0e9f-43cb-a3f0-9c0b92b3d95e
2021-05-15T01:22:46.762Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 03c7a8c8-3910-405a-b1fc-4cb2d248ed56 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-05-15T01:22:46.775Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:46.775Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:22:46.775Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-05-15T01:22:46.775Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9166e37a-255a-4d21-ace5-adecaaafe723
2021-05-15T01:22:46.775Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9166e37a-255a-4d21-ace5-adecaaafe723 matches Tosca VF Customization UUID: 9166e37a-255a-4d21-ace5-adecaaafe723
2021-05-15T01:22:46.775Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9166e37a-255a-4d21-ace5-adecaaafe723  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-05-15T01:22:46.777Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:46.777Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:22:46.778Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9166e37a-255a-4d21-ace5-adecaaafe723: {\"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-05-15T01:22:46.778Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@9762d7d
2021-05-15T01:22:46.778Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:46.778Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T01:22:46.778Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a3c7a815-9077-4e02-9615-71916bc95697
2021-05-15T01:22:46.778Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a3c7a815-9077-4e02-9615-71916bc95697
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-05-15T01:22:46.780Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:46.780Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-15T01:22:46.780Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:22:46.780Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:46.781Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-15T01:22:46.781Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:22:46.781Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:46.781Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-15T01:22:46.781Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-15T01:22:46.781Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-15T01:22:46.781Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3233687e-a131-47d1-ae25-b46d19d07ee6
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-05-15T01:22:46.783Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:46.783Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-15T01:22:46.784Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:22:46.784Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:46.784Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-15T01:22:46.784Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=9166e37a-255a-4d21-ace5-adecaaafe723
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-05-15T01:22:46.785Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:46.786Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:22:46.786Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6041160b-0e9f-43cb-a3f0-9c0b92b3d95e: basicclamp
2021-05-15T01:22:46.786Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:46.786Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:22:46.786Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:46.786Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:22:46.786Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:46.786Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:22:46.787Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:46.787Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:22:46.787Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:22:46.787Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:22:46.787Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:22:46.878Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 03c7a8c8-3910-405a-b1fc-4cb2d248ed56 1 ASDC deployResourceStructure
2021-05-15T01:22:46.878Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-05-15T01:22:46.878Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-15T01:22:46.879Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:22:46.879Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:22:46.881Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:22:46.881Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041766878,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:22:46.981Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:22:46.983Z||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-05-15T01:22:46.983Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:22:46.992Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:22:46.993Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:22:47.882Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-15T01:22:47.883Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-15T01:22:47.883Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:22:47.883Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:22:47.885Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:22:47.886Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041767882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T01:22:47.986Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:22:47.987Z||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-05-15T01:22:47.988Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:22:47.998Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:22:47.998Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:22:48.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:22:48.360Z||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-05-15T01:22:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:22:48.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:22:48.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:22:48.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "clamp",
  "timestamp": 1621041588798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:22:48.380Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:22:48.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:22:48.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "clamp",
  "timestamp": 1621041589800,
  "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-05-15T01:22:48.386Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 98718903-5b66-485d-980f-f6d6f66ad2f3
2021-05-15T01:22:48.386Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98718903-5b66-485d-980f-f6d6f66ad2f3 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-05-15T01:22:48.886Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-15T01:22:48.887Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-15T01:22:48.888Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:22:48.888Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:22:48.890Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:22:48.890Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041768886,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-15T01:22:48.990Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-15T01:22:48.991Z||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-05-15T01:22:48.991Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:22:49.001Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:22:49.001Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:22:49.891Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-05-15T01:22:49.892Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-15T01:22:49.892Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:22:49.892Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:22:49.894Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:22:49.894Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041769891,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:22:49.994Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:22:49.995Z||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-05-15T01:22:49.996Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:22:50.004Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:22:50.005Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:22:50.895Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a73894-fd1e-4676-a0be-7ac61deecd55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:22:50.906Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a73894-fd1e-4676-a0be-7ac61deecd55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:22:50.910Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:22:50.910Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T01:22:50.910Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T01:22:50.910Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T01:22:50.910Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:22:50.910Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:22:50.911Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:22:50.911Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:22:50.911Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:22:50.911Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:22:50.911Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:22:50.911Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:22:50.915Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T01:23:20.915Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 05a73894-fd1e-4676-a0be-7ac61deecd55 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-05-15T01:23:20.920Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 05a73894-fd1e-4676-a0be-7ac61deecd55 and serviceModelVersionId: 6041160b-0e9f-43cb-a3f0-9c0b92b3d95e
2021-05-15T01:23:20.920Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45d66486-2d05-4b13-9c03-811c1580c24c
2021-05-15T01:23:20.921Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45d66486-2d05-4b13-9c03-811c1580c24c/model-vers/model-ver/6041160b-0e9f-43cb-a3f0-9c0b92b3d95e?depth=0
2021-05-15T01:23:20.925Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T01:23:20.959Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45d66486-2d05-4b13-9c03-811c1580c24c/model-vers/model-ver/6041160b-0e9f-43cb-a3f0-9c0b92b3d95e?depth=0|INFO|500||Invoke
2021-05-15T01:23:20.959Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45d66486-2d05-4b13-9c03-811c1580c24c/model-vers/model-ver/6041160b-0e9f-43cb-a3f0-9c0b92b3d95e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45d66486-2d05-4b13-9c03-811c1580c24c/model-vers/model-ver/6041160b-0e9f-43cb-a3f0-9c0b92b3d95e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[05a73894-fd1e-4676-a0be-7ac61deecd55], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8962fcb6-e8c9-4d40-884f-c7134fa09dce], X-ECOMP-RequestID=[05a73894-fd1e-4676-a0be-7ac61deecd55], X-TransactionId=[], X-ONAP-RequestID=[05a73894-fd1e-4676-a0be-7ac61deecd55], Content-Type=[application/merge-patch+json]}
2021-05-15T01:23:20.977Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45d66486-2d05-4b13-9c03-811c1580c24c/model-vers/model-ver/6041160b-0e9f-43cb-a3f0-9c0b92b3d95e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-15T01:23:21.045Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45d66486-2d05-4b13-9c03-811c1580c24c/model-vers/model-ver/6041160b-0e9f-43cb-a3f0-9c0b92b3d95e?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/45d66486-2d05-4b13-9c03-811c1580c24c/model-vers/model-ver/6041160b-0e9f-43cb-a3f0-9c0b92b3d95e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210515-01:23:20:983-76371], vertex-id=[196832], Content-Length=[0], Date=[Sat, 15 May 2021 01:23:20 GMT], Content-Type=[application/json]}
2021-05-15T01:23:21.045Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45d66486-2d05-4b13-9c03-811c1580c24c/model-vers/model-ver/6041160b-0e9f-43cb-a3f0-9c0b92b3d95e?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-15T01:23:21.046Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45d66486-2d05-4b13-9c03-811c1580c24c/model-vers/model-ver/6041160b-0e9f-43cb-a3f0-9c0b92b3d95e?depth=0|INFO|500||InvokeReturn
2021-05-15T01:23:21.047Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T01:23:21.047Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:23:21.051Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-15T01:23:21.052Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 05a73894-fd1e-4676-a0be-7ac61deecd55 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T01:23:21.052Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T01:23:21.052Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:23:21.054Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:23:21.054Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041801052,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:23:21.154Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:23:21.155Z||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-05-15T01:23:21.155Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:23:21.169Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:23:21.170Z||pool-78-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-05-15T01:23:22.067Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:23:22.067Z|05a73894-fd1e-4676-a0be-7ac61deecd55|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-05-15T01:23:22.067Z|05a73894-fd1e-4676-a0be-7ac61deecd55|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:23:26.354Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:23:26.355Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-15T01:23:26.355Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"98718903-5b66-485d-980f-f6d6f66ad2f3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"78d33827-6f59-41ea-9841-fab642a825ac","serviceDescription":"service","serviceInvariantUUID":"d4bd98bc-60c7-4782-a728-dedc1f4a2798","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"268c7e97-c75c-438d-8676-162c1f3d1282","resourceInvariantUUID":"5d0d3755-b547-4d1d-b020-94400c85cb6f","resourceCustomizationUUID":"f11808fb-0f73-4292-85f9-eced4a204dbd","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":"ZWZkNWJmOGQ5Y2Q5YzEwMzQxYmE4ZThlMjkyNjVmMDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e7919614-657d-420f-9164-4a2b86a57371","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":"ZTg2MTllMGEzMWZlM2FmYzY3M2FmNzMzZWU0ODhhNmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"774d7cdd-b543-4be5-8f7a-3b9b86c7f070","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":"97ac6c2d-8ee2-42cd-bf44-5c9960a19f67","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":"1136731a-ff79-4e40-a114-9981161d5594","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":"039fdb15-d51d-4494-86e5-bd60a3bea209","artifactVersion":"2","generatedFromUUID":"97ac6c2d-8ee2-42cd-bf44-5c9960a19f67"},{"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":"YTlmZGEwYTk4ZWY1YWZmYzZjYzk0ZDJhNmMyZjgwODY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a30148af-ec52-4876-9d5e-22b483edae7f","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":"ZjRkOWE3OTRlNWE1ZGFkNTU5YmRlYzQyMjcyMDQ5YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8030a6cc-15e0-4c6a-90a8-527a0d3c30b5","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWQwNTk3ZGY2OTZmMGI4ZTlkM2I2YTdkYjI5Mzg3MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7375b440-0156-498e-a4bd-a4f4f566c15c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T01:23:26.357Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:23:26.357Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:23:26.359Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:23:26.359Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:26.460Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:23:26.460Z||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-05-15T01:23:26.461Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:23:26.470Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:23:26.471Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:23:27.359Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:23:27.360Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:23:27.363Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:23:27.363Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:23:27.464Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T01:23:27.465Z||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-05-15T01:23:27.465Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:23:27.474Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:23:27.474Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:23:28.364Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:23:28.365Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:23:28.368Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:23:28.368Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:23:28.468Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:23:28.469Z||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-05-15T01:23:28.469Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:23:28.477Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:23:28.477Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:23:29.369Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:23:29.370Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:23:29.371Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:23:29.371Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:29.472Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:23:29.473Z||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-05-15T01:23:29.473Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:23:29.481Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:23:29.482Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:23:30.372Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:23:30.373Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:23:30.375Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:23:30.376Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-15T01:23:30.476Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:23:30.476Z||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-05-15T01:23:30.476Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:23:30.485Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:23:30.485Z||pool-83-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:23:31.376Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:23:31.377Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:23:31.379Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:23:31.379Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:31.480Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:23:31.480Z||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-05-15T01:23:31.480Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:23:31.490Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:23:31.491Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:23:32.380Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:23:32.381Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:23:32.383Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:23:32.383Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:32.483Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:23:32.484Z||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-05-15T01:23:32.484Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:23:32.493Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:23:32.493Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:23:33.384Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:23:33.384Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:23:33.386Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:23:33.386Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:23:33.486Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:23:33.488Z||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-05-15T01:23:33.488Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:23:33.497Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:23:33.498Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:23:34.388Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "78d33827-6f59-41ea-9841-fab642a825ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4bd98bc-60c7-4782-a728-dedc1f4a2798",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "f11808fb-0f73-4292-85f9-eced4a204dbd",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "268c7e97-c75c-438d-8676-162c1f3d1282",
      "resourceInvariantUUID": "5d0d3755-b547-4d1d-b020-94400c85cb6f",
      "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": "ZTg2MTllMGEzMWZlM2FmYzY3M2FmNzMzZWU0ODhhNmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "774d7cdd-b543-4be5-8f7a-3b9b86c7f070",
          "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": "97ac6c2d-8ee2-42cd-bf44-5c9960a19f67",
          "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": "039fdb15-d51d-4494-86e5-bd60a3bea209",
            "generatedFromUUID": "97ac6c2d-8ee2-42cd-bf44-5c9960a19f67"
          },
          "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": "039fdb15-d51d-4494-86e5-bd60a3bea209",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZWQwNTk3ZGY2OTZmMGI4ZTlkM2I2YTdkYjI5Mzg3MDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7375b440-0156-498e-a4bd-a4f4f566c15c"
    }
  ],
  "workloadContext": "Production"
}
2021-05-15T01:23:34.388Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T01:23:34.388Z|05a73894-fd1e-4676-a0be-7ac61deecd55|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78d33827-6f59-41ea-9841-fab642a825ac ASDC
2021-05-15T01:23:34.388Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:98718903-5b66-485d-980f-f6d6f66ad2f3
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:78d33827-6f59-41ea-9841-fab642a825ac
ServiceInvariantUUID:d4bd98bc-60c7-4782-a728-dedc1f4a2798
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:7375b440-0156-498e-a4bd-a4f4f566c15c
ArtifactChecksum:ZWQwNTk3ZGY2OTZmMGI4ZTlkM2I2YTdkYjI5Mzg3MDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:f11808fb-0f73-4292-85f9-eced4a204dbd
ResourceInvariantUUID:5d0d3755-b547-4d1d-b020-94400c85cb6f
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:268c7e97-c75c-438d-8676-162c1f3d1282
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:774d7cdd-b543-4be5-8f7a-3b9b86c7f070
ArtifactChecksum:ZTg2MTllMGEzMWZlM2FmYzY3M2FmNzMzZWU0ODhhNmQ=
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:97ac6c2d-8ee2-42cd-bf44-5c9960a19f67
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:039fdb15-d51d-4494-86e5-bd60a3bea209
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:039fdb15-d51d-4494-86e5-bd60a3bea209
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-15T01:23:34.388Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78d33827-6f59-41ea-9841-fab642a825ac 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-05-15T01:23:34.415Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:23:34.416Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:23:34.416Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:23:34.416Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7375b440-0156-498e-a4bd-a4f4f566c15c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-15T01:23:34.416Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:23:34.416Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-15T01:23:34.791Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:23:34.798Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 7375b440-0156-498e-a4bd-a4f4f566c15c 82053
2021-05-15T01:23:34.799Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-05-15T01:23:34.799Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-15T01:23:34.799Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:23:34.799Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:23:34.801Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:23:34.801Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041814799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:34.901Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:23:34.902Z||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-05-15T01:23:34.902Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:23:34.913Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:23:34.913Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:23:35.801Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:23:35.803Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:23:35.803Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7375b440-0156-498e-a4bd-a4f4f566c15c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-15T01:23:35.803Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-05-15T01:23:35.804Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-15T01:23:35.804Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-15T01:23:35.896Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15245278922507109626/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-05-15T01:23:36.782Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T01:23:36.783Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T01:23:36.783Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-15T01:23:36.783Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-15T01:23:36.783Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-15T01:23:36.783Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||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-05-15T01:23:36.783Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-15T01:23:36.783Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-15T01:23:36.783Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-15T01:23:36.783Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||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-05-15T01:23:36.783Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-15T01:23:36.784Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-15T01:23:36.784Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-15T01:23:36.784Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-15T01:23:36.784Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T01:23:36.784Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:36.784Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:23:36.784Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-15T01:23:36.784Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T01:23:36.784Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:23:36.784Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:36.784Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:23:36.785Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-15T01:23:36.785Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T01:23:36.785Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:23:36.785Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:36.785Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:23:36.785Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:36.785Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-15T01:23:36.785Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-15T01:23:36.785Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-05-15T01:23:36.785Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-05-15T01:23:36.786Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-05-15T01:23:36.786Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-15T01:23:36.786Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:36.786Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T01:23:36.786Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:36.786Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-15T01:23:36.786Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:23:36.786Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:36.786Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-15T01:23:36.786Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:23:36.787Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:36.787Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-15T01:23:36.787Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:23:36.787Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:36.787Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-15T01:23:36.787Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-15T01:23:36.787Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-15T01:23:36.787Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d1d1e75f-7f05-47db-b726-a73c50f5a11b
2021-05-15T01:23:36.788Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:36.788Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:23:36.788Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:36.788Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:23:36.788Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:36.788Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:23:36.788Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:36.788Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:23:36.788Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:78d33827-6f59-41ea-9841-fab642a825ac
Model Version:NULL
Model InvariantUuid:d4bd98bc-60c7-4782-a728-dedc1f4a2798
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:41109f40-c7ab-4782-b559-7e14fb1859dd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5d0d3755-b547-4d1d-b020-94400c85cb6f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f11808fb-0f73-4292-85f9-eced4a204dbd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2d0600df-ce67-48af-943e-6ceea67c3a3c
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:8da7e5dd-5af3-44af-af50-50f53fb928b0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1d1e75f-7f05-47db-b726-a73c50f5a11b
ModelInvariantUuid:d0c1b58c-ace4-4949-8b53-18255e5faaa8
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:158f3533-4b10-4555-b884-d218ba4b2f0d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:73c1df64-3562-4460-b9d7-c898dba42337
ModelInvariantUuid:62c2331a-d5f4-4768-ae03-9c8039ec2f6d
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:4a03f063-0948-4095-aa2c-3415938d2a5f
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-05-15T01:23:36.794Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 268c7e97-c75c-438d-8676-162c1f3d1282
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-05-15T01:23:36.797Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2021-05-15T01:23:36.797Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 268c7e97-c75c-438d-8676-162c1f3d1282
2021-05-15T01:23:36.797Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 774d7cdd-b543-4be5-8f7a-3b9b86c7f070 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-05-15T01:23:36.797Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:23:36.797Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||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-05-15T01:23:37.383Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:23:37.384Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 774d7cdd-b543-4be5-8f7a-3b9b86c7f070 792
2021-05-15T01:23:37.384Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||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-05-15T01:23:37.384Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||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-05-15T01:23:37.384Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:23:37.385Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:23:37.386Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:23:37.387Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041817384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:37.487Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:23:37.488Z||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-05-15T01:23:37.488Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:23:37.498Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:23:37.498Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:23:38.389Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2d0600df-ce67-48af-943e-6ceea67c3a3c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8da7e5dd-5af3-44af-af50-50f53fb928b0",
    "vfModuleModelCustomizationUUID": "7368e73a-c2ec-492c-8e66-5e35155952dc",
    "isBase": true,
    "artifacts": [
      "97ac6c2d-8ee2-42cd-bf44-5c9960a19f67",
      "039fdb15-d51d-4494-86e5-bd60a3bea209"
    ],
    "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-05-15T01:23:38.391Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8da7e5dd-5af3-44af-af50-50f53fb928b0
VfModuleModelInvariantUUID:2d0600df-ce67-48af-943e-6ceea67c3a3c
VfModuleModelDescription:NULL
Artifacts UUID List:{
97ac6c2d-8ee2-42cd-bf44-5c9960a19f67
,
039fdb15-d51d-4494-86e5-bd60a3bea209

}
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-05-15T01:23:38.393Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2d0600df-ce67-48af-943e-6ceea67c3a3c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8da7e5dd-5af3-44af-af50-50f53fb928b0",
    "vfModuleModelCustomizationUUID": "7368e73a-c2ec-492c-8e66-5e35155952dc",
    "isBase": true,
    "artifacts": [
      "97ac6c2d-8ee2-42cd-bf44-5c9960a19f67",
      "039fdb15-d51d-4494-86e5-bd60a3bea209"
    ],
    "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-05-15T01:23:38.393Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8da7e5dd-5af3-44af-af50-50f53fb928b0
VfModuleModelInvariantUUID:2d0600df-ce67-48af-943e-6ceea67c3a3c
VfModuleModelDescription:NULL
Artifacts UUID List:{
97ac6c2d-8ee2-42cd-bf44-5c9960a19f67
,
039fdb15-d51d-4494-86e5-bd60a3bea209

}
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-05-15T01:23:38.393Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 97ac6c2d-8ee2-42cd-bf44-5c9960a19f67 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-05-15T01:23:38.393Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:23:38.393Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||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-05-15T01:23:38.967Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:23:38.968Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 97ac6c2d-8ee2-42cd-bf44-5c9960a19f67 5033
2021-05-15T01:23:38.968Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||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-05-15T01:23:38.968Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||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-05-15T01:23:38.968Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:23:38.969Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:23:38.971Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:23:38.971Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041818968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:39.071Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:23:39.072Z||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-05-15T01:23:39.072Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:23:39.083Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:23:39.084Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:23:39.972Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 039fdb15-d51d-4494-86e5-bd60a3bea209 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-05-15T01:23:39.972Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:23:39.972Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||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-05-15T01:23:40.584Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:23:40.584Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 039fdb15-d51d-4494-86e5-bd60a3bea209 903
2021-05-15T01:23:40.585Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||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-05-15T01:23:40.585Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||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-05-15T01:23:40.585Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:23:40.585Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:23:40.586Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:23:40.586Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041820585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:40.687Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T01:23:40.687Z||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-05-15T01:23:40.687Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:23:40.695Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:23:40.696Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:23:41.587Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 78d33827-6f59-41ea-9841-fab642a825ac
2021-05-15T01:23:41.588Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 268c7e97-c75c-438d-8676-162c1f3d1282 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-05-15T01:23:41.601Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:41.601Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:23:41.601Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-05-15T01:23:41.601Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f11808fb-0f73-4292-85f9-eced4a204dbd
2021-05-15T01:23:41.601Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f11808fb-0f73-4292-85f9-eced4a204dbd matches Tosca VF Customization UUID: f11808fb-0f73-4292-85f9-eced4a204dbd
2021-05-15T01:23:41.601Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f11808fb-0f73-4292-85f9-eced4a204dbd  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-05-15T01:23:41.604Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:41.604Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:23:41.604Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f11808fb-0f73-4292-85f9-eced4a204dbd: {\"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-05-15T01:23:41.604Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19d0160c
2021-05-15T01:23:41.604Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:41.604Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T01:23:41.604Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7368e73a-c2ec-492c-8e66-5e35155952dc
2021-05-15T01:23:41.605Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7368e73a-c2ec-492c-8e66-5e35155952dc
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-05-15T01:23:41.607Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:41.607Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-15T01:23:41.607Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:23:41.607Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:41.607Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-15T01:23:41.607Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:23:41.607Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:41.607Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-15T01:23:41.608Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-15T01:23:41.608Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-15T01:23:41.608Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d1d1e75f-7f05-47db-b726-a73c50f5a11b
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-05-15T01:23:41.610Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:41.610Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-15T01:23:41.610Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:23:41.610Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:41.610Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-15T01:23:41.610Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f11808fb-0f73-4292-85f9-eced4a204dbd
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-05-15T01:23:41.612Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:41.612Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:23:41.612Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 78d33827-6f59-41ea-9841-fab642a825ac: basic_vm_macro
2021-05-15T01:23:41.612Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:41.612Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:23:41.612Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:41.613Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:23:41.613Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:41.613Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:23:41.613Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:41.613Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:23:41.613Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:23:41.613Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:23:41.613Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||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-05-15T01:23:41.689Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 268c7e97-c75c-438d-8676-162c1f3d1282 1 ASDC deployResourceStructure
2021-05-15T01:23:41.689Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||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-05-15T01:23:41.689Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||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-05-15T01:23:41.690Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:23:41.690Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:23:41.692Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:23:41.692Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041821689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:23:41.792Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:23:41.793Z||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-05-15T01:23:41.793Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:23:41.802Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:23:41.803Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:23:42.692Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||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-05-15T01:23:42.693Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||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-05-15T01:23:42.694Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:23:42.694Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:23:42.696Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:23:42.696Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041822692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T01:23:42.797Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T01:23:42.798Z||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-05-15T01:23:42.798Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:23:42.807Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:23:42.807Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:23:43.697Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||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-05-15T01:23:43.698Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||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-05-15T01:23:43.698Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:23:43.698Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:23:43.701Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:23:43.701Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041823697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-15T01:23:43.801Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:23:43.802Z||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-05-15T01:23:43.802Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:23:43.812Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:23:43.812Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:23:44.702Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-05-15T01:23:44.703Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-15T01:23:44.703Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:23:44.703Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:23:44.705Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:23:44.705Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041824702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:23:44.805Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:23:44.806Z||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-05-15T01:23:44.806Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:23:44.815Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:23:44.815Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:23:45.706Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98718903-5b66-485d-980f-f6d6f66ad2f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:23:45.715Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98718903-5b66-485d-980f-f6d6f66ad2f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:23:45.717Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:23:45.717Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T01:23:45.718Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T01:23:45.718Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T01:23:45.718Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:23:45.718Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:23:45.718Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:23:45.718Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:23:45.718Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:23:45.718Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:23:45.718Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:23:45.723Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T01:23:48.359Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:23:48.360Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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-05-15T01:23:48.360Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:23:48.371Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:23:48.379Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.379Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "cds",
  "timestamp": 1621041729556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.380Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.380Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.380Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "dcae-sch",
  "timestamp": 1621041734747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.380Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.380Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.380Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "dcae-sch",
  "timestamp": 1621041734747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.380Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.380Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.380Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "cds",
  "timestamp": 1621041729556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "dcae-sch",
  "timestamp": 1621041734747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "cds",
  "timestamp": 1621041729556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "dcae-sch",
  "timestamp": 1621041734747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "cds",
  "timestamp": 1621041729556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041738677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "dcae-sch",
  "timestamp": 1621041734747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "cds",
  "timestamp": 1621041729556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "aai-ml",
  "timestamp": 1621041739569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041738677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "dcae-sch",
  "timestamp": 1621041734747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "cds",
  "timestamp": 1621041729556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "clamp",
  "timestamp": 1621041740353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "aai-ml",
  "timestamp": 1621041739569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041738677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "dcae-sch",
  "timestamp": 1621041734747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "cds",
  "timestamp": 1621041729556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "clamp",
  "timestamp": 1621041740353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "policy-id",
  "timestamp": 1621041741446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "aai-ml",
  "timestamp": 1621041739569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041738677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "dcae-sch",
  "timestamp": 1621041734747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "cds",
  "timestamp": 1621041729556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "clamp",
  "timestamp": 1621041740353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "policy-id",
  "timestamp": 1621041741446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "aai-ml",
  "timestamp": 1621041739569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041742659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041738677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041742818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "dcae-sch",
  "timestamp": 1621041734747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "cds",
  "timestamp": 1621041729556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "clamp",
  "timestamp": 1621041740353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "policy-id",
  "timestamp": 1621041741446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "aai-ml",
  "timestamp": 1621041739569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041742659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041738677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041742818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "cds",
  "timestamp": 1621041744952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "clamp",
  "timestamp": 1621041740353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041744461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "policy-id",
  "timestamp": 1621041741446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "aai-ml",
  "timestamp": 1621041739569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041742659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041738677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041742818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.387Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.388Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "cds",
  "timestamp": 1621041745958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:23:48.399Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ab18123b-a6fd-437d-a12a-62d53cc74c39
2021-05-15T01:23:48.399Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab18123b-a6fd-437d-a12a-62d53cc74c39 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-05-15T01:23:48.407Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.407Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "clamp",
  "timestamp": 1621041740353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.407Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.407Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.407Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041744461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.408Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.408Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.408Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "policy-id",
  "timestamp": 1621041741446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.408Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.408Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.408Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "aai-ml",
  "timestamp": 1621041739569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.408Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.408Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.408Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041742659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.408Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.408Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.408Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041738677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.409Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.409Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.409Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041742818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.409Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.409Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.409Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "clamp",
  "timestamp": 1621041740353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.409Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.409Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.409Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041744461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.409Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.409Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.410Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "policy-id",
  "timestamp": 1621041741446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.410Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.410Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.410Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "aai-ml",
  "timestamp": 1621041739569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.410Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.410Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.410Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041742659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.410Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.410Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.410Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041738677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.411Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.411Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.411Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041742818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.411Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.411Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.411Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "clamp",
  "timestamp": 1621041740353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.411Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.411Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.411Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041744461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.411Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.411Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.411Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "policy-id",
  "timestamp": 1621041741446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.412Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.412Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.412Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "aai-ml",
  "timestamp": 1621041739569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.412Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.412Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.412Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041742659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.412Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.412Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.412Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041742818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.412Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.413Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.413Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "clamp",
  "timestamp": 1621041740353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.413Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.413Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.413Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041744461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.413Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.413Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.413Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "policy-id",
  "timestamp": 1621041741446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.413Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.413Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.414Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041742659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.414Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.414Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.414Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041742818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.414Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.414Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.414Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041744461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.414Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.414Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.414Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "policy-id",
  "timestamp": 1621041741446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.414Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.415Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.415Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041742659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.415Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.415Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.415Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041742818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.415Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.415Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.415Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041750830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:48.415Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.415Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.415Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041744461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.416Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.416Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.416Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041742659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.416Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.416Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.416Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041751355,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:23:48.416Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.416Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.416Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041742818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.416Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.416Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.416Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041744461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.416Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.417Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.417Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.417Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.417Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.417Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "aai-ml",
  "timestamp": 1621041752873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:48.417Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.417Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.417Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041744461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.417Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.417Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.417Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.417Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.417Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.418Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "policy-id",
  "timestamp": 1621041753777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:48.418Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.418Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.418Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041754054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:48.418Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.418Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.418Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.418Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.418Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.418Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041754448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:48.418Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.418Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.419Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "policy-id",
  "timestamp": 1621041754780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:23:48.419Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.419Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.419Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041754956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:48.419Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.419Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.419Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.419Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.419Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.419Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041755550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:48.419Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.419Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.419Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "policy-id",
  "timestamp": 1621041755781,
  "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-05-15T01:23:48.423Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab18123b-a6fd-437d-a12a-62d53cc74c39
2021-05-15T01:23:48.424Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab18123b-a6fd-437d-a12a-62d53cc74c39 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-05-15T01:23:48.430Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.430Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "clamp",
  "timestamp": 1621041755806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:48.430Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.430Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.430Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.430Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.430Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.430Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041756533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:23:48.430Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.430Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.430Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041757365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:48.430Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.431Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.431Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.431Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.431Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.431Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041757487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:48.431Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.431Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.431Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041757536,
  "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-05-15T01:23:48.435Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ab18123b-a6fd-437d-a12a-62d53cc74c39
2021-05-15T01:23:48.435Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab18123b-a6fd-437d-a12a-62d53cc74c39 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-05-15T01:23:48.442Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.442Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "clamp",
  "timestamp": 1621041757815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:23:48.442Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.442Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.442Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:23:48.442Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.442Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.443Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041758493,
  "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-05-15T01:23:48.446Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab18123b-a6fd-437d-a12a-62d53cc74c39
2021-05-15T01:23:48.447Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab18123b-a6fd-437d-a12a-62d53cc74c39 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-05-15T01:23:48.452Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.453Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "clamp",
  "timestamp": 1621041758819,
  "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-05-15T01:23:48.456Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ab18123b-a6fd-437d-a12a-62d53cc74c39
2021-05-15T01:23:48.457Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab18123b-a6fd-437d-a12a-62d53cc74c39 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-05-15T01:23:48.464Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.464Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041758892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:48.464Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.464Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.464Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041512189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:23:48.464Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:23:48.464Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.464Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "aai-ml",
  "timestamp": 1621041759473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:23:48.464Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.464Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.465Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041759497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:23:48.465Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.465Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.465Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041760474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:48.465Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.465Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.465Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "aai-ml",
  "timestamp": 1621041760476,
  "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-05-15T01:23:48.469Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ab18123b-a6fd-437d-a12a-62d53cc74c39
2021-05-15T01:23:48.469Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab18123b-a6fd-437d-a12a-62d53cc74c39 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-05-15T01:23:48.475Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.475Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041760610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:48.475Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.476Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.476Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041761477,
  "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-05-15T01:23:48.480Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab18123b-a6fd-437d-a12a-62d53cc74c39
2021-05-15T01:23:48.480Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab18123b-a6fd-437d-a12a-62d53cc74c39 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-05-15T01:23:48.486Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.486Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041762479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:23:48.487Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.487Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.487Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041762865,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:48.488Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.488Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.488Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041764041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:48.488Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.488Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.489Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041765757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:23:48.489Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.489Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.489Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041766878,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:23:48.490Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:23:48.490Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:23:48.490Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041767882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T01:23:48.490Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:24:15.724Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98718903-5b66-485d-980f-f6d6f66ad2f3 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-05-15T01:24:15.728Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98718903-5b66-485d-980f-f6d6f66ad2f3 and serviceModelVersionId: 78d33827-6f59-41ea-9841-fab642a825ac
2021-05-15T01:24:15.729Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4bd98bc-60c7-4782-a728-dedc1f4a2798
2021-05-15T01:24:15.729Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4bd98bc-60c7-4782-a728-dedc1f4a2798/model-vers/model-ver/78d33827-6f59-41ea-9841-fab642a825ac?depth=0
2021-05-15T01:24:15.735Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T01:24:15.763Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d4bd98bc-60c7-4782-a728-dedc1f4a2798/model-vers/model-ver/78d33827-6f59-41ea-9841-fab642a825ac?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-05-15T01:24:15.764Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d4bd98bc-60c7-4782-a728-dedc1f4a2798/model-vers/model-ver/78d33827-6f59-41ea-9841-fab642a825ac?depth=0|INFO|500||Invoke
2021-05-15T01:24:15.782Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d4bd98bc-60c7-4782-a728-dedc1f4a2798/model-vers/model-ver/78d33827-6f59-41ea-9841-fab642a825ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-15T01:24:16.067Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d4bd98bc-60c7-4782-a728-dedc1f4a2798/model-vers/model-ver/78d33827-6f59-41ea-9841-fab642a825ac?depth=0|INFO|500||InvokeReturn
2021-05-15T01:24:16.068Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d4bd98bc-60c7-4782-a728-dedc1f4a2798/model-vers/model-ver/78d33827-6f59-41ea-9841-fab642a825ac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210515-01:24:15:786-93735], vertex-id=[450720], Content-Length=[0], Date=[Sat, 15 May 2021 01:24:15 GMT], Content-Type=[application/json]}
2021-05-15T01:24:16.068Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-05-15T01:24:16.068Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T01:24:16.068Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:24:16.072Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-15T01:24:16.073Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98718903-5b66-485d-980f-f6d6f66ad2f3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T01:24:16.073Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T01:24:16.073Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:16.075Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:16.075Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041856073,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:24:16.175Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:24:16.175Z||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-05-15T01:24:16.175Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:16.188Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:16.188Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-15T01:24:17.086Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-15T01:24:17.086Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ab18123b-a6fd-437d-a12a-62d53cc74c39","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b39cba40-103b-405a-8518-de0c44040a8a","serviceDescription":"service","serviceInvariantUUID":"f3deed7c-b1ae-496d-a6ff-24e0fa14d7b7","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c161db3e-1e31-41cd-b2dc-1ea972d7dc11","resourceInvariantUUID":"a674ef5e-18d1-420f-825b-2513ad8adb77","resourceCustomizationUUID":"c6ff668e-8dfb-47de-b6d6-e81e77fd8e5c","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":"ODJkNTRlNTViOGJlYWY2YWJhYWVlNjUwZjg3N2E5NDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"80398bcc-9de9-4c38-81c2-4f04384b9f12","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":"3f107558-4b9f-4a59-a58d-68e48972afd0","artifactVersion":"2","generatedFromUUID":"098d2954-f539-4572-8d03-b0e9040dc888"},{"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":"098d2954-f539-4572-8d03-b0e9040dc888","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":"MGZiMjFiMWY1OTkzMTI2YzQxZThmN2YzNTE1Y2M4NDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"622f34f9-2380-4b07-8a29-35fc1be4662d","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":"cfd6ec6c-f629-48c7-857f-fdecefc5ba6a","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":"d34c4a38-a7ba-4e4d-9d63-afe86b1460f4","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":"92bd434f-7ad8-4281-a176-bfdc7bb25cc3","artifactVersion":"2","generatedFromUUID":"cfd6ec6c-f629-48c7-857f-fdecefc5ba6a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YWIzZGU2YjA1NjliOTgyODY0ZGM5MDI1ODFiN2FmNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1245cea0-0ce6-49c1-be10-2d3e77a01ae4","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2IxYTY4MzJmMDBhMDY4MjExYjk5NWJkMGMwOTQ1MjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40b44bcb-1784-4dcc-8cb2-f968bd9064c0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T01:24:17.087Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:24:17.087Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:17.088Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:17.089Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:24:17.189Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:24:17.190Z||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-05-15T01:24:17.190Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:17.199Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:17.199Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:24:18.089Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:24:18.090Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:18.093Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:18.093Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-15T01:24:18.193Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:24:18.194Z||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-05-15T01:24:18.194Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:18.205Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:18.206Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:24:19.093Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:24:19.094Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:19.096Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:19.096Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-15T01:24:19.196Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:24:19.197Z||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-05-15T01:24:19.197Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:19.206Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:19.207Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:24:20.097Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:24:20.097Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:20.100Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:20.100Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:24:20.200Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:24:20.201Z||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-05-15T01:24:20.203Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:20.212Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:20.212Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:24:21.101Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:24:21.101Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:21.103Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:21.103Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:24:21.203Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:24:21.204Z||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-05-15T01:24:21.205Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:21.214Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:21.214Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:24:22.103Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:24:22.104Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:22.107Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:22.107Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:24:22.207Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:24:22.208Z||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-05-15T01:24:22.208Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:22.217Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:22.217Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:24:23.108Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:24:23.108Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:23.110Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:23.110Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-15T01:24:23.210Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:24:23.211Z||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-05-15T01:24:23.211Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:23.220Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:23.220Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:24:24.110Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:24:24.111Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:24.114Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:24.114Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:24:24.214Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:24:24.215Z||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-05-15T01:24:24.215Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:24.225Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:24.225Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:24:25.114Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:24:25.115Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:25.116Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:25.116Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:24:25.217Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T01:24:25.217Z||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-05-15T01:24:25.217Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:25.226Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:25.227Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:24:26.117Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "b39cba40-103b-405a-8518-de0c44040a8a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f3deed7c-b1ae-496d-a6ff-24e0fa14d7b7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "c6ff668e-8dfb-47de-b6d6-e81e77fd8e5c",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c161db3e-1e31-41cd-b2dc-1ea972d7dc11",
      "resourceInvariantUUID": "a674ef5e-18d1-420f-825b-2513ad8adb77",
      "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": "3f107558-4b9f-4a59-a58d-68e48972afd0",
          "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": "098d2954-f539-4572-8d03-b0e9040dc888",
          "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": "MGZiMjFiMWY1OTkzMTI2YzQxZThmN2YzNTE1Y2M4NDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "622f34f9-2380-4b07-8a29-35fc1be4662d",
          "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": "cfd6ec6c-f629-48c7-857f-fdecefc5ba6a",
          "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": "92bd434f-7ad8-4281-a176-bfdc7bb25cc3",
            "generatedFromUUID": "cfd6ec6c-f629-48c7-857f-fdecefc5ba6a"
          },
          "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": "92bd434f-7ad8-4281-a176-bfdc7bb25cc3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "M2IxYTY4MzJmMDBhMDY4MjExYjk5NWJkMGMwOTQ1MjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "40b44bcb-1784-4dcc-8cb2-f968bd9064c0"
    }
  ],
  "workloadContext": "Production"
}
2021-05-15T01:24:26.118Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T01:24:26.119Z|98718903-5b66-485d-980f-f6d6f66ad2f3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b39cba40-103b-405a-8518-de0c44040a8a ASDC
2021-05-15T01:24:26.120Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ab18123b-a6fd-437d-a12a-62d53cc74c39
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b39cba40-103b-405a-8518-de0c44040a8a
ServiceInvariantUUID:f3deed7c-b1ae-496d-a6ff-24e0fa14d7b7
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:40b44bcb-1784-4dcc-8cb2-f968bd9064c0
ArtifactChecksum:M2IxYTY4MzJmMDBhMDY4MjExYjk5NWJkMGMwOTQ1MjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:c6ff668e-8dfb-47de-b6d6-e81e77fd8e5c
ResourceInvariantUUID:a674ef5e-18d1-420f-825b-2513ad8adb77
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:c161db3e-1e31-41cd-b2dc-1ea972d7dc11
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:3f107558-4b9f-4a59-a58d-68e48972afd0
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:098d2954-f539-4572-8d03-b0e9040dc888
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:622f34f9-2380-4b07-8a29-35fc1be4662d
ArtifactChecksum:MGZiMjFiMWY1OTkzMTI2YzQxZThmN2YzNTE1Y2M4NDk=
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:cfd6ec6c-f629-48c7-857f-fdecefc5ba6a
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:92bd434f-7ad8-4281-a176-bfdc7bb25cc3
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:92bd434f-7ad8-4281-a176-bfdc7bb25cc3
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-15T01:24:26.120Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b39cba40-103b-405a-8518-de0c44040a8a 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-05-15T01:24:26.148Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:24:26.149Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:24:26.149Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:24:26.149Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 40b44bcb-1784-4dcc-8cb2-f968bd9064c0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-15T01:24:26.149Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:24:26.150Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-15T01:24:26.961Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:24:26.965Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 40b44bcb-1784-4dcc-8cb2-f968bd9064c0 71156
2021-05-15T01:24:26.965Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-05-15T01:24:26.965Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-15T01:24:26.966Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:24:26.966Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:26.968Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:26.968Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041866965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:24:27.068Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:24:27.069Z||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-05-15T01:24:27.069Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:27.078Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:27.079Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:24:27.968Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:24:27.970Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:24:27.970Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 40b44bcb-1784-4dcc-8cb2-f968bd9064c0, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-15T01:24:27.970Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-05-15T01:24:27.970Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-15T01:24:27.971Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-15T01:24:28.091Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15275460078350549114/Definitions/service-BasicCnf-template.yml
2021-05-15T01:24:28.965Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T01:24:28.965Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T01:24:28.965Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-15T01:24:28.965Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-05-15T01:24:28.965Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-15T01:24:28.965Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-15T01:24:28.965Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-15T01:24:28.965Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||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-05-15T01:24:28.965Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-15T01:24:28.965Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T01:24:28.965Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:28.965Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:24:28.965Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-15T01:24:28.966Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T01:24:28.966Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:24:28.966Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:28.966Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:24:28.966Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-15T01:24:28.966Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T01:24:28.966Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:24:28.966Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:28.966Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:24:28.967Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:28.967Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-15T01:24:28.967Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-05-15T01:24:28.967Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2021-05-15T01:24:28.967Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-15T01:24:28.967Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:28.967Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T01:24:28.967Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:28.967Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-15T01:24:28.967Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:24:28.967Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:28.967Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-15T01:24:28.968Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:24:28.968Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:28.968Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-15T01:24:28.968Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:24:28.968Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:28.968Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-15T01:24:28.968Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-05-15T01:24:28.968Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f9df7b80-652f-470e-8393-e8c2cae38906
2021-05-15T01:24:28.968Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:28.968Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:24:28.969Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:28.969Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:24:28.969Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:28.969Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:24:28.969Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:28.969Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:24:28.969Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:b39cba40-103b-405a-8518-de0c44040a8a
Model Version:NULL
Model InvariantUuid:f3deed7c-b1ae-496d-a6ff-24e0fa14d7b7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:10309f66-2e21-4a57-bfe2-e0dcf3abdd5d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a674ef5e-18d1-420f-825b-2513ad8adb77
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c6ff668e-8dfb-47de-b6d6-e81e77fd8e5c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:08f6430a-cd10-4270-b00b-c5796c970d21
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1688ca35-4b98-440a-b730-79d26fc536d9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f9df7b80-652f-470e-8393-e8c2cae38906
ModelInvariantUuid:fce92499-13df-46de-bb10-e9e6d8cc5198
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:fcd14a91-f22c-4a85-86cd-a3a19ebcfd61
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:7076d33a-115c-4abd-9e2c-33ec4509e54b
ModelInvariantUuid:fe4187ec-45c7-4570-b9c9-bc403b7e2caa
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:82d5dedf-8f90-4719-91df-828dd7fff4f2
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-05-15T01:24:28.975Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: c161db3e-1e31-41cd-b2dc-1ea972d7dc11
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-05-15T01:24:28.978Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||basic_cnf 0
2021-05-15T01:24:28.978Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c161db3e-1e31-41cd-b2dc-1ea972d7dc11
2021-05-15T01:24:28.978Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3f107558-4b9f-4a59-a58d-68e48972afd0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-05-15T01:24:28.979Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:24:28.979Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-05-15T01:24:32.564Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:24:32.564Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 3f107558-4b9f-4a59-a58d-68e48972afd0 12
2021-05-15T01:24:32.564Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-05-15T01:24:32.564Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-05-15T01:24:32.564Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:24:32.564Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:32.566Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:32.566Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041872564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:24:32.666Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:24:32.667Z||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-05-15T01:24:32.667Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:32.677Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:32.678Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:24:33.566Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 098d2954-f539-4572-8d03-b0e9040dc888 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-05-15T01:24:33.567Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:24:33.567Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-05-15T01:24:34.171Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:24:34.171Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 098d2954-f539-4572-8d03-b0e9040dc888 2688
2021-05-15T01:24:34.171Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-05-15T01:24:34.171Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-05-15T01:24:34.172Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:24:34.172Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:34.173Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:34.173Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041874171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:24:34.273Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:24:34.274Z||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-05-15T01:24:34.275Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:34.284Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:34.284Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:24:35.174Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 622f34f9-2380-4b07-8a29-35fc1be4662d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-15T01:24:35.175Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:24:35.175Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-15T01:24:35.746Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:24:35.747Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 622f34f9-2380-4b07-8a29-35fc1be4662d 828
2021-05-15T01:24:35.747Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-05-15T01:24:35.747Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-15T01:24:35.748Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:24:35.748Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:35.750Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:35.750Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041875747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:24:35.851Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-15T01:24:35.851Z||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-05-15T01:24:35.851Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:35.860Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:35.861Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:24:36.751Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "08f6430a-cd10-4270-b00b-c5796c970d21",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1688ca35-4b98-440a-b730-79d26fc536d9",
    "vfModuleModelCustomizationUUID": "251854fb-1f46-4df7-aefe-b5cc340d79b7",
    "isBase": true,
    "artifacts": [
      "098d2954-f539-4572-8d03-b0e9040dc888",
      "cfd6ec6c-f629-48c7-857f-fdecefc5ba6a",
      "92bd434f-7ad8-4281-a176-bfdc7bb25cc3"
    ],
    "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-05-15T01:24:36.755Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1688ca35-4b98-440a-b730-79d26fc536d9
VfModuleModelInvariantUUID:08f6430a-cd10-4270-b00b-c5796c970d21
VfModuleModelDescription:NULL
Artifacts UUID List:{
098d2954-f539-4572-8d03-b0e9040dc888
,
cfd6ec6c-f629-48c7-857f-fdecefc5ba6a
,
92bd434f-7ad8-4281-a176-bfdc7bb25cc3

}
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-05-15T01:24:36.757Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "08f6430a-cd10-4270-b00b-c5796c970d21",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1688ca35-4b98-440a-b730-79d26fc536d9",
    "vfModuleModelCustomizationUUID": "251854fb-1f46-4df7-aefe-b5cc340d79b7",
    "isBase": true,
    "artifacts": [
      "098d2954-f539-4572-8d03-b0e9040dc888",
      "cfd6ec6c-f629-48c7-857f-fdecefc5ba6a",
      "92bd434f-7ad8-4281-a176-bfdc7bb25cc3"
    ],
    "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-05-15T01:24:36.757Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1688ca35-4b98-440a-b730-79d26fc536d9
VfModuleModelInvariantUUID:08f6430a-cd10-4270-b00b-c5796c970d21
VfModuleModelDescription:NULL
Artifacts UUID List:{
098d2954-f539-4572-8d03-b0e9040dc888
,
cfd6ec6c-f629-48c7-857f-fdecefc5ba6a
,
92bd434f-7ad8-4281-a176-bfdc7bb25cc3

}
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-05-15T01:24:36.757Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cfd6ec6c-f629-48c7-857f-fdecefc5ba6a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-15T01:24:36.757Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:24:36.758Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-15T01:24:37.364Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:24:37.365Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml cfd6ec6c-f629-48c7-857f-fdecefc5ba6a 1164
2021-05-15T01:24:37.365Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-05-15T01:24:37.365Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-15T01:24:37.365Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:24:37.366Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:37.368Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:37.368Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041877365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:24:37.468Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:24:37.469Z||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-05-15T01:24:37.469Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:37.480Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:37.480Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:24:38.368Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 92bd434f-7ad8-4281-a176-bfdc7bb25cc3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-15T01:24:38.369Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:24:38.369Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-15T01:24:38.799Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:24:38.800Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 92bd434f-7ad8-4281-a176-bfdc7bb25cc3 200
2021-05-15T01:24:38.800Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-05-15T01:24:38.800Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-15T01:24:38.800Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:24:38.800Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:38.801Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:38.802Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041878800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:24:38.902Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:24:38.902Z||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-05-15T01:24:38.903Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:38.911Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:38.912Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:24:39.802Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b39cba40-103b-405a-8518-de0c44040a8a
2021-05-15T01:24:39.803Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 c161db3e-1e31-41cd-b2dc-1ea972d7dc11 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 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-05-15T01:24:39.817Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-05-15T01:24:39.823Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:39.824Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:24:39.824Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-05-15T01:24:39.824Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c6ff668e-8dfb-47de-b6d6-e81e77fd8e5c
2021-05-15T01:24:39.824Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c6ff668e-8dfb-47de-b6d6-e81e77fd8e5c matches Tosca VF Customization UUID: c6ff668e-8dfb-47de-b6d6-e81e77fd8e5c
2021-05-15T01:24:39.824Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c6ff668e-8dfb-47de-b6d6-e81e77fd8e5c  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-05-15T01:24:39.826Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:39.826Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:24:39.827Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c6ff668e-8dfb-47de-b6d6-e81e77fd8e5c: {\"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-05-15T01:24:39.827Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e32d141
2021-05-15T01:24:39.827Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:39.827Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T01:24:39.827Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 251854fb-1f46-4df7-aefe-b5cc340d79b7
2021-05-15T01:24:39.827Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 251854fb-1f46-4df7-aefe-b5cc340d79b7
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-05-15T01:24:39.828Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:39.829Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-15T01:24:39.829Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:24:39.829Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:39.829Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-15T01:24:39.829Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:24:39.829Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:39.829Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-15T01:24:39.830Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-05-15T01:24:39.830Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f9df7b80-652f-470e-8393-e8c2cae38906
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-05-15T01:24:39.831Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:39.831Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-15T01:24:39.831Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:24:39.831Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:39.831Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-15T01:24:39.831Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c6ff668e-8dfb-47de-b6d6-e81e77fd8e5c
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-05-15T01:24:39.833Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:39.833Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:24:39.833Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b39cba40-103b-405a-8518-de0c44040a8a: basic_cnf
2021-05-15T01:24:39.833Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:39.833Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:24:39.833Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:39.833Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:24:39.833Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:39.834Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:24:39.834Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:39.834Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:24:39.834Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:24:39.834Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:24:39.834Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:24:39.889Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf c161db3e-1e31-41cd-b2dc-1ea972d7dc11 1 ASDC deployResourceStructure
2021-05-15T01:24:39.890Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-05-15T01:24:39.890Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-05-15T01:24:39.890Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-05-15T01:24:39.891Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:39.892Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:39.892Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041879890,
  "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-05-15T01:24:39.993Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:24:39.994Z||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-05-15T01:24:39.994Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:40.003Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:40.003Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:24:40.893Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-05-15T01:24:40.894Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-05-15T01:24:40.894Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-05-15T01:24:40.894Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:40.896Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:40.896Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041880893,
  "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-05-15T01:24:40.996Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:24:40.997Z||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-05-15T01:24:40.997Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:41.007Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:41.007Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:24:41.896Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-05-15T01:24:41.897Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-15T01:24:41.897Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:24:41.897Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:41.899Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:41.899Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041881896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:24:41.999Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:24:42.000Z||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-05-15T01:24:42.000Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:42.009Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:42.009Z||pool-113-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:24:42.900Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-05-15T01:24:42.901Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-15T01:24:42.901Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:24:42.901Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:42.903Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:42.903Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041882899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T01:24:43.004Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T01:24:43.004Z||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-05-15T01:24:43.005Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:43.013Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:43.014Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:24:43.905Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-05-15T01:24:43.905Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-15T01:24:43.906Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:24:43.906Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:43.908Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:43.908Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041883905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-05-15T01:24:44.008Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:24:44.009Z||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-05-15T01:24:44.009Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:44.018Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:44.018Z||pool-115-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:24:44.909Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-05-15T01:24:44.909Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-15T01:24:44.909Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:24:44.910Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:24:44.911Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:24:44.912Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041884909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:24:45.012Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:24:45.012Z||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-05-15T01:24:45.013Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:45.021Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:45.021Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:24:45.912Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab18123b-a6fd-437d-a12a-62d53cc74c39
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:24:45.922Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab18123b-a6fd-437d-a12a-62d53cc74c39
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:24:45.924Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:24:45.925Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T01:24:45.925Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T01:24:45.925Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T01:24:45.925Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:24:45.925Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:24:45.925Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:24:45.925Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:24:45.925Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:24:45.925Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:24:45.925Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:24:45.929Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T01:24:48.359Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:24:48.360Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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-05-15T01:24:48.360Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:24:48.379Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:24:48.379Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:24:48.379Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041768886,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-15T01:24:48.380Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:24:48.380Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:24:48.380Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041769891,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:24:48.380Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:24:48.380Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:24:48.380Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041801052,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:24:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:24:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:24:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:24:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:24:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:24:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:24:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:24:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:24:48.381Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:24:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:24:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:24:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:24:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:24:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:24:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-15T01:24:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:24:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:24:48.382Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:24:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:24:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:24:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:24:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:24:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:24:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:24:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:24:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:24:48.383Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041814799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:24:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:24:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:24:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041817384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:24:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:24:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:24:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041818968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:24:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:24:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:24:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041820585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:24:48.384Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:24:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:24:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041821689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:24:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:24:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:24:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041822692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T01:24:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:24:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:24:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041823697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-15T01:24:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:24:48.385Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:24:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041824702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:24:48.386Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:25:15.929Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ab18123b-a6fd-437d-a12a-62d53cc74c39 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-05-15T01:25:15.933Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ab18123b-a6fd-437d-a12a-62d53cc74c39 and serviceModelVersionId: b39cba40-103b-405a-8518-de0c44040a8a
2021-05-15T01:25:15.933Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3deed7c-b1ae-496d-a6ff-24e0fa14d7b7
2021-05-15T01:25:15.934Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3deed7c-b1ae-496d-a6ff-24e0fa14d7b7/model-vers/model-ver/b39cba40-103b-405a-8518-de0c44040a8a?depth=0
2021-05-15T01:25:15.938Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T01:25:15.964Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3deed7c-b1ae-496d-a6ff-24e0fa14d7b7/model-vers/model-ver/b39cba40-103b-405a-8518-de0c44040a8a?depth=0|INFO|500||Invoke
2021-05-15T01:25:15.965Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3deed7c-b1ae-496d-a6ff-24e0fa14d7b7/model-vers/model-ver/b39cba40-103b-405a-8518-de0c44040a8a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3deed7c-b1ae-496d-a6ff-24e0fa14d7b7/model-vers/model-ver/b39cba40-103b-405a-8518-de0c44040a8a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ab18123b-a6fd-437d-a12a-62d53cc74c39], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dd0b0154-d605-4a60-a3e7-88af0df256c9], X-ECOMP-RequestID=[ab18123b-a6fd-437d-a12a-62d53cc74c39], X-TransactionId=[], X-ONAP-RequestID=[ab18123b-a6fd-437d-a12a-62d53cc74c39], Content-Type=[application/merge-patch+json]}
2021-05-15T01:25:15.982Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3deed7c-b1ae-496d-a6ff-24e0fa14d7b7/model-vers/model-ver/b39cba40-103b-405a-8518-de0c44040a8a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-15T01:25:16.366Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3deed7c-b1ae-496d-a6ff-24e0fa14d7b7/model-vers/model-ver/b39cba40-103b-405a-8518-de0c44040a8a?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/f3deed7c-b1ae-496d-a6ff-24e0fa14d7b7/model-vers/model-ver/b39cba40-103b-405a-8518-de0c44040a8a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210515-01:25:15:987-48499], vertex-id=[503968], Content-Length=[0], Date=[Sat, 15 May 2021 01:25:15 GMT], Content-Type=[application/json]}
2021-05-15T01:25:16.367Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3deed7c-b1ae-496d-a6ff-24e0fa14d7b7/model-vers/model-ver/b39cba40-103b-405a-8518-de0c44040a8a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-15T01:25:16.367Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3deed7c-b1ae-496d-a6ff-24e0fa14d7b7/model-vers/model-ver/b39cba40-103b-405a-8518-de0c44040a8a?depth=0|INFO|500||InvokeReturn
2021-05-15T01:25:16.368Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T01:25:16.368Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:25:16.371Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-15T01:25:16.372Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ab18123b-a6fd-437d-a12a-62d53cc74c39 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T01:25:16.372Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T01:25:16.372Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:25:16.373Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:25:16.374Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041916372,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:25:16.474Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:25:16.475Z||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-05-15T01:25:16.475Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:25:16.486Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:25:16.486Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-15T01:25:17.384Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:25:17.385Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|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-05-15T01:25:17.385Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:25:24.286Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:25:24.287Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-15T01:25:24.287Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"66570236-39d4-4f18-b401-db86db13452f","serviceName":"Demo_pNF_rj9M2ZbPXnWFCWWzx17a","serviceVersion":"1.0","serviceUUID":"d5b5b927-bc9a-4b62-95cb-787268cef456","serviceDescription":"catalog service description","serviceInvariantUUID":"72f94372-5443-4152-9fa9-a54e898f58f8","resources":[{"resourceInstanceName":"pNF 7e2df719-96f6 0","resourceName":"pNF 7e2df719-96f6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0aaff619-64a6-43d2-b519-7dd1990aec26","resourceInvariantUUID":"669b8dc7-bb1a-4aca-a4d6-0ff6c86f53cb","resourceCustomizationUUID":"e02f0798-b295-470a-a6ad-9a22fb5eb180","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vf-license-model.xml","artifactChecksum":"OTkyMDViZjc4ZDhlMjBhOGM1NTUzYWMwOTI1ZjQwYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56c33c21-b640-4db0-9e12-71ab09bea129","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/pNF.csar","artifactChecksum":"ZTkxMzY1NjBhMjc2ZDcxNDAxN2UxOTMyZTVlZWYyMmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"abb270a9-7b21-40eb-8e38-712d41d9a9b0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dbcb64e8-5605-412b-9139-446f86d7e762","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vendor-license-model.xml","artifactChecksum":"YWExZjdmNzY3YzUyYzIxYzgyMDg5ZjI0YjY1MDA5Zjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8b5005c5-e59c-43ca-9f1b-a5617a6283d9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1ee7a513-c826-4700-867a-ba02b2eabb75","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e069700b-7800-44db-9686-8a29d0cb18ca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRj9m2zbpxnwfcwwzx17a-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-template.yml","artifactChecksum":"YTMwZDUwYzY1MzJmOTFhNTgwNmZkOTY4NWIzZDhlMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0608b77-5370-4d0f-8051-9ab221cfe0df","artifactVersion":"1"},{"artifactName":"service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar","artifactChecksum":"OWVkZjY3YWE2YzVkZGZiN2IyNzIwYzc2MzI5NmM4M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"46d9cbaf-9400-4af9-9bb9-e50c2695cdfb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T01:25:24.289Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:25:24.289Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:25:24.291Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:25:24.291Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041917384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:25:24.392Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T01:25:24.392Z||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-05-15T01:25:24.393Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:25:24.411Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:25:24.411Z||pool-118-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:25:25.292Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:25:25.293Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:25:25.295Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:25:25.295Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041917384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:25:25.395Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:25:25.396Z||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-05-15T01:25:25.396Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:25:25.405Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:25:25.406Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:25:26.296Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:25:26.297Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:25:26.299Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:25:26.299Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041917384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:25:26.399Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:25:26.400Z||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-05-15T01:25:26.400Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:25:26.411Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:25:26.412Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:25:27.300Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:25:27.301Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:25:27.303Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:25:27.303Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041917384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:25:27.403Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-15T01:25:27.404Z||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-05-15T01:25:27.404Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:25:27.415Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:25:27.416Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:25:28.304Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:25:28.305Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:25:28.307Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:25:28.307Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041917384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:25:28.407Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:25:28.408Z||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-05-15T01:25:28.408Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:25:28.417Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:25:28.417Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:25:29.308Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:25:29.309Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:25:29.311Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:25:29.312Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041917384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:25:29.411Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-15T01:25:29.412Z||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-05-15T01:25:29.412Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:25:29.420Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:25:29.421Z||pool-123-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:25:30.312Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:25:30.313Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:25:30.315Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:25:30.316Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041917384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:25:30.416Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:25:30.417Z||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-05-15T01:25:30.417Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:25:30.427Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:25:30.428Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:25:31.316Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:25:31.317Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:25:31.321Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:25:31.321Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041917384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:25:31.421Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:25:31.422Z||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-05-15T01:25:31.422Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:25:31.431Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:25:31.431Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:25:32.322Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "serviceName": "Demo_pNF_rj9M2ZbPXnWFCWWzx17a",
  "serviceVersion": "1.0",
  "serviceUUID": "d5b5b927-bc9a-4b62-95cb-787268cef456",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "72f94372-5443-4152-9fa9-a54e898f58f8",
  "resources": [
    {
      "resourceInstanceName": "pNF 7e2df719-96f6 0",
      "resourceCustomizationUUID": "e02f0798-b295-470a-a6ad-9a22fb5eb180",
      "resourceName": "pNF 7e2df719-96f6",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0aaff619-64a6-43d2-b519-7dd1990aec26",
      "resourceInvariantUUID": "669b8dc7-bb1a-4aca-a4d6-0ff6c86f53cb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
      "artifactChecksum": "OWVkZjY3YWE2YzVkZGZiN2IyNzIwYzc2MzI5NmM4M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "46d9cbaf-9400-4af9-9bb9-e50c2695cdfb"
    }
  ],
  "workloadContext": "Production"
}
2021-05-15T01:25:32.322Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T01:25:32.323Z|ab18123b-a6fd-437d-a12a-62d53cc74c39|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d5b5b927-bc9a-4b62-95cb-787268cef456 ASDC
2021-05-15T01:25:32.323Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:66570236-39d4-4f18-b401-db86db13452f
ServiceName:Demo_pNF_rj9M2ZbPXnWFCWWzx17a
ServiceVersion:1.0
ServiceUUID:d5b5b927-bc9a-4b62-95cb-787268cef456
ServiceInvariantUUID:72f94372-5443-4152-9fa9-a54e898f58f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar
ArtifactUUID:46d9cbaf-9400-4af9-9bb9-e50c2695cdfb
ArtifactChecksum:OWVkZjY3YWE2YzVkZGZiN2IyNzIwYzc2MzI5NmM4M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7e2df719-96f6 0
ResourceCustomizationUUID:e02f0798-b295-470a-a6ad-9a22fb5eb180
ResourceInvariantUUID:669b8dc7-bb1a-4aca-a4d6-0ff6c86f53cb
ResourceName:pNF 7e2df719-96f6
ResourceType:PNF
ResourceUUID:0aaff619-64a6-43d2-b519-7dd1990aec26
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-05-15T01:25:32.323Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5b5b927-bc9a-4b62-95cb-787268cef456 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-05-15T01:25:32.345Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:25:32.346Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:25:32.346Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:25:32.346Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 46d9cbaf-9400-4af9-9bb9-e50c2695cdfb from URL: /sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar
2021-05-15T01:25:32.346Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:25:32.346Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar
2021-05-15T01:25:33.765Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:25:33.771Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar 46d9cbaf-9400-4af9-9bb9-e50c2695cdfb 83329
2021-05-15T01:25:33.771Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar ASDC sendASDCNotification
2021-05-15T01:25:33.771Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar
2021-05-15T01:25:33.772Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:25:33.772Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:25:33.773Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:25:33.773Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041933771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:25:33.873Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:25:33.874Z||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-05-15T01:25:33.874Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:25:33.884Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:25:33.884Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:25:34.774Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:25:34.775Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:25:34.775Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 46d9cbaf-9400-4af9-9bb9-e50c2695cdfb, URL: /sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar to file: /app/ASDC/1/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar
2021-05-15T01:25:34.775Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar
2021-05-15T01:25:34.776Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar
2021-05-15T01:25:34.776Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar
2021-05-15T01:25:34.856Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3577374813541788333/Definitions/service-DemoPnfRj9m2zbpxnwfcwwzx17a-template.yml
2021-05-15T01:25:35.421Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T01:25:35.422Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T01:25:35.422Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar
2021-05-15T01:25:35.422Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-15T01:25:35.422Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar
2021-05-15T01:25:35.422Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar
2021-05-15T01:25:35.422Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar
2021-05-15T01:25:35.422Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar
2021-05-15T01:25:35.422Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar
2021-05-15T01:25:35.422Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7e2df719-96f6 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-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar
2021-05-15T01:25:35.422Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7e2df719-96f6 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar
2021-05-15T01:25:35.422Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar
2021-05-15T01:25:35.422Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T01:25:35.422Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:25:35.423Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rj9M2ZbPXnWFCWWzx17a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:25:35.423Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Node template pNF 7e2df719-96f6 0 is matching search criteria
2021-05-15T01:25:35.423Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T01:25:35.423Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 7e2df719-96f6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:25:35.423Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:25:35.423Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rj9M2ZbPXnWFCWWzx17a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:25:35.423Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Node template pNF 7e2df719-96f6 0 is matching search criteria
2021-05-15T01:25:35.423Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T01:25:35.423Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 7e2df719-96f6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:25:35.423Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:25:35.424Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rj9M2ZbPXnWFCWWzx17a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:25:35.424Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:25:35.424Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rj9M2ZbPXnWFCWWzx17a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:25:35.424Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:25:35.424Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rj9M2ZbPXnWFCWWzx17a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:25:35.424Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:25:35.424Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rj9M2ZbPXnWFCWWzx17a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:25:35.425Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:25:35.425Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rj9M2ZbPXnWFCWWzx17a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:25:35.425Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rj9M2ZbPXnWFCWWzx17a
Description:catalog service description
Model UUID:d5b5b927-bc9a-4b62-95cb-787268cef456
Model Version:NULL
Model InvariantUuid:72f94372-5443-4152-9fa9-a54e898f58f8
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-05-15T01:25:35.430Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0aaff619-64a6-43d2-b519-7dd1990aec26
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-05-15T01:25:35.432Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||pNF 7e2df719-96f6 0
2021-05-15T01:25:35.432Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0aaff619-64a6-43d2-b519-7dd1990aec26
2021-05-15T01:25:35.432Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||No resources found for Service: d5b5b927-bc9a-4b62-95cb-787268cef456
2021-05-15T01:25:35.432Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d5b5b927-bc9a-4b62-95cb-787268cef456
2021-05-15T01:25:35.432Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7e2df719-96f6 0 0aaff619-64a6-43d2-b519-7dd1990aec26 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-05-15T01:25:35.436Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:25:35.436Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rj9M2ZbPXnWFCWWzx17a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:25:35.436Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d5b5b927-bc9a-4b62-95cb-787268cef456: pNF 7e2df719-96f6
2021-05-15T01:25:35.436Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||Processing PNF resource: 0aaff619-64a6-43d2-b519-7dd1990aec26
2021-05-15T01:25:35.436Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T01:25:35.436Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rj9M2ZbPXnWFCWWzx17a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:25:35.437Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||Resource customization UUID: e02f0798-b295-470a-a6ad-9a22fb5eb180 is the same as notified resource customizationUUID: e02f0798-b295-470a-a6ad-9a22fb5eb180
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-05-15T01:25:35.466Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7e2df719-96f6 0aaff619-64a6-43d2-b519-7dd1990aec26 0 ASDC deployResourceStructure
2021-05-15T01:25:35.466Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar ASDC sendASDCNotification
2021-05-15T01:25:35.466Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar
2021-05-15T01:25:35.467Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:25:35.467Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:25:35.468Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:25:35.469Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041935466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:25:35.569Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:25:35.570Z||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-05-15T01:25:35.570Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:25:35.579Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:25:35.579Z||pool-127-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:25:36.470Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66570236-39d4-4f18-b401-db86db13452f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:25:36.478Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66570236-39d4-4f18-b401-db86db13452f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:25:36.480Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:25:36.480Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T01:25:36.480Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T01:25:48.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:25:48.360Z||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-05-15T01:25:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:25:48.379Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:25:48.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98718903-5b66-485d-980f-f6d6f66ad2f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041856073,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:25:48.381Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:25:48.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:25:48.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:25:48.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-15T01:25:48.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:25:48.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-15T01:25:48.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:25:48.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T01:25:48.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:25:48.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:25:48.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:25:48.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:25:48.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:25:48.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-15T01:25:48.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:25:48.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:25:48.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:25:48.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041802067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:25:48.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:25:48.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041866965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:25:48.383Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:25:48.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041872564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:25:48.383Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:25:48.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041874171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:25:48.383Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:25:48.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041875747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:25:48.384Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:25:48.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041877365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:25:48.384Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:25:48.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041878800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:25:48.384Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:25:48.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041879890,
  "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-05-15T01:25:48.384Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:25:48.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041880893,
  "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-05-15T01:25:48.384Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:25:48.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041881896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T01:25:48.384Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:25:48.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041882899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T01:25:48.385Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:25:48.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041883905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-05-15T01:25:48.385Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:25:48.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:25:48.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041884909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:25:48.385Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:26:06.480Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66570236-39d4-4f18-b401-db86db13452f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:26:06.489Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66570236-39d4-4f18-b401-db86db13452f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:26:06.490Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:26:06.491Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T01:26:06.491Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T01:26:36.491Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66570236-39d4-4f18-b401-db86db13452f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:26:36.499Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66570236-39d4-4f18-b401-db86db13452f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:26:36.500Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:26:36.501Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T01:26:36.501Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T01:26:48.360Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:26:48.360Z||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-05-15T01:26:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:26:48.884Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:26:48.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab18123b-a6fd-437d-a12a-62d53cc74c39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041916372,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:26:48.887Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:26:48.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041922659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041922818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041918677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041917384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "dcae-sch",
  "timestamp": 1621041914747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "clamp",
  "timestamp": 1621041920351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "aai-ml",
  "timestamp": 1621041919569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "policy-id",
  "timestamp": 1621041921446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041924461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "cds",
  "timestamp": 1621041924557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "dcae-sch",
  "timestamp": 1621041914747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041918677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041922659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041917384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "aai-ml",
  "timestamp": 1621041919569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041922818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "clamp",
  "timestamp": 1621041920351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "policy-id",
  "timestamp": 1621041921446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041924461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "cds",
  "timestamp": 1621041924557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041918677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041922818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041922659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "dcae-sch",
  "timestamp": 1621041914747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041917384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "aai-ml",
  "timestamp": 1621041919569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "clamp",
  "timestamp": 1621041920351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "policy-id",
  "timestamp": 1621041921446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041924461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "cds",
  "timestamp": 1621041924557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041922659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "aai-ml",
  "timestamp": 1621041919569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "dcae-sch",
  "timestamp": 1621041914747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041918677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041922818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041917384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "clamp",
  "timestamp": 1621041920351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "policy-id",
  "timestamp": 1621041921446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041924461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "cds",
  "timestamp": 1621041924557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041922818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "aai-ml",
  "timestamp": 1621041919569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041922659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "dcae-sch",
  "timestamp": 1621041914747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041917384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041918677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "clamp",
  "timestamp": 1621041920351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "policy-id",
  "timestamp": 1621041921446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041924461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "cds",
  "timestamp": 1621041924557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "dcae-sch",
  "timestamp": 1621041914747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "aai-ml",
  "timestamp": 1621041919569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041922659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041922818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041917384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041918677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "clamp",
  "timestamp": 1621041920351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "policy-id",
  "timestamp": 1621041921446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041924461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "cds",
  "timestamp": 1621041924557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041922818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "aai-ml",
  "timestamp": 1621041919569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "dcae-sch",
  "timestamp": 1621041914747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041918677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041922659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041917384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "clamp",
  "timestamp": 1621041920351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "policy-id",
  "timestamp": 1621041921446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041924461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "cds",
  "timestamp": 1621041924557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "dcae-sch",
  "timestamp": 1621041914747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041922818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "aai-ml",
  "timestamp": 1621041919569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:26:48.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621041918677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:26:48.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041922659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:26:48.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "clamp",
  "timestamp": 1621041920351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:26:48.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041917384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:26:48.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "policy-id",
  "timestamp": 1621041921446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:26:48.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621041924461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:26:48.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "cds",
  "timestamp": 1621041924557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T01:26:48.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T01:26:48.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041933544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:26:48.901Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:26:48.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "aai-ml",
  "timestamp": 1621041933657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:26:48.901Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:26:48.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041933669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:26:48.901Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:26:48.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041933771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:26:48.902Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:26:48.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "policy-id",
  "timestamp": 1621041933773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:26:48.902Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:26:48.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "cds",
  "timestamp": 1621041934172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:26:48.902Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:26:48.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041934564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/resourceInstances/pnf7e2df71996f60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T01:26:48.902Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:26:48.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "policy-id",
  "timestamp": 1621041934776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:26:48.902Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:26:48.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "cds",
  "timestamp": 1621041935177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-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-05-15T01:26:48.908Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 66570236-39d4-4f18-b401-db86db13452f
2021-05-15T01:26:48.908Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66570236-39d4-4f18-b401-db86db13452f 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-05-15T01:26:48.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041935331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:26:48.914Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:26:48.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621041935466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:26:48.914Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:26:48.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621041935566,
  "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-05-15T01:26:48.918Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 66570236-39d4-4f18-b401-db86db13452f
2021-05-15T01:26:48.918Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66570236-39d4-4f18-b401-db86db13452f 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-05-15T01:26:48.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "policy-id",
  "timestamp": 1621041935778,
  "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-05-15T01:26:48.928Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66570236-39d4-4f18-b401-db86db13452f
2021-05-15T01:26:48.928Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66570236-39d4-4f18-b401-db86db13452f 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-05-15T01:26:48.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621041936334,
  "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-05-15T01:26:48.939Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 66570236-39d4-4f18-b401-db86db13452f
2021-05-15T01:26:48.939Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66570236-39d4-4f18-b401-db86db13452f 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-05-15T01:26:48.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "aai-ml",
  "timestamp": 1621041937466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:26:48.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:26:48.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "aai-ml",
  "timestamp": 1621041938469,
  "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-05-15T01:26:48.950Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 66570236-39d4-4f18-b401-db86db13452f
2021-05-15T01:26:48.950Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66570236-39d4-4f18-b401-db86db13452f 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-05-15T01:26:48.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "clamp",
  "timestamp": 1621041941839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T01:26:48.957Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:26:48.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "clamp",
  "timestamp": 1621041942860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRj9m2zbpxnwfcwwzx17a/1.0/artifacts/service-DemoPnfRj9m2zbpxnwfcwwzx17a-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T01:26:48.957Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:26:48.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:26:48.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "clamp",
  "timestamp": 1621041943864,
  "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-05-15T01:26:48.961Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 66570236-39d4-4f18-b401-db86db13452f
2021-05-15T01:26:48.961Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66570236-39d4-4f18-b401-db86db13452f 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-05-15T01:27:06.501Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66570236-39d4-4f18-b401-db86db13452f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-15T01:27:06.510Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66570236-39d4-4f18-b401-db86db13452f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:27:06.512Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:27:06.512Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T01:27:06.512Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T01:27:06.512Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T01:27:06.512Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:27:06.512Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:27:06.512Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:27:06.512Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:27:06.512Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:27:06.512Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:27:06.512Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T01:27:06.512Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:27:06.516Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T01:27:36.516Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 66570236-39d4-4f18-b401-db86db13452f 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-05-15T01:27:36.578Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 66570236-39d4-4f18-b401-db86db13452f and serviceModelVersionId: d5b5b927-bc9a-4b62-95cb-787268cef456
2021-05-15T01:27:36.578Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 72f94372-5443-4152-9fa9-a54e898f58f8
2021-05-15T01:27:36.579Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/72f94372-5443-4152-9fa9-a54e898f58f8/model-vers/model-ver/d5b5b927-bc9a-4b62-95cb-787268cef456?depth=0
2021-05-15T01:27:36.585Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T01:27:36.610Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72f94372-5443-4152-9fa9-a54e898f58f8/model-vers/model-ver/d5b5b927-bc9a-4b62-95cb-787268cef456?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-05-15T01:27:36.610Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72f94372-5443-4152-9fa9-a54e898f58f8/model-vers/model-ver/d5b5b927-bc9a-4b62-95cb-787268cef456?depth=0|INFO|500||Invoke
2021-05-15T01:27:36.628Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72f94372-5443-4152-9fa9-a54e898f58f8/model-vers/model-ver/d5b5b927-bc9a-4b62-95cb-787268cef456?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-15T01:27:36.881Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72f94372-5443-4152-9fa9-a54e898f58f8/model-vers/model-ver/d5b5b927-bc9a-4b62-95cb-787268cef456?depth=0|INFO|500||InvokeReturn
2021-05-15T01:27:36.881Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72f94372-5443-4152-9fa9-a54e898f58f8/model-vers/model-ver/d5b5b927-bc9a-4b62-95cb-787268cef456?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210515-01:27:36:633-6089], vertex-id=[200752], Content-Length=[0], Date=[Sat, 15 May 2021 01:27:36 GMT], Content-Type=[application/json]}
2021-05-15T01:27:36.881Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-05-15T01:27:36.882Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T01:27:36.882Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:27:36.886Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-15T01:27:36.886Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 66570236-39d4-4f18-b401-db86db13452f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T01:27:36.887Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T01:27:36.887Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:27:36.889Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:27:36.889Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621042056886,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:27:36.990Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T01:27:36.990Z||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-05-15T01:27:36.991Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:27:37.005Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:27:37.006Z||pool-128-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-05-15T01:27:37.901Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:27:37.902Z|66570236-39d4-4f18-b401-db86db13452f|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-05-15T01:27:37.902Z|66570236-39d4-4f18-b401-db86db13452f|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:27:48.100Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:27:48.100Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:27:48.101Z|66570236-39d4-4f18-b401-db86db13452f|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-05-15T01:27:48.101Z|66570236-39d4-4f18-b401-db86db13452f|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:27:48.359Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:27:48.360Z||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-05-15T01:27:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:27:48.991Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:27:48.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T01:27:48.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66570236-39d4-4f18-b401-db86db13452f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621042056886,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:27:48.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:27:57.640Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:27:57.640Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:27:57.641Z|66570236-39d4-4f18-b401-db86db13452f|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-05-15T01:27:57.641Z|66570236-39d4-4f18-b401-db86db13452f|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:28:07.180Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:28:07.181Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:28:07.181Z|66570236-39d4-4f18-b401-db86db13452f|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-05-15T01:28:07.181Z|66570236-39d4-4f18-b401-db86db13452f|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:28:16.734Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:28:16.735Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:28:16.735Z|66570236-39d4-4f18-b401-db86db13452f|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-05-15T01:28:16.735Z|66570236-39d4-4f18-b401-db86db13452f|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:28:26.269Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:28:26.270Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:28:26.271Z|66570236-39d4-4f18-b401-db86db13452f|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-05-15T01:28:26.271Z|66570236-39d4-4f18-b401-db86db13452f|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:28:35.804Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:28:35.805Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:28:35.805Z|66570236-39d4-4f18-b401-db86db13452f|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-05-15T01:28:35.805Z|66570236-39d4-4f18-b401-db86db13452f|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:28:45.338Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:28:45.339Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:28:45.339Z|66570236-39d4-4f18-b401-db86db13452f|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-05-15T01:28:45.339Z|66570236-39d4-4f18-b401-db86db13452f|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:28:48.359Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:28:48.360Z||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-05-15T01:28:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:28:54.873Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:28:54.874Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:28:54.875Z|66570236-39d4-4f18-b401-db86db13452f|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-05-15T01:28:54.875Z|66570236-39d4-4f18-b401-db86db13452f|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:28:57.903Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:29:04.408Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:29:04.408Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:29:04.409Z|66570236-39d4-4f18-b401-db86db13452f|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-05-15T01:29:04.409Z|66570236-39d4-4f18-b401-db86db13452f|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:29:13.942Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:29:48.359Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:29:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:29:48.361Z||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-05-15T01:29:48.361Z|66570236-39d4-4f18-b401-db86db13452f|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-05-15T01:29:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:29:48.361Z|66570236-39d4-4f18-b401-db86db13452f|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:29:57.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:29:57.908Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:30:48.358Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:30:48.358Z|66570236-39d4-4f18-b401-db86db13452f|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-05-15T01:30:48.359Z|66570236-39d4-4f18-b401-db86db13452f|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:30:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:30:48.360Z||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-05-15T01:30:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:30:57.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:30:57.901Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:31:48.358Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:31:48.359Z|66570236-39d4-4f18-b401-db86db13452f|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-05-15T01:31:48.359Z|66570236-39d4-4f18-b401-db86db13452f|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:31:48.359Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:31:48.360Z||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-05-15T01:31:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:31:57.899Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:31:57.902Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:32:48.358Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:32:48.359Z|66570236-39d4-4f18-b401-db86db13452f|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-05-15T01:32:48.359Z|66570236-39d4-4f18-b401-db86db13452f|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:32:48.359Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:32:48.360Z||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-05-15T01:32:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:32:57.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:32:57.902Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:33:48.358Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:33:48.358Z|66570236-39d4-4f18-b401-db86db13452f|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-05-15T01:33:48.359Z|66570236-39d4-4f18-b401-db86db13452f|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:33:48.361Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:33:48.361Z||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-05-15T01:33:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:33:57.900Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:33:57.900Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:34:48.358Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:34:48.359Z|66570236-39d4-4f18-b401-db86db13452f|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-05-15T01:34:48.359Z|66570236-39d4-4f18-b401-db86db13452f|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:34:48.359Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:34:48.360Z||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-05-15T01:34:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:34:57.899Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:34:57.902Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:35:48.358Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:35:48.358Z|66570236-39d4-4f18-b401-db86db13452f|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-05-15T01:35:48.359Z|66570236-39d4-4f18-b401-db86db13452f|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:35:48.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:35:48.360Z||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-05-15T01:35:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:35:57.895Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:35:57.895Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:36:48.358Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:36:48.358Z|66570236-39d4-4f18-b401-db86db13452f|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-05-15T01:36:48.358Z|66570236-39d4-4f18-b401-db86db13452f|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:36:48.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:36:48.359Z||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-05-15T01:36:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:36:57.901Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T01:36:57.901Z|66570236-39d4-4f18-b401-db86db13452f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK