Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2021-06-05T07:40:12.333Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-2lqm5 with PID 14 (/app/app.jar started by so in /app)
2021-06-05T07:40:12.338Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-06-05T07:40:12.339Z||main|||||INFO|500||The following profiles are active: basic
2021-06-05T07:40:20.380Z||main|||||INFO|500||Starting service [Tomcat]
2021-06-05T07:40:20.380Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-06-05T07:40:20.461Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-06-05T07:40:22.175Z||main|||||INFO|500||catdb-pool - Starting...
2021-06-05T07:40:22.343Z||main|||||INFO|500||catdb-pool - Start completed.
2021-06-05T07:40:22.781Z||main|||||INFO|500||reqdb-pool - Starting...
2021-06-05T07:40:22.789Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-06-05T07:40:22.883Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-06-05T07:40:23.032Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-06-05T07:40:23.501Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-06-05T07:40:24.497Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-05T07:40:26.597Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-05T07:40:26.636Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-06-05T07:40:27.218Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-05T07:40:27.407Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-06-05T07:40:28.700Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-05T07:40:29.731Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-06-05T07:40:29.755Z||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$$b1bec1ec.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-06-05T07:40:29.756Z||main|||||WARN|500||The sdc end point is not alive
2021-06-05T07:40:32.225Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-06-05T07:40:34.839Z||main|||||WARN|500||---
2021-06-05T07:40:34.840Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-06-05T07:40:34.840Z||main|||||WARN|500||---
2021-06-05T07:40:35.141Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-06-05T07:40:38.320Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-05T07:40:38.322Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-05T07:40:38.322Z||main|||||INFO|500||Started Application in 28.254 seconds (JVM running for 29.544)
2021-06-05T07:40:38.331Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-05T07:40:38.356Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-05T07:40:38.449Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 48185281-6d5a-4491-b345-f8b4fa49803c url= /sdc/v1/artifactTypes
2021-06-05T07:40:38.449Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-05T07:40:39.569Z||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.39.35] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-06-05T07:40:39.574Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2170a581
2021-06-05T07:40:39.575Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-05T07:40:39.588Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-05T07:40:39.591Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-05T07:40:39.594Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-06-05T07:41:28.316Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-05T07:41:28.317Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-05T07:41:28.318Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-05T07:41:28.321Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-05T07:41:28.328Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ad3f08ba-1299-4528-b603-7c9d4a0f05ea url= /sdc/v1/artifactTypes
2021-06-05T07:41:28.328Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-05T07:41:29.376Z||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.39.35] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-06-05T07:41:29.377Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d039698
2021-06-05T07:41:29.378Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-05T07:41:29.378Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-05T07:41:29.378Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-05T07:41:29.379Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-06-05T07:42:18.316Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-05T07:42:18.317Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-05T07:42:18.317Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-05T07:42:18.321Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-05T07:42:18.327Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5cb5173e-794f-4a6b-bf49-6067f58dcb57 url= /sdc/v1/artifactTypes
2021-06-05T07:42:18.328Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-05T07:42:19.342Z||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.39.35] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-06-05T07:42:19.342Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b3592e
2021-06-05T07:42:19.342Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-05T07:42:19.343Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-05T07:42:19.343Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-05T07:42:19.343Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-06-05T07:43:08.318Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-05T07:43:08.320Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-05T07:43:08.321Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-05T07:43:08.326Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-05T07:43:08.335Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dd688241-63e4-4360-8183-e0a7707169a5 url= /sdc/v1/artifactTypes
2021-06-05T07:43:08.335Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-05T07:43:09.358Z||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.39.35] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-06-05T07:43:09.359Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@703f9f49
2021-06-05T07:43:09.360Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-05T07:43:09.360Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-05T07:43:09.361Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-05T07:43:09.363Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-06-05T07:43:58.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-05T07:43:58.317Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-05T07:43:58.318Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-05T07:43:58.321Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-05T07:43:58.328Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 76e7f40a-3282-4912-9209-d81e4cbecb8b url= /sdc/v1/artifactTypes
2021-06-05T07:43:58.329Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-05T07:43:59.342Z||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.39.35] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-06-05T07:43:59.343Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b4a8f2a
2021-06-05T07:43:59.343Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-05T07:43:59.344Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-05T07:43:59.344Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-05T07:43:59.344Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-06-05T07:44:48.316Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-05T07:44:48.316Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-05T07:44:48.316Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-05T07:44:48.320Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-05T07:44:48.326Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 109466e5-d498-4b6a-b8d2-4d5fdc183b0c url= /sdc/v1/artifactTypes
2021-06-05T07:44:48.327Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-05T07:44:49.358Z||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.39.35] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-06-05T07:44:49.358Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d2a7e10
2021-06-05T07:44:49.358Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-05T07:44:49.359Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-05T07:44:49.359Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-05T07:44:49.359Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-06-05T07:45:38.316Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-05T07:45:38.316Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-05T07:45:38.316Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-05T07:45:38.320Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-05T07:45:38.325Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4dd9f41b-43e2-4a40-9815-45a347bbda40 url= /sdc/v1/artifactTypes
2021-06-05T07:45:38.326Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-05T07:45:38.536Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-05T07:45:38.543Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-06-05T07:45:38.562Z||scheduling-1|||||DEBUG|500||create keys
2021-06-05T07:45:38.569Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-05T07:45:38.597Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:45:38.612Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 696ddd6c-3a0c-4bde-aa0c-a0208f67fe34 url= /sdc/v1/registerForDistribution
2021-06-05T07:45:38.717Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 696ddd6c-3a0c-4bde-aa0c-a0208f67fe34 url= /sdc/v1/registerForDistribution
2021-06-05T07:45:38.717Z||scheduling-1|||||INFO|500||start DistributionClient
2021-06-05T07:45:38.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:45:38.728Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:45:38.733Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:45:38.733Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-06-05T07:45:38.733Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:45:38.733Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:45:38.733Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:45:48.982Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:45:49.091Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:46:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:46:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:46:38.727Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:46:38.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:46:38.729Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:46:38.731Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:46:48.280Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:46:48.297Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:47:38.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:47:38.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:47:38.728Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:47:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:47:38.728Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:47:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:47:48.285Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:47:48.286Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:48:38.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:48:38.727Z||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-06-05T07:48:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:48:38.728Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:48:38.730Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:48:38.730Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:48:48.283Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:48:48.283Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:49:38.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:49:38.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:49:38.730Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:49:38.731Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:49:38.732Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:49:38.732Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:49:48.282Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:49:48.283Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:50:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:50:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:50:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:50:38.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:50:38.730Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:50:38.731Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:50:46.569Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-06-05T07:50:48.275Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:50:48.275Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:51:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:51:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:51:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:51:38.728Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:51:38.729Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:51:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:51:48.279Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:51:48.280Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:52:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:52:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:52:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:52:38.728Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:52:38.729Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:52:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:52:48.276Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:52:48.278Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:53:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:53:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:53:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:53:38.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:53:38.728Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:53:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:53:48.282Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:53:48.283Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:54:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:54:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:54:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:54:38.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:54:38.728Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:54:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:54:48.274Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:54:48.276Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:55:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:55:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:55:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:55:38.728Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:55:38.728Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:55:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:55:48.276Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:55:48.277Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:56:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:56:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:56:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:56:38.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:56:38.728Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:56:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:56:48.278Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:56:48.278Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:57:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:57:38.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:57:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:57:38.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:57:38.728Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:57:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:57:48.273Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:57:48.274Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:58:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:58:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:58:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:58:38.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:58:38.728Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:58:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:58:48.272Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:58:48.273Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:59:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:59:38.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:59:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:59:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:59:38.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:59:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:59:48.276Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T07:59:48.279Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:00:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:00:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:00:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:00:38.728Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:00:38.728Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:00:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:00:48.273Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:00:48.278Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:01:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:01:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:01:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:01:38.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:01:38.728Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:01:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:01:48.280Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:01:48.283Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:02:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:02:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:02:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:02:38.728Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:02:38.728Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:02:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:02:48.271Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:02:48.277Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:03:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:03:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:03:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:03:38.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:03:38.728Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:03:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:03:48.276Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:03:48.276Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:04:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:04:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:04:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:04:38.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:04:38.728Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:04:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:04:48.276Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:04:48.278Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:05:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:05:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:05:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:05:38.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:05:38.728Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:05:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:05:48.271Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:05:48.275Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:06:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:06:38.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:06:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:06:38.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:06:38.729Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:06:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:06:48.291Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:06:48.296Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:07:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:07:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:07:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:07:38.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:07:38.728Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:07:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:07:48.277Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:07:48.277Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:08:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:08:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:08:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:08:38.728Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:08:38.728Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:08:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:08:48.278Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:08:48.284Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:09:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:09:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:09:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:09:38.728Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:09:38.728Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:09:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:09:48.276Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:09:48.278Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:10:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:10:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:10:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:10:38.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:10:38.728Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:10:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:10:48.273Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:10:48.276Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:11:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:11:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:11:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:11:38.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:11:38.728Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:11:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:11:48.277Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:11:48.279Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:12:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:12:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:12:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:12:38.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:12:38.728Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:12:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:12:48.273Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:12:48.278Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:13:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:13:38.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:13:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:13:38.728Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:13:38.728Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:13:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:13:48.275Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:13:48.275Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:14:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:14:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:14:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:14:38.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:14:38.728Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:14:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:14:48.271Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:14:48.273Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:15:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:15:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:15:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:15:38.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:15:38.728Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:15:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:15:48.278Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:15:48.280Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:16:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:16:38.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:16:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:16:38.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:16:38.728Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:16:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:16:48.276Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:16:48.276Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:17:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:17:38.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:17:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:17:38.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:17:38.728Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:17:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:17:48.275Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:17:48.276Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:18:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:18:38.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:18:38.726Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:18:38.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:18:38.728Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:18:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:18:48.272Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:18:48.272Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:19:38.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:19:38.727Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:19:38.727Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:19:38.728Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:19:38.729Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:19:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:19:48.271Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:19:48.273Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:20:38.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:20:38.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:20:38.727Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:20:38.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:20:38.728Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:20:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:20:48.275Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:20:48.276Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:21:38.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:21:38.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:21:38.727Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:21:38.728Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:21:38.728Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:21:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:21:48.277Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:21:48.280Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:22:38.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:22:38.727Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:22:38.727Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:22:38.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:22:38.728Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:22:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:22:48.271Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:22:48.278Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:23:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:23:38.728Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:23:38.728Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:23:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:23:38.729Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:23:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:23:48.276Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:23:48.278Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:24:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:24:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:24:38.727Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:24:38.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:24:38.728Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:24:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:24:48.272Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:24:48.274Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:25:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:25:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:25:38.727Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:25:38.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:25:38.728Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:25:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:25:48.269Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:25:48.273Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:26:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:26:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:26:38.727Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:26:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:26:38.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:26:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:26:48.269Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:26:48.281Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:27:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:27:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:27:38.727Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:27:38.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:27:38.728Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:27:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:27:48.274Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:27:48.275Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:28:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:28:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:28:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:28:38.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:28:38.728Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:28:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:28:48.277Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:28:48.277Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:29:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:29:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:29:38.727Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:29:38.728Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:29:38.728Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:29:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:29:48.273Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:29:48.279Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:30:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:30:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:30:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:30:38.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:30:38.728Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:30:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:30:48.271Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:30:48.274Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:31:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:31:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:31:38.727Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:31:38.727Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:31:38.728Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:31:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:31:48.272Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:31:48.275Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:32:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:32:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:32:38.727Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:32:38.727Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:32:38.728Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:32:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:32:48.269Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:32:48.271Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:33:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:33:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:33:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:33:38.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:33:38.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:33:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:33:48.278Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:33:48.281Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:34:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:34:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:34:38.728Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:34:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:34:38.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:34:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:34:48.274Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:34:48.280Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:35:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:35:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:35:38.727Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:35:38.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:35:38.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:35:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:35:48.271Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:35:48.271Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:36:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:36:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:36:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:36:38.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:36:38.728Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:36:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:36:48.269Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:36:48.277Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:37:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:37:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:37:38.727Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:37:38.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:37:38.728Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:37:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:37:48.275Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:37:48.276Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:38:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:38:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:38:38.727Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:38:38.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:38:38.728Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:38:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:38:48.268Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:38:48.272Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:39:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:39:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:39:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:39:38.728Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:39:38.728Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:39:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:39:48.270Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:39:48.272Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:40:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:40:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:40:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:40:38.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:40:38.728Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:40:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:40:48.271Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:40:48.272Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:41:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:41:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:41:38.727Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:41:38.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:41:38.728Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:41:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:41:48.269Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:41:48.269Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:42:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:42:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:42:38.727Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:42:38.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:42:38.728Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:42:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:42:48.268Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:42:48.268Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:43:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:43:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:43:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:43:38.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:43:38.728Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:43:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:43:48.274Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:43:48.278Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:44:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:44:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:44:38.727Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:44:38.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:44:38.728Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:44:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:44:48.274Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:44:48.275Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:45:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:45:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:45:38.727Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:45:38.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:45:38.728Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:45:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:45:48.278Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:45:48.283Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:46:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:46:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:46:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:46:38.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:46:38.728Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:46:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:46:48.272Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:46:48.273Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:47:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:47:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:47:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:47:38.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:47:38.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:47:38.767Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:47:48.309Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:47:48.311Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:48:38.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:48:38.727Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:48:38.727Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:48:38.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:48:38.729Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:48:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:48:48.274Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:48:48.288Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:49:38.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:49:38.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:49:38.726Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:49:38.728Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:49:38.728Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:49:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:49:48.271Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:49:48.272Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:50:38.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:50:38.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:50:38.726Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:50:38.728Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:50:38.728Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:50:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:50:48.271Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:50:48.274Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:51:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:51:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:51:38.727Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:51:38.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:51:38.729Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:51:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:51:48.276Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:51:48.276Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:52:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:52:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:52:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:52:38.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:52:38.728Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:52:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:52:48.271Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:52:48.274Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:53:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:53:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:53:38.727Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:53:38.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:53:38.728Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:53:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:53:48.272Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:53:48.275Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:54:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:54:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:54:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:54:38.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:54:38.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:54:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:54:48.270Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:54:48.273Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:55:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:55:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:55:38.727Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:55:38.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:55:38.728Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:55:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:55:48.271Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:55:48.271Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:56:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:56:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:56:38.727Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:56:38.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:56:38.728Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:56:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:56:48.269Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:56:48.271Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:57:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:57:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:57:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:57:38.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:57:38.728Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:57:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:57:48.269Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:57:48.278Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:58:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:58:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:58:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:58:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:58:38.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:58:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:58:39.294Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:58:39.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622883509251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883509503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "cds",
  "timestamp": 1622883503300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622883508186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883509503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T08:58:39.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622883509251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "cds",
  "timestamp": 1622883503300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622883508186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883509503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-05T08:58:39.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622883508186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "cds",
  "timestamp": 1622883503300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622883509251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883509503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622883509251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "cds",
  "timestamp": 1622883503300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622883508186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883509503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-05T08:58:39.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622883508186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.331Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622883509251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "cds",
  "timestamp": 1622883503300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883509503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "dcae-sch",
  "timestamp": 1622883517526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622883508186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622883509251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.335Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "cds",
  "timestamp": 1622883503300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.335Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T08:58:39.352Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:58:39.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"3507c61c-55ba-4d7d-8289-0d976f3d8cc2","serviceName":"vFW 2021-06-05 08-55-21","serviceVersion":"1.0","serviceUUID":"4e00670e-28bc-485f-8ebf-7bdfbebfd8e3","serviceDescription":"catalog service description","serviceInvariantUUID":"93aa5394-277e-40ed-b4e6-106688f807a5","resources":[{"resourceInstanceName":"vFW fd70d5af-aba8 0","resourceName":"vFW fd70d5af-aba8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f5f21342-cda0-4d9a-9641-730e74e2dfe1","resourceInvariantUUID":"d5e2adce-e385-4134-8381-8e4cf37ac998","resourceCustomizationUUID":"5eb5a934-83d3-471d-850c-6b3b9cb62d13","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml","artifactChecksum":"MTU1NzE3YmM1YzQxOGQ2MDAzMzg4YWJiMmVkZWQ3ODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f7b93df-d54d-4f17-9726-bd56d361f5c7","artifactVersion":"1"},{"artifactName":"vfwfd70d5afaba80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json","artifactChecksum":"YzM0MjdjOWMyNjI4ODJlNWRiMGU5NGY1ZmEwMGZmYzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"93c7c075-1fe4-4eff-8c4b-b343677b85d2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9ac8cce9-687f-4dd1-a25e-2561e3417ec5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml","artifactChecksum":"YjkzZDlhZjIxN2M4ZGUzMDk0ZWRmMTEzNTZhYzRhNWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c270e86b-9fc1-4ed5-92d7-edd5a2c68cc8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bb31288f-83d3-4a84-8522-459029333741","artifactVersion":"2","generatedFromUUID":"9ac8cce9-687f-4dd1-a25e-2561e3417ec5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210605085521-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml","artifactChecksum":"YTU0ZjYxYWNkY2M0NDM3M2YzNGFmNTAxOTk1ODUwNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5396d592-b1b5-4411-97f5-5ee5fd0f35ad","artifactVersion":"1"},{"artifactName":"service-Vfw20210605085521-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar","artifactChecksum":"MTUwNGNiOGY4NWMwNmU2NjhjNzllY2FhMDkzOTk5YjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ded5bed-bd48-4bbd-a728-4402f98b87fa","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-05T08:58:39.360Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T08:58:39.366Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:39.377Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:39.377Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883518725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.477Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-06-05T08:58:39.480Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T08:58:39.480Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:39.494Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:58:39.495Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-06-05T08:58:40.383Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T08:58:40.383Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:40.385Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:40.386Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883518725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T08:58:40.486Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:40.487Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T08:58:40.487Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:40.497Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:58:40.497Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:58:41.386Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T08:58:41.387Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:41.390Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:41.390Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883518725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-05T08:58:41.490Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:41.491Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T08:58:41.491Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:41.502Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:58:41.502Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:58:42.391Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T08:58:42.392Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:42.394Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:42.394Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883518725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:42.494Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:42.495Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T08:58:42.495Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:42.509Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:58:42.509Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-06-05T08:58:43.394Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T08:58:43.396Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:43.398Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:43.399Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883518725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-05T08:58:43.499Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:43.499Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T08:58:43.500Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:43.513Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:58:43.514Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:58:44.399Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T08:58:44.400Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:44.402Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:44.402Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883518725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T08:58:44.502Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:44.503Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T08:58:44.503Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:44.513Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:58:44.514Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:58:45.402Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T08:58:45.403Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:45.406Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:45.407Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883518725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T08:58:45.507Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:45.508Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T08:58:45.508Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:45.519Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:58:45.520Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-05T08:58:46.409Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "serviceName": "vFW 2021-06-05 08-55-21",
  "serviceVersion": "1.0",
  "serviceUUID": "4e00670e-28bc-485f-8ebf-7bdfbebfd8e3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "93aa5394-277e-40ed-b4e6-106688f807a5",
  "resources": [
    {
      "resourceInstanceName": "vFW fd70d5af-aba8 0",
      "resourceCustomizationUUID": "5eb5a934-83d3-471d-850c-6b3b9cb62d13",
      "resourceName": "vFW fd70d5af-aba8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f5f21342-cda0-4d9a-9641-730e74e2dfe1",
      "resourceInvariantUUID": "d5e2adce-e385-4134-8381-8e4cf37ac998",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwfd70d5afaba80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
          "artifactChecksum": "YzM0MjdjOWMyNjI4ODJlNWRiMGU5NGY1ZmEwMGZmYzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "93c7c075-1fe4-4eff-8c4b-b343677b85d2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9ac8cce9-687f-4dd1-a25e-2561e3417ec5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bb31288f-83d3-4a84-8522-459029333741",
            "generatedFromUUID": "9ac8cce9-687f-4dd1-a25e-2561e3417ec5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bb31288f-83d3-4a84-8522-459029333741",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210605085521-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
      "artifactChecksum": "MTUwNGNiOGY4NWMwNmU2NjhjNzllY2FhMDkzOTk5YjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7ded5bed-bd48-4bbd-a728-4402f98b87fa"
    }
  ],
  "workloadContext": "Production"
}
2021-06-05T08:58:46.411Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-05T08:58:46.411Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4e00670e-28bc-485f-8ebf-7bdfbebfd8e3 ASDC
2021-06-05T08:58:46.515Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:3507c61c-55ba-4d7d-8289-0d976f3d8cc2
ServiceName:vFW 2021-06-05 08-55-21
ServiceVersion:1.0
ServiceUUID:4e00670e-28bc-485f-8ebf-7bdfbebfd8e3
ServiceInvariantUUID:93aa5394-277e-40ed-b4e6-106688f807a5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210605085521-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar
ArtifactUUID:7ded5bed-bd48-4bbd-a728-4402f98b87fa
ArtifactChecksum:MTUwNGNiOGY4NWMwNmU2NjhjNzllY2FhMDkzOTk5YjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fd70d5af-aba8 0
ResourceCustomizationUUID:5eb5a934-83d3-471d-850c-6b3b9cb62d13
ResourceInvariantUUID:d5e2adce-e385-4134-8381-8e4cf37ac998
ResourceName:vFW fd70d5af-aba8
ResourceType:VF
ResourceUUID:f5f21342-cda0-4d9a-9641-730e74e2dfe1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfd70d5afaba80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json
ArtifactUUID:93c7c075-1fe4-4eff-8c4b-b343677b85d2
ArtifactChecksum:YzM0MjdjOWMyNjI4ODJlNWRiMGU5NGY1ZmEwMGZmYzM=
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/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml
ArtifactUUID:9ac8cce9-687f-4dd1-a25e-2561e3417ec5
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/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env
ArtifactUUID:bb31288f-83d3-4a84-8522-459029333741
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/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env
ArtifactUUID:bb31288f-83d3-4a84-8522-459029333741
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-05T08:58:46.516Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e00670e-28bc-485f-8ebf-7bdfbebfd8e3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T08:58:46.744Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T08:58:46.745Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T08:58:46.746Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T08:58:46.746Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7ded5bed-bd48-4bbd-a728-4402f98b87fa from URL: /sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:46.746Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T08:58:46.747Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:47.291Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T08:58:47.306Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar 7ded5bed-bd48-4bbd-a728-4402f98b87fa 98737
2021-06-05T08:58:47.307Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar ASDC sendASDCNotification
2021-06-05T08:58:47.307Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:47.308Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T08:58:47.308Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:47.310Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:47.310Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883527306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T08:58:47.410Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:47.411Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T08:58:47.411Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:47.422Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:58:47.422Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:58:48.310Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T08:58:48.311Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T08:58:48.312Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7ded5bed-bd48-4bbd-a728-4402f98b87fa, URL: /sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar to file: /app/ASDC/1/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:48.312Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210605085521-csar.csar
2021-06-05T08:58:48.435Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:48.435Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:48.947Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11697181352689727077/Definitions/service-Vfw20210605085521-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-06-05T08:58:52.161Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-05T08:58:52.166Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T08:58:52.167Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.167Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-06-05T08:58:52.167Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|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-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.167Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|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-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.167Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|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-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.167Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|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-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.167Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|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-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.168Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|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-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.168Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|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-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.168Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|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-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.168Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fd70d5af-aba8 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-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.168Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|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-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.168Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|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-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.168Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|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-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.168Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|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-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.168Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T08:58:52.175Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:52.177Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:52.180Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:52.180Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T08:58:52.182Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T08:58:52.183Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:52.183Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:52.183Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:52.183Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T08:58:52.183Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T08:58:52.184Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:52.184Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:52.195Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:52.196Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is not matching search criteria
2021-06-05T08:58:52.196Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-05T08:58:52.196Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-05T08:58:52.197Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-05T08:58:52.197Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:52.197Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.197Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.197Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-05T08:58:52.197Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-05T08:58:52.197Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-05T08:58:52.198Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.198Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:52.198Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-05T08:58:52.198Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:52.198Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-05T08:58:52.198Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.198Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-05T08:58:52.198Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:52.198Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-05T08:58:52.199Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:52.200Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:52.200Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T08:58:52.200Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:52.200Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:52.200Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T08:58:52.200Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:52.201Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:52.201Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T08:58:52.201Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:52.201Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is not matching search criteria
2021-06-05T08:58:52.201Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-05T08:58:52.201Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-05T08:58:52.201Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-05T08:58:52.201Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-05T08:58:52.202Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-05T08:58:52.202Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.202Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:52.202Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-05T08:58:52.202Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:52.202Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-05T08:58:52.202Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.203Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=83eb5829-5702-4a32-a680-ac2451eeed14
2021-06-05T08:58:52.203Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:52.203Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is not matching search criteria
2021-06-05T08:58:52.203Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-05T08:58:52.203Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-05T08:58:52.203Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-05T08:58:52.203Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:52.203Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.203Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.203Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-05T08:58:52.204Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-05T08:58:52.204Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-05T08:58:52.204Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:52.204Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-05T08:58:52.204Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.204Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5a579505-f9d9-4434-89d6-ede6e46181e2
2021-06-05T08:58:52.204Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:52.205Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is not matching search criteria
2021-06-05T08:58:52.205Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-05T08:58:52.205Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-05T08:58:52.205Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-05T08:58:52.205Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:52.205Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.205Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.205Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-05T08:58:52.206Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-05T08:58:52.206Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-05T08:58:52.206Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.206Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:52.206Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-05T08:58:52.206Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c056c73a-9f3e-4358-afd6-59acf2e27605
2021-06-05T08:58:52.206Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:52.206Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:52.206Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:52.206Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:52.207Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:52.207Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:52.207Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:52.207Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:52.207Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-06-05 08-55-21
Description:catalog service description
Model UUID:4e00670e-28bc-485f-8ebf-7bdfbebfd8e3
Model Version:NULL
Model InvariantUuid:93aa5394-277e-40ed-b4e6-106688f807a5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW fd70d5af-aba8
Model UUID:656da94e-92d0-4747-bddc-99261c524192
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d5e2adce-e385-4134-8381-8e4cf37ac998
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5eb5a934-83d3-471d-850c-6b3b9cb62d13
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:45736b2b-a40b-4a80-aacb-92bb9a4e691c
ModelName:VfwFd70d5afAba8..base_vfw..module-0
ModelUuid:ff73ffe8-4e4d-4c3f-9493-49f8b03e4ce7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:83eb5829-5702-4a32-a680-ac2451eeed14
ModelInvariantUuid:4e97b3ce-56d0-4dab-bef4-702b4846f32a
ModelName:vFW fd70d5af-aba8-nodes.vfwCvfc
ModelUuid:5f3c131f-e82d-4c43-b0ed-cc51ee6a314e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:9d8e467e-83cf-4e30-8401-01b8d19227ad
ModelInvariantUuid:fecc3e98-6331-4790-876a-181c354fd377
ModelName:VfwFd70d5afAba8.compute.nodes.heat.vfw
ModelUuid:6f28fb21-7999-4699-bc96-979c3d105a18
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5a579505-f9d9-4434-89d6-ede6e46181e2
ModelInvariantUuid:7b496015-b128-4694-a924-29d968d5f360
ModelName:vFW fd70d5af-aba8-nodes.vsnCvfc
ModelUuid:1a2c077d-a0c3-4345-a145-e037a4c5a9a2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:457e6b7d-1178-410b-b32e-cdebb444bc3c
ModelInvariantUuid:030f8af2-8413-41fe-a249-b6c78d4d7768
ModelName:VfwFd70d5afAba8.compute.nodes.heat.vsn
ModelUuid:5990b753-bae6-4d53-92c5-9e8b14321974
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c056c73a-9f3e-4358-afd6-59acf2e27605
ModelInvariantUuid:f6951339-073d-4605-b0a0-bf015cce9b4c
ModelName:vFW fd70d5af-aba8-nodes.vpgCvfc
ModelUuid:f63977c8-45c0-4d31-a0d6-eb4e5952e01b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:75ae79e0-0628-4fe3-9303-8c7731f26eab
ModelInvariantUuid:68b744c8-a513-4ade-bac0-920ef2a44e42
ModelName:VfwFd70d5afAba8.compute.nodes.heat.vpg
ModelUuid:ceee9e5a-4b35-471a-b3e0-a364117e625e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-05T08:58:52.228Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f5f21342-cda0-4d9a-9641-730e74e2dfe1
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T08:58:52.321Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||vFW fd70d5af-aba8 0
2021-06-05T08:58:52.328Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f5f21342-cda0-4d9a-9641-730e74e2dfe1
2021-06-05T08:58:52.328Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 93c7c075-1fe4-4eff-8c4b-b343677b85d2 from URL: /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json
2021-06-05T08:58:52.329Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T08:58:52.329Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json
2021-06-05T08:58:54.425Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T08:58:54.426Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json 93c7c075-1fe4-4eff-8c4b-b343677b85d2 785
2021-06-05T08:58:54.426Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json ASDC sendASDCNotification
2021-06-05T08:58:54.426Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json
2021-06-05T08:58:54.426Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T08:58:54.426Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:54.428Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:54.428Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883534426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T08:58:54.528Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:54.529Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T08:58:54.529Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:54.546Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:58:54.547Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-06-05T08:58:55.429Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFd70d5afAba8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "45736b2b-a40b-4a80-aacb-92bb9a4e691c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ff73ffe8-4e4d-4c3f-9493-49f8b03e4ce7",
    "vfModuleModelCustomizationUUID": "024fab6a-7e40-4fe6-be64-25499abc68f1",
    "isBase": true,
    "artifacts": [
      "9ac8cce9-687f-4dd1-a25e-2561e3417ec5",
      "bb31288f-83d3-4a84-8522-459029333741"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-05T08:58:55.452Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFd70d5afAba8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff73ffe8-4e4d-4c3f-9493-49f8b03e4ce7
VfModuleModelInvariantUUID:45736b2b-a40b-4a80-aacb-92bb9a4e691c
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ac8cce9-687f-4dd1-a25e-2561e3417ec5
,
bb31288f-83d3-4a84-8522-459029333741

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-06-05T08:58:55.456Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFd70d5afAba8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "45736b2b-a40b-4a80-aacb-92bb9a4e691c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ff73ffe8-4e4d-4c3f-9493-49f8b03e4ce7",
    "vfModuleModelCustomizationUUID": "024fab6a-7e40-4fe6-be64-25499abc68f1",
    "isBase": true,
    "artifacts": [
      "9ac8cce9-687f-4dd1-a25e-2561e3417ec5",
      "bb31288f-83d3-4a84-8522-459029333741"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-05T08:58:55.456Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFd70d5afAba8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff73ffe8-4e4d-4c3f-9493-49f8b03e4ce7
VfModuleModelInvariantUUID:45736b2b-a40b-4a80-aacb-92bb9a4e691c
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ac8cce9-687f-4dd1-a25e-2561e3417ec5
,
bb31288f-83d3-4a84-8522-459029333741

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-06-05T08:58:55.456Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9ac8cce9-687f-4dd1-a25e-2561e3417ec5 from URL: /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml
2021-06-05T08:58:55.456Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T08:58:55.456Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml
2021-06-05T08:58:56.048Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T08:58:56.049Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml 9ac8cce9-687f-4dd1-a25e-2561e3417ec5 20368
2021-06-05T08:58:56.049Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-05T08:58:56.049Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml
2021-06-05T08:58:56.049Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T08:58:56.050Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:56.052Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:56.052Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883536049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T08:58:56.153Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:56.154Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T08:58:56.154Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:56.167Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:58:56.168Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:58:57.053Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bb31288f-83d3-4a84-8522-459029333741 from URL: /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env
2021-06-05T08:58:57.054Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T08:58:57.054Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env
2021-06-05T08:58:57.563Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T08:58:57.564Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env bb31288f-83d3-4a84-8522-459029333741 2098
2021-06-05T08:58:57.564Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-05T08:58:57.564Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env
2021-06-05T08:58:57.564Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T08:58:57.564Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:57.566Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:57.567Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883537564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T08:58:57.667Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:57.668Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T08:58:57.668Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:57.679Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:58:57.680Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:58:58.567Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4e00670e-28bc-485f-8ebf-7bdfbebfd8e3
2021-06-05T08:58:58.568Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fd70d5af-aba8 0 f5f21342-cda0-4d9a-9641-730e74e2dfe1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T08:58:58.606Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:58.606Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:58.607Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-06-05T08:58:58.607Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5eb5a934-83d3-471d-850c-6b3b9cb62d13
2021-06-05T08:58:58.607Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5eb5a934-83d3-471d-850c-6b3b9cb62d13 matches Tosca VF Customization UUID: 5eb5a934-83d3-471d-850c-6b3b9cb62d13
2021-06-05T08:58:58.607Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5eb5a934-83d3-471d-850c-6b3b9cb62d13  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-06-05T08:58:58.615Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:58.615Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:58.617Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5eb5a934-83d3-471d-850c-6b3b9cb62d13: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-06-05T08:58:58.617Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@734c2350
2021-06-05T08:58:58.618Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:58.618Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-05T08:58:58.618Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 024fab6a-7e40-4fe6-be64-25499abc68f1
2021-06-05T08:58:58.619Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 024fab6a-7e40-4fe6-be64-25499abc68f1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-06-05T08:58:58.627Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:58.627Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:58.627Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T08:58:58.628Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:58.628Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:58.628Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T08:58:58.629Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:58.629Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is not matching search criteria
2021-06-05T08:58:58.629Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-05T08:58:58.629Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-05T08:58:58.629Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-05T08:58:58.629Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-05T08:58:58.630Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-05T08:58:58.630Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-05T08:58:58.630Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:58.630Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-05T08:58:58.630Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:58.630Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-05T08:58:58.631Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-05T08:58:58.631Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=83eb5829-5702-4a32-a680-ac2451eeed14
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-05T08:58:58.639Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:58.640Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:58.640Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T08:58:58.640Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:58.641Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is not matching search criteria
2021-06-05T08:58:58.641Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-05T08:58:58.641Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-05T08:58:58.641Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-05T08:58:58.641Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:58.641Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-05T08:58:58.642Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-05T08:58:58.642Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-05T08:58:58.642Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-05T08:58:58.642Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-05T08:58:58.642Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:58.642Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-05T08:58:58.643Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-05T08:58:58.643Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5a579505-f9d9-4434-89d6-ede6e46181e2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-05T08:58:58.645Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:58.645Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:58.646Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T08:58:58.648Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:58.649Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is not matching search criteria
2021-06-05T08:58:58.649Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-05T08:58:58.649Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-05T08:58:58.649Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-05T08:58:58.649Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:58.650Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-05T08:58:58.650Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-05T08:58:58.650Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-05T08:58:58.650Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-05T08:58:58.650Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-05T08:58:58.650Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-05T08:58:58.651Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:58.651Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-05T08:58:58.651Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c056c73a-9f3e-4358-afd6-59acf2e27605
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-05T08:58:58.654Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:58.654Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:58.654Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T08:58:58.654Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:58.654Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:58.655Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0] matching following query criteria: sdcType=VF, customizationUUID=5eb5a934-83d3-471d-850c-6b3b9cb62d13
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T08:58:58.657Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:58.657Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:58.657Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4e00670e-28bc-485f-8ebf-7bdfbebfd8e3: vFW fd70d5af-aba8
2021-06-05T08:58:58.657Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:58.657Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:58.658Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:58.658Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:58.658Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:58.658Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:58.658Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:58.658Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:58.659Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T08:58:58.659Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:58.659Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-06-05 08-55-21 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T08:58:58.928Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fd70d5af-aba8 f5f21342-cda0-4d9a-9641-730e74e2dfe1 1 ASDC deployResourceStructure
2021-06-05T08:58:58.928Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json ASDC sendASDCNotification
2021-06-05T08:58:58.928Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json
2021-06-05T08:58:58.928Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T08:58:58.929Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:58.931Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:58.931Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883538928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T08:58:59.031Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:59.032Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T08:58:59.032Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:59.046Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:58:59.047Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:58:59.932Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-05T08:58:59.932Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml
2021-06-05T08:58:59.932Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T08:58:59.932Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:59.934Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:59.934Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883539932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-06-05T08:59:00.034Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:59:00.035Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T08:59:00.035Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:59:00.049Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:59:00.049Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:59:00.934Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-05T08:59:00.935Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env
2021-06-05T08:59:00.935Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T08:59:00.935Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:59:00.937Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:59:00.937Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883540934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-06-05T08:59:01.037Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:59:01.038Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T08:59:01.039Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:59:01.052Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:59:01.053Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:59:01.939Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar ASDC sendASDCNotification
2021-06-05T08:59:01.939Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar
2021-06-05T08:59:01.939Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T08:59:01.940Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:59:01.943Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:59:01.943Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883541938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T08:59:02.043Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-05T08:59:02.044Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T08:59:02.044Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:59:02.060Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:59:02.060Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:59:02.944Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T08:59:02.968Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T08:59:02.970Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T08:59:02.970Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T08:59:02.970Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T08:59:32.970Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T08:59:32.981Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T08:59:32.985Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T08:59:32.985Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T08:59:32.985Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T08:59:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:59:38.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:59:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:59:38.753Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T08:59:38.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:59:38.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883509503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T08:59:38.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:00:02.985Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:00:02.995Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:00:02.998Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:00:02.998Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T09:00:02.998Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T09:00:32.998Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:00:33.010Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:00:33.012Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:00:33.012Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T09:00:33.012Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T09:00:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:00:38.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:00:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:00:38.749Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:00:38.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:00:38.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "dcae-sch",
  "timestamp": 1622883517526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:00:38.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:03.012Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:01:03.023Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:01:03.026Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:01:03.027Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T09:01:03.027Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T09:01:33.027Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:01:33.038Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:01:33.041Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:01:33.041Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T09:01:33.041Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T09:01:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:01:38.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:01:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:01:38.748Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:01:38.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622883508186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622883509251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "cds",
  "timestamp": 1622883503300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883518725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "dcae-sch",
  "timestamp": 1622883517526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883518725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883519875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "policy-id",
  "timestamp": 1622883520151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883520252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883521058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "cds",
  "timestamp": 1622883521160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622883521169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "dcae-sch",
  "timestamp": 1622883517526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883518725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883519875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "policy-id",
  "timestamp": 1622883520151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883520252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "cds",
  "timestamp": 1622883522177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:01:38.772Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
2021-06-05T09:01:38.772Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:01:38.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "dcae-sch",
  "timestamp": 1622883517526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883518725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883519875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883522773,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "policy-id",
  "timestamp": 1622883520151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883520252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "dcae-sch",
  "timestamp": 1622883517526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883518725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883519875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "policy-id",
  "timestamp": 1622883520151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883520252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "dcae-sch",
  "timestamp": 1622883517526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883524274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883518725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883519875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "policy-id",
  "timestamp": 1622883520151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883520252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883525281,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:01:38.793Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
2021-06-05T09:01:38.793Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:01:38.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883518725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883519875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "clamp",
  "timestamp": 1622883525091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "aai-ml",
  "timestamp": 1622883525155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "policy-id",
  "timestamp": 1622883520151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883520252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622883526106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883526283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883519875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "clamp",
  "timestamp": 1622883525091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "aai-ml",
  "timestamp": 1622883525155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "policy-id",
  "timestamp": 1622883520151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883520252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622883527110,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:01:38.812Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
2021-06-05T09:01:38.812Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:01:38.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883527306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.821Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "clamp",
  "timestamp": 1622883525091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "aai-ml",
  "timestamp": 1622883525155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "clamp",
  "timestamp": 1622883525091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "aai-ml",
  "timestamp": 1622883525155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883528982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "policy-id",
  "timestamp": 1622883529182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883529363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "clamp",
  "timestamp": 1622883525091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "aai-ml",
  "timestamp": 1622883525155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "policy-id",
  "timestamp": 1622883530202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "clamp",
  "timestamp": 1622883525091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "aai-ml",
  "timestamp": 1622883525155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883531103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.825Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "policy-id",
  "timestamp": 1622883531206,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:01:38.829Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
2021-06-05T09:01:38.829Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-05T09:01:38.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883531487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.836Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "clamp",
  "timestamp": 1622883525091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "aai-ml",
  "timestamp": 1622883525155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883534228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883534426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883534577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "aai-ml",
  "timestamp": 1622883534874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883535234,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:01:38.843Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
2021-06-05T09:01:38.844Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-05T09:01:38.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883536049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.851Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883536241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:01:38.851Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883536582,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:01:38.856Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
2021-06-05T09:01:38.856Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-05T09:01:38.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883537564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.863Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883537586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:01:38.863Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883538928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:01:38.864Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883539932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-06-05T09:01:38.864Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883540934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883541938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "clamp",
  "timestamp": 1622883549198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "aai-ml",
  "timestamp": 1622883550486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "clamp",
  "timestamp": 1622883551083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:01:38.866Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "aai-ml",
  "timestamp": 1622883551490,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:01:38.871Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
2021-06-05T09:01:38.872Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:01:38.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "clamp",
  "timestamp": 1622883552088,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:01:38.886Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
2021-06-05T09:01:38.886Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:01:38.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883569503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622883568186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "cds",
  "timestamp": 1622883563299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622883569251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883569503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622883568186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "cds",
  "timestamp": 1622883563299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622883569251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883569503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622883568186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "cds",
  "timestamp": 1622883563299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622883569251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883569503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622883568186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "cds",
  "timestamp": 1622883563299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622883569251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883569503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622883568186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "cds",
  "timestamp": 1622883563299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622883569251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883569503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622883568186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "cds",
  "timestamp": 1622883563299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622883569251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "dcae-sch",
  "timestamp": 1622883577526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883569503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622883568186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "cds",
  "timestamp": 1622883563299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:01:38.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622883569251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:01:38.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:03.041Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:02:03.055Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:02:03.059Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:02:03.059Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-05T09:02:03.059Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-05T09:02:03.059Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-05T09:02:03.060Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:02:03.060Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:02:03.060Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:02:03.060Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:02:03.061Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:02:03.061Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:02:03.061Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|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-06-05T09:02:03.067Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-05T09:02:33.067Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-06-05T09:02:33.084Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 and serviceModelVersionId: 4e00670e-28bc-485f-8ebf-7bdfbebfd8e3
2021-06-05T09:02:33.084Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 93aa5394-277e-40ed-b4e6-106688f807a5
2021-06-05T09:02:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:02:38.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:02:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:02:39.254Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:02:39.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "dcae-sch",
  "timestamp": 1622883577526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883579840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.259Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "cds",
  "timestamp": 1622883579858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.259Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622883579932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "dcae-sch",
  "timestamp": 1622883577526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883579876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "policy-id",
  "timestamp": 1622883580151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "cds",
  "timestamp": 1622883580865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:02:39.275Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5bc206fc-47a8-42d2-b86d-d7e09aecc830
2021-06-05T09:02:39.275Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc206fc-47a8-42d2-b86d-d7e09aecc830 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:02:39.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883580252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883581052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.284Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "dcae-sch",
  "timestamp": 1622883577526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883579876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:02:39.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "policy-id",
  "timestamp": 1622883580151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883580252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:02:39.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622883582105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:02:39.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "dcae-sch",
  "timestamp": 1622883577526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883579876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:02:39.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883582574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.287Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "policy-id",
  "timestamp": 1622883580151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:02:39.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883580252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:02:39.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622883583107,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:02:39.293Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5bc206fc-47a8-42d2-b86d-d7e09aecc830
2021-06-05T09:02:39.294Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc206fc-47a8-42d2-b86d-d7e09aecc830 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:02:39.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "dcae-sch",
  "timestamp": 1622883577526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883579876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883583578,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:02:39.309Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bc206fc-47a8-42d2-b86d-d7e09aecc830
2021-06-05T09:02:39.309Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc206fc-47a8-42d2-b86d-d7e09aecc830 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:02:39.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "policy-id",
  "timestamp": 1622883580151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883580252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "dcae-sch",
  "timestamp": 1622883577526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883579876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622883584581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "policy-id",
  "timestamp": 1622883580151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883580252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883579876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "clamp",
  "timestamp": 1622883585091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "aai-ml",
  "timestamp": 1622883585155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "policy-id",
  "timestamp": 1622883580151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883580252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883579876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "clamp",
  "timestamp": 1622883585091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "aai-ml",
  "timestamp": 1622883585155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "policy-id",
  "timestamp": 1622883580151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883580252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "clamp",
  "timestamp": 1622883585091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "aai-ml",
  "timestamp": 1622883585155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883588668,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "clamp",
  "timestamp": 1622883585091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "aai-ml",
  "timestamp": 1622883585155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "policy-id",
  "timestamp": 1622883588883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883588957,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "clamp",
  "timestamp": 1622883585091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "aai-ml",
  "timestamp": 1622883585155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "policy-id",
  "timestamp": 1622883589888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:02:39.324Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883590386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "clamp",
  "timestamp": 1622883585091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883590780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "aai-ml",
  "timestamp": 1622883585155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "policy-id",
  "timestamp": 1622883590892,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:02:39.330Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bc206fc-47a8-42d2-b86d-d7e09aecc830
2021-06-05T09:02:39.330Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc206fc-47a8-42d2-b86d-d7e09aecc830 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-05T09:02:39.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "clamp",
  "timestamp": 1622883585091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:02:39.337Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "aai-ml",
  "timestamp": 1622883585155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:02:39.338Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:02:39.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883592188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.338Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883592489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.338Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883593194,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:02:39.343Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bc206fc-47a8-42d2-b86d-d7e09aecc830
2021-06-05T09:02:39.343Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc206fc-47a8-42d2-b86d-d7e09aecc830 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-05T09:02:39.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883593529,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:02:39.354Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bc206fc-47a8-42d2-b86d-d7e09aecc830
2021-06-05T09:02:39.354Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc206fc-47a8-42d2-b86d-d7e09aecc830 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-05T09:02:39.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "aai-ml",
  "timestamp": 1622883593546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622883594199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622883594533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "aai-ml",
  "timestamp": 1622883599731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "aai-ml",
  "timestamp": 1622883600736,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:02:39.367Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5bc206fc-47a8-42d2-b86d-d7e09aecc830
2021-06-05T09:02:39.367Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc206fc-47a8-42d2-b86d-d7e09aecc830 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:02:39.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "clamp",
  "timestamp": 1622883603076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "clamp",
  "timestamp": 1622883605086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:02:39.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "clamp",
  "timestamp": 1622883606088,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:02:39.401Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5bc206fc-47a8-42d2-b86d-d7e09aecc830
2021-06-05T09:02:39.402Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc206fc-47a8-42d2-b86d-d7e09aecc830 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:02:45.713Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/93aa5394-277e-40ed-b4e6-106688f807a5/model-vers/model-ver/4e00670e-28bc-485f-8ebf-7bdfbebfd8e3?depth=0
2021-06-05T09:02:45.847Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-06-05T09:02:46.463Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|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/93aa5394-277e-40ed-b4e6-106688f807a5/model-vers/model-ver/4e00670e-28bc-485f-8ebf-7bdfbebfd8e3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-06-05T09:02:46.467Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/93aa5394-277e-40ed-b4e6-106688f807a5/model-vers/model-ver/4e00670e-28bc-485f-8ebf-7bdfbebfd8e3?depth=0|INFO|500||Invoke
2021-06-05T09:02:46.629Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/93aa5394-277e-40ed-b4e6-106688f807a5/model-vers/model-ver/4e00670e-28bc-485f-8ebf-7bdfbebfd8e3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-05T09:02:46.988Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/93aa5394-277e-40ed-b4e6-106688f807a5/model-vers/model-ver/4e00670e-28bc-485f-8ebf-7bdfbebfd8e3?depth=0|INFO|500||InvokeReturn
2021-06-05T09:02:46.989Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|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/93aa5394-277e-40ed-b4e6-106688f807a5/model-vers/model-ver/4e00670e-28bc-485f-8ebf-7bdfbebfd8e3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210605-09:02:46:637-15769], vertex-id=[200904], Content-Length=[0], Date=[Sat, 05 Jun 2021 09:02:46 GMT], Content-Type=[application/json]}
2021-06-05T09:02:46.989Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-06-05T09:02:46.992Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-05T09:02:46.992Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|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-06-05T09:02:46.997Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|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-06-05T09:02:47.006Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-05T09:02:47.007Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-05T09:02:47.007Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:02:47.009Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:02:47.009Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883767006,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:02:47.109Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:02:47.110Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:02:47.110Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:02:47.121Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:02:47.121Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-05T09:02:48.021Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:02:48.022Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:02:48.022Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|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 bps6J5c742ZA4qLs) ...
2021-06-05T09:02:52.334Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:02:52.335Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-05T09:02:52.335Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5bc206fc-47a8-42d2-b86d-d7e09aecc830","serviceName":"basic_onboard_QsmkSR","serviceVersion":"1.0","serviceUUID":"72351c58-c0ff-46c5-8106-b7a9b6d5610d","serviceDescription":"service","serviceInvariantUUID":"7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7","resources":[{"resourceInstanceName":"basic_onboard_QsmkSR 0","resourceName":"basic_onboard_QsmkSR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9f1aaf66-7571-41e3-b3e7-2bd7827497c2","resourceInvariantUUID":"e37e08d6-475c-4bc2-94e4-47c0882622a6","resourceCustomizationUUID":"0d93fc29-72f9-4200-aa9c-c0aee2c4c9c6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml","artifactChecksum":"M2I1Yjc1ZjgxY2E0OGRmNThmYjk4YmU1MTZlODU3MDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8738a357-a927-4d5d-b106-15b2e3939f17","artifactVersion":"1"},{"artifactName":"basic_onboard_qsmksr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json","artifactChecksum":"OTQxOTQyOGNhNjBjMTMyOTMzMjQ1ZjQ5NTU3MTNjMzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c7089c37-a74e-4538-8a9f-dd295e6e4a5b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f9941d3c-d211-47a9-b77d-17653cc4ea6b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e71da864-ff9a-45ba-9b17-058907662981","artifactVersion":"2","generatedFromUUID":"2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQsmksr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml","artifactChecksum":"MGIzMjQ1ZTIzZDdiYTI1OTA4Y2U4NGY3OWVkYzdjZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d4a0c397-6acb-445b-b3ba-8caf103b4300","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQsmksr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar","artifactChecksum":"ZGQ1Nzc5NWZmOWIzMzc3M2Q0YWY0MzZjZTQwZDExZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e91440e4-72ce-4a59-8a50-22c6782b638a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-05T09:02:52.338Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:02:52.338Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:02:52.340Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:02:52.340Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883768021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:52.440Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:02:52.441Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:02:52.441Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:02:52.451Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:02:52.451Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-06-05T09:02:53.340Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:02:53.341Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:02:53.344Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:02:53.344Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883768021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:02:53.444Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:02:53.445Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:02:53.445Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:02:53.457Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:02:53.458Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:02:54.344Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:02:54.345Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:02:54.348Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:02:54.348Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883768021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:02:54.448Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:02:54.449Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:02:54.450Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:02:54.464Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:02:54.464Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:02:55.348Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:02:55.349Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:02:55.350Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:02:55.351Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883768021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:55.452Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-05T09:02:55.453Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:02:55.453Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:02:55.465Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:02:55.465Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:02:56.352Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:02:56.352Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:02:56.355Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:02:56.355Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883768021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-05T09:02:56.455Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:02:56.456Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:02:56.456Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:02:56.470Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:02:56.471Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:02:57.356Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:02:57.357Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:02:57.359Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:02:57.359Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883768021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:02:57.459Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:02:57.460Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:02:57.460Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:02:57.472Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:02:57.473Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-06-05T09:02:58.359Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:02:58.360Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:02:58.363Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:02:58.363Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883768021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:02:58.463Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:02:58.464Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:02:58.464Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:02:58.475Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:02:58.476Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:02:59.365Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "serviceName": "basic_onboard_QsmkSR",
  "serviceVersion": "1.0",
  "serviceUUID": "72351c58-c0ff-46c5-8106-b7a9b6d5610d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QsmkSR 0",
      "resourceCustomizationUUID": "0d93fc29-72f9-4200-aa9c-c0aee2c4c9c6",
      "resourceName": "basic_onboard_QsmkSR",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9f1aaf66-7571-41e3-b3e7-2bd7827497c2",
      "resourceInvariantUUID": "e37e08d6-475c-4bc2-94e4-47c0882622a6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qsmksr0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
          "artifactChecksum": "OTQxOTQyOGNhNjBjMTMyOTMzMjQ1ZjQ5NTU3MTNjMzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c7089c37-a74e-4538-8a9f-dd295e6e4a5b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e71da864-ff9a-45ba-9b17-058907662981",
            "generatedFromUUID": "2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e71da864-ff9a-45ba-9b17-058907662981",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQsmksr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
      "artifactChecksum": "ZGQ1Nzc5NWZmOWIzMzc3M2Q0YWY0MzZjZTQwZDExZWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e91440e4-72ce-4a59-8a50-22c6782b638a"
    }
  ],
  "workloadContext": "Production"
}
2021-06-05T09:02:59.365Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-05T09:02:59.365Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 72351c58-c0ff-46c5-8106-b7a9b6d5610d ASDC
2021-06-05T09:02:59.366Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:5bc206fc-47a8-42d2-b86d-d7e09aecc830
ServiceName:basic_onboard_QsmkSR
ServiceVersion:1.0
ServiceUUID:72351c58-c0ff-46c5-8106-b7a9b6d5610d
ServiceInvariantUUID:7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQsmksr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar
ArtifactUUID:e91440e4-72ce-4a59-8a50-22c6782b638a
ArtifactChecksum:ZGQ1Nzc5NWZmOWIzMzc3M2Q0YWY0MzZjZTQwZDExZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QsmkSR 0
ResourceCustomizationUUID:0d93fc29-72f9-4200-aa9c-c0aee2c4c9c6
ResourceInvariantUUID:e37e08d6-475c-4bc2-94e4-47c0882622a6
ResourceName:basic_onboard_QsmkSR
ResourceType:VF
ResourceUUID:9f1aaf66-7571-41e3-b3e7-2bd7827497c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qsmksr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json
ArtifactUUID:c7089c37-a74e-4538-8a9f-dd295e6e4a5b
ArtifactChecksum:OTQxOTQyOGNhNjBjMTMyOTMzMjQ1ZjQ5NTU3MTNjMzU=
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/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae
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/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env
ArtifactUUID:e71da864-ff9a-45ba-9b17-058907662981
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/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env
ArtifactUUID:e71da864-ff9a-45ba-9b17-058907662981
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-05T09:02:59.366Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 72351c58-c0ff-46c5-8106-b7a9b6d5610d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-05T09:02:59.403Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:02:59.404Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:02:59.404Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:02:59.404Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e91440e4-72ce-4a59-8a50-22c6782b638a from URL: /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:02:59.405Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:02:59.405Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:00.047Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:03:00.052Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar e91440e4-72ce-4a59-8a50-22c6782b638a 71368
2021-06-05T09:03:00.052Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar ASDC sendASDCNotification
2021-06-05T09:03:00.052Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:00.052Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:03:00.053Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:03:00.054Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:03:00.054Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883780052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:03:00.155Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-05T09:03:00.156Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:03:00.156Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:03:00.168Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:03:00.168Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:03:01.055Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:03:01.056Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:03:01.057Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e91440e4-72ce-4a59-8a50-22c6782b638a, URL: /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar to file: /app/ASDC/1/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:01.057Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:01.057Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:01.057Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:01.405Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2653108720606977661/Definitions/service-BasicOnboardQsmksr-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-06-05T09:03:02.915Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-05T09:03:02.915Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:03:02.915Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|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-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|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-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|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-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|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-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|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-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|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-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|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-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QsmkSR 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-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|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-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:03:02.917Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:02.917Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:02.917Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is matching search criteria
2021-06-05T09:03:02.917Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:03:02.917Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QsmkSR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:03:02.918Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:02.918Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:02.918Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is matching search criteria
2021-06-05T09:03:02.918Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:03:02.918Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QsmkSR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:03:02.918Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:02.918Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:02.919Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:02.919Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is not matching search criteria
2021-06-05T09:03:02.919Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-06-05T09:03:02.919Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-06-05T09:03:02.919Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-06-05T09:03:02.919Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-05T09:03:02.920Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-05T09:03:02.920Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:02.920Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-05T09:03:02.920Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:02.920Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is matching search criteria
2021-06-05T09:03:02.920Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QsmkSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:03:02.921Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:02.921Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is matching search criteria
2021-06-05T09:03:02.921Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QsmkSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:03:02.921Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:02.921Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is matching search criteria
2021-06-05T09:03:02.921Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QsmkSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:03:02.922Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:02.922Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is not matching search criteria
2021-06-05T09:03:02.922Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-05T09:03:02.922Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-05T09:03:02.922Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=91bbf11c-1b1b-4370-bfc6-f1bb34727564
2021-06-05T09:03:02.922Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:02.922Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:02.922Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:02.923Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:02.923Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:02.923Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:02.923Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:02.923Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:02.923Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_QsmkSR
Description:service
Model UUID:72351c58-c0ff-46c5-8106-b7a9b6d5610d
Model Version:NULL
Model InvariantUuid:7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_QsmkSR
Model UUID:6c2e5995-cb21-4657-ac01-33f32665869d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e37e08d6-475c-4bc2-94e4-47c0882622a6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0d93fc29-72f9-4200-aa9c-c0aee2c4c9c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ca1989de-7c9c-483c-8db1-c694472123f5
ModelName:BasicOnboardQsmksr..base_ubuntu18..module-0
ModelUuid:54f05648-dcb3-42f1-95c6-33285471f735
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:91bbf11c-1b1b-4370-bfc6-f1bb34727564
ModelInvariantUuid:8fdfdcd3-6a47-4aa8-aad4-2c88478514a8
ModelName:basic_onboard_QsmkSR-nodes.ubuntu18Cvfc
ModelUuid:e0bdaf2b-cfcd-4af8-8622-49416f56311e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:007c09c2-0109-47ca-8777-5960fe48d98c
ModelInvariantUuid:cc9d85cf-064e-4c86-9460-10af8232921d
ModelName:BasicOnboardQsmksr.compute.nodes.heat.ubuntu18
ModelUuid:72a1b33b-64e8-4593-ab70-ddba90456b70
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-05T09:03:02.930Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 9f1aaf66-7571-41e3-b3e7-2bd7827497c2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:03:02.933Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||basic_onboard_QsmkSR 0
2021-06-05T09:03:02.934Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9f1aaf66-7571-41e3-b3e7-2bd7827497c2
2021-06-05T09:03:02.934Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c7089c37-a74e-4538-8a9f-dd295e6e4a5b from URL: /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json
2021-06-05T09:03:02.934Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:03:02.934Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json
2021-06-05T09:03:03.571Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:03:03.571Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json c7089c37-a74e-4538-8a9f-dd295e6e4a5b 798
2021-06-05T09:03:03.571Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json ASDC sendASDCNotification
2021-06-05T09:03:03.571Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json
2021-06-05T09:03:03.572Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:03:03.572Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:03:03.574Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:03:03.574Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883783571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:03:03.674Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:03:03.675Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:03:03.675Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:03:03.689Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:03:03.690Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:03:04.574Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardQsmksr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ca1989de-7c9c-483c-8db1-c694472123f5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "54f05648-dcb3-42f1-95c6-33285471f735",
    "vfModuleModelCustomizationUUID": "6a987708-fc28-4d57-99d0-fcf460e7501e",
    "isBase": true,
    "artifacts": [
      "2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae",
      "e71da864-ff9a-45ba-9b17-058907662981"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-05T09:03:04.577Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQsmksr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:54f05648-dcb3-42f1-95c6-33285471f735
VfModuleModelInvariantUUID:ca1989de-7c9c-483c-8db1-c694472123f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae
,
e71da864-ff9a-45ba-9b17-058907662981

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-06-05T09:03:04.580Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardQsmksr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ca1989de-7c9c-483c-8db1-c694472123f5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "54f05648-dcb3-42f1-95c6-33285471f735",
    "vfModuleModelCustomizationUUID": "6a987708-fc28-4d57-99d0-fcf460e7501e",
    "isBase": true,
    "artifacts": [
      "2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae",
      "e71da864-ff9a-45ba-9b17-058907662981"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-05T09:03:04.580Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQsmksr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:54f05648-dcb3-42f1-95c6-33285471f735
VfModuleModelInvariantUUID:ca1989de-7c9c-483c-8db1-c694472123f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae
,
e71da864-ff9a-45ba-9b17-058907662981

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-06-05T09:03:04.580Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae from URL: /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml
2021-06-05T09:03:04.580Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:03:04.580Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml
2021-06-05T09:03:05.171Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:03:05.171Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml 2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae 5033
2021-06-05T09:03:05.172Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-05T09:03:05.172Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml
2021-06-05T09:03:05.172Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:03:05.172Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:03:05.174Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:03:05.174Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883785172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:03:05.274Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:03:05.275Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:03:05.275Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:03:05.286Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:03:05.286Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:03:06.175Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e71da864-ff9a-45ba-9b17-058907662981 from URL: /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env
2021-06-05T09:03:06.176Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:03:06.176Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env
2021-06-05T09:03:06.998Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:03:06.999Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env e71da864-ff9a-45ba-9b17-058907662981 909
2021-06-05T09:03:06.999Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-05T09:03:06.999Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env
2021-06-05T09:03:06.999Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:03:06.999Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:03:07.001Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:03:07.001Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883786999,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:03:07.101Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:03:07.102Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:03:07.102Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:03:07.115Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:03:07.115Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:03:08.002Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 72351c58-c0ff-46c5-8106-b7a9b6d5610d
2021-06-05T09:03:08.002Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QsmkSR 0 9f1aaf66-7571-41e3-b3e7-2bd7827497c2 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:03:08.017Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:08.017Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:08.018Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-06-05T09:03:08.018Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 0d93fc29-72f9-4200-aa9c-c0aee2c4c9c6
2021-06-05T09:03:08.018Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0d93fc29-72f9-4200-aa9c-c0aee2c4c9c6 matches Tosca VF Customization UUID: 0d93fc29-72f9-4200-aa9c-c0aee2c4c9c6
2021-06-05T09:03:08.018Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 0d93fc29-72f9-4200-aa9c-c0aee2c4c9c6  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-06-05T09:03:08.020Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:08.020Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:08.021Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 0d93fc29-72f9-4200-aa9c-c0aee2c4c9c6: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-06-05T09:03:08.021Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@618eefb2
2021-06-05T09:03:08.021Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:08.021Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-05T09:03:08.021Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a987708-fc28-4d57-99d0-fcf460e7501e
2021-06-05T09:03:08.022Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a987708-fc28-4d57-99d0-fcf460e7501e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-06-05T09:03:08.023Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:08.024Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is matching search criteria
2021-06-05T09:03:08.024Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QsmkSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:03:08.024Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:08.024Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is matching search criteria
2021-06-05T09:03:08.024Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QsmkSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:03:08.025Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:08.025Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is not matching search criteria
2021-06-05T09:03:08.025Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-05T09:03:08.025Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-05T09:03:08.025Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=91bbf11c-1b1b-4370-bfc6-f1bb34727564
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-05T09:03:08.027Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:08.027Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is matching search criteria
2021-06-05T09:03:08.027Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QsmkSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:03:08.028Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:08.028Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is matching search criteria
2021-06-05T09:03:08.028Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QsmkSR 0] matching following query criteria: sdcType=VF, customizationUUID=0d93fc29-72f9-4200-aa9c-c0aee2c4c9c6
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:03:08.030Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:08.030Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:08.030Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 72351c58-c0ff-46c5-8106-b7a9b6d5610d: basic_onboard_QsmkSR
2021-06-05T09:03:08.030Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:08.030Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:08.030Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:08.030Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:08.030Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:08.030Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:08.030Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:08.031Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:08.031Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:03:08.031Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:08.031Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_QsmkSR 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:03:08.099Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QsmkSR 9f1aaf66-7571-41e3-b3e7-2bd7827497c2 1 ASDC deployResourceStructure
2021-06-05T09:03:08.099Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json ASDC sendASDCNotification
2021-06-05T09:03:08.099Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json
2021-06-05T09:03:08.099Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:03:08.099Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:03:08.101Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:03:08.101Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883788099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:03:08.201Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:03:08.202Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:03:08.202Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:03:08.213Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:03:08.213Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:03:09.102Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-05T09:03:09.102Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml
2021-06-05T09:03:09.102Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:03:09.103Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:03:09.105Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:03:09.105Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883789102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-06-05T09:03:09.205Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:03:09.206Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:03:09.206Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:03:09.221Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:03:09.222Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:03:10.105Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-05T09:03:10.106Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env
2021-06-05T09:03:10.106Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:03:10.106Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:03:10.108Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:03:10.108Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883790105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-06-05T09:03:10.208Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:03:10.209Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:03:10.209Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:03:10.219Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:03:10.219Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:03:11.109Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar ASDC sendASDCNotification
2021-06-05T09:03:11.109Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:11.110Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:03:11.110Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:03:11.111Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:03:11.112Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883791109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:03:11.212Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:03:11.213Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:03:11.213Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:03:11.224Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:03:11.225Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:03:12.113Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bc206fc-47a8-42d2-b86d-d7e09aecc830
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:03:12.121Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bc206fc-47a8-42d2-b86d-d7e09aecc830
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:03:12.123Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:03:12.123Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-05T09:03:12.124Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-05T09:03:12.124Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-05T09:03:12.124Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:03:12.124Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:03:12.124Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:03:12.124Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:03:12.124Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:03:12.124Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:03:12.124Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|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-06-05T09:03:12.128Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-05T09:03:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:03:38.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:03:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:03:39.351Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:03:39.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883767006,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:03:39.353Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:03:39.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883768021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:03:39.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883768021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883768021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883768021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883768021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883768021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883768021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883780052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883783571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883785172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883786999,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883788099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883789102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883790105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-06-05T09:03:39.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:03:39.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883791109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:03:39.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:03:42.128Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bc206fc-47a8-42d2-b86d-d7e09aecc830 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-06-05T09:03:42.134Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bc206fc-47a8-42d2-b86d-d7e09aecc830 and serviceModelVersionId: 72351c58-c0ff-46c5-8106-b7a9b6d5610d
2021-06-05T09:03:42.134Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7
2021-06-05T09:03:42.134Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7/model-vers/model-ver/72351c58-c0ff-46c5-8106-b7a9b6d5610d?depth=0
2021-06-05T09:03:42.138Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-06-05T09:03:42.174Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7/model-vers/model-ver/72351c58-c0ff-46c5-8106-b7a9b6d5610d?depth=0|INFO|500||Invoke
2021-06-05T09:03:42.174Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7/model-vers/model-ver/72351c58-c0ff-46c5-8106-b7a9b6d5610d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7/model-vers/model-ver/72351c58-c0ff-46c5-8106-b7a9b6d5610d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5bc206fc-47a8-42d2-b86d-d7e09aecc830], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[143b16cf-2197-456b-b329-ca9654cba4b9], X-ECOMP-RequestID=[5bc206fc-47a8-42d2-b86d-d7e09aecc830], X-TransactionId=[], X-ONAP-RequestID=[5bc206fc-47a8-42d2-b86d-d7e09aecc830], Content-Type=[application/merge-patch+json]}
2021-06-05T09:03:42.198Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7/model-vers/model-ver/72351c58-c0ff-46c5-8106-b7a9b6d5610d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-05T09:03:42.461Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7/model-vers/model-ver/72351c58-c0ff-46c5-8106-b7a9b6d5610d?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/7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7/model-vers/model-ver/72351c58-c0ff-46c5-8106-b7a9b6d5610d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210605-09:03:42:204-84519], vertex-id=[184424], Content-Length=[0], Date=[Sat, 05 Jun 2021 09:03:42 GMT], Content-Type=[application/json]}
2021-06-05T09:03:42.461Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7/model-vers/model-ver/72351c58-c0ff-46c5-8106-b7a9b6d5610d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-05T09:03:42.462Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7/model-vers/model-ver/72351c58-c0ff-46c5-8106-b7a9b6d5610d?depth=0|INFO|500||InvokeReturn
2021-06-05T09:03:42.462Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-05T09:03:42.462Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|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-06-05T09:03:42.467Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|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-06-05T09:03:42.467Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bc206fc-47a8-42d2-b86d-d7e09aecc830 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-05T09:03:42.467Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-05T09:03:42.467Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:03:42.469Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:03:42.469Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883822467,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:03:42.569Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:03:42.570Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:03:42.570Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:03:42.583Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:03:42.584Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-05T09:03:43.481Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:03:43.482Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:03:43.482Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|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 bps6J5c742ZA4qLs) ...
2021-06-05T09:03:53.024Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:03:53.024Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:03:53.025Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:03:53.025Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|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 bps6J5c742ZA4qLs) ...
2021-06-05T09:04:02.569Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:04:02.569Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:04:02.570Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:04:02.570Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|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 bps6J5c742ZA4qLs) ...
2021-06-05T09:04:12.111Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:04:12.112Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:04:12.112Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:04:12.113Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|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 bps6J5c742ZA4qLs) ...
2021-06-05T09:04:21.653Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:04:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:04:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:04:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|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 bps6J5c742ZA4qLs) ...
2021-06-05T09:04:38.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:04:38.728Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:04:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:04:39.356Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:04:39.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-05T09:04:39.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622883822467,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:04:39.357Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:04:48.270Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:05:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:05:38.727Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:05:38.727Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|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 bps6J5c742ZA4qLs) ...
2021-06-05T09:05:38.727Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:05:38.728Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:05:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:05:48.278Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:05:48.278Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:06:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:06:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:06:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|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 bps6J5c742ZA4qLs) ...
2021-06-05T09:06:38.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:06:38.728Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:06:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:06:48.268Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:06:48.271Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:07:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:07:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:07:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|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 bps6J5c742ZA4qLs) ...
2021-06-05T09:07:38.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:07:38.728Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:07:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:07:48.269Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:07:48.270Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:08:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:08:38.727Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:08:38.727Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|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 bps6J5c742ZA4qLs) ...
2021-06-05T09:08:38.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:08:38.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:08:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:08:39.353Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:08:39.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884079251,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:08:39.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884080252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884079876,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "policy-id",
  "timestamp": 1622884080151,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884088186,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "cds",
  "timestamp": 1622884088299,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884080252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884079251,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884079876,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "policy-id",
  "timestamp": 1622884080151,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884088186,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "cds",
  "timestamp": 1622884088299,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884089503,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884089503,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.357Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884091779,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "policy-id",
  "timestamp": 1622884092060,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "cds",
  "timestamp": 1622884092488,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:08:39.358Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "policy-id",
  "timestamp": 1622884093065,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:08:39.358Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"36e9111c-b3e2-4da8-949b-2b38b112b6fe","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ee3036f0-054c-4bf5-b87a-5c75a32528d1","serviceDescription":"service","serviceInvariantUUID":"d8748e62-54bf-486b-a87f-6eb1753f1550","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8302812b-8a09-4828-865e-7642335d8671","resourceInvariantUUID":"b497cc31-0c9e-47f0-8223-ad0047a4fabc","resourceCustomizationUUID":"6b559dbd-9f15-4fdd-b7fb-5894dd2c6a2e","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MzNhOTk2MzRmYWZjNjA2ZmY5MGRiZjhlNTg4NmRlY2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"45deab24-d593-432c-957d-ba5a6604bc74","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTE1ZjBhMjg5MjI2YTQ4Yjk3NWIwOTk4M2Q0NzY1Y2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cba8fdcd-9176-40b0-8ac9-685184065ae5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884093248,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "cds",
  "timestamp": 1622884093495,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-06-05T09:08:39.360Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:08:39.361Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:08:39.364Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:08:39.364Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884118726,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:08:39.377Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 36e9111c-b3e2-4da8-949b-2b38b112b6fe
2021-06-05T09:08:39.378Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36e9111c-b3e2-4da8-949b-2b38b112b6fe and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:08:39.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "policy-id",
  "timestamp": 1622884094068,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:08:39.389Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 36e9111c-b3e2-4da8-949b-2b38b112b6fe
2021-06-05T09:08:39.389Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36e9111c-b3e2-4da8-949b-2b38b112b6fe and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:08:39.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884094252,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:08:39.400Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 36e9111c-b3e2-4da8-949b-2b38b112b6fe
2021-06-05T09:08:39.401Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36e9111c-b3e2-4da8-949b-2b38b112b6fe and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:08:39.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "clamp",
  "timestamp": 1622884095091,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "aai-ml",
  "timestamp": 1622884095155,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "clamp",
  "timestamp": 1622884095091,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "aai-ml",
  "timestamp": 1622884095155,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "dcae-sch",
  "timestamp": 1622884097526,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "aai-ml",
  "timestamp": 1622884098359,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "dcae-sch",
  "timestamp": 1622884097526,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "aai-ml",
  "timestamp": 1622884102465,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "aai-ml",
  "timestamp": 1622884103468,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:08:39.414Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 36e9111c-b3e2-4da8-949b-2b38b112b6fe
2021-06-05T09:08:39.414Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36e9111c-b3e2-4da8-949b-2b38b112b6fe and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:08:39.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "clamp",
  "timestamp": 1622884104141,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:08:39.421Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:08:39.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "clamp",
  "timestamp": 1622884106147,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:08:39.422Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:08:39.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "clamp",
  "timestamp": 1622884107151,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:08:39.426Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 36e9111c-b3e2-4da8-949b-2b38b112b6fe
2021-06-05T09:08:39.426Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36e9111c-b3e2-4da8-949b-2b38b112b6fe and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:08:39.464Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:08:39.464Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:08:39.465Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:08:39.478Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:08:39.478Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:08:40.364Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:08:40.365Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:08:40.367Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:08:40.368Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884118726,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:08:40.467Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-05T09:08:40.468Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:08:40.468Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:08:40.478Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:08:40.478Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:08:41.369Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ee3036f0-054c-4bf5-b87a-5c75a32528d1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d8748e62-54bf-486b-a87f-6eb1753f1550",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "6b559dbd-9f15-4fdd-b7fb-5894dd2c6a2e",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "8302812b-8a09-4828-865e-7642335d8671",
      "resourceInvariantUUID": "b497cc31-0c9e-47f0-8223-ad0047a4fabc",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "ZTE1ZjBhMjg5MjI2YTQ4Yjk3NWIwOTk4M2Q0NzY1Y2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cba8fdcd-9176-40b0-8ac9-685184065ae5"
    }
  ],
  "workloadContext": "Production"
}
2021-06-05T09:08:41.370Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-05T09:08:41.370Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ee3036f0-054c-4bf5-b87a-5c75a32528d1 ASDC
2021-06-05T09:08:41.370Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:36e9111c-b3e2-4da8-949b-2b38b112b6fe
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ee3036f0-054c-4bf5-b87a-5c75a32528d1
ServiceInvariantUUID:d8748e62-54bf-486b-a87f-6eb1753f1550
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:cba8fdcd-9176-40b0-8ac9-685184065ae5
ArtifactChecksum:ZTE1ZjBhMjg5MjI2YTQ4Yjk3NWIwOTk4M2Q0NzY1Y2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6b559dbd-9f15-4fdd-b7fb-5894dd2c6a2e
ResourceInvariantUUID:b497cc31-0c9e-47f0-8223-ad0047a4fabc
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8302812b-8a09-4828-865e-7642335d8671
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-06-05T09:08:41.370Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ee3036f0-054c-4bf5-b87a-5c75a32528d1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-05T09:08:41.392Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:08:41.393Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:08:41.393Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:08:41.394Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cba8fdcd-9176-40b0-8ac9-685184065ae5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-05T09:08:41.394Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:08:41.394Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-05T09:08:42.279Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:08:42.282Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar cba8fdcd-9176-40b0-8ac9-685184065ae5 52176
2021-06-05T09:08:42.282Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-06-05T09:08:42.282Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-05T09:08:42.284Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:08:42.284Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:08:42.286Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:08:42.286Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884122282,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:08:42.387Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:08:42.388Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:08:42.388Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:08:42.400Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:08:42.401Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:08:43.287Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:08:43.288Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:08:43.288Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: cba8fdcd-9176-40b0-8ac9-685184065ae5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-05T09:08:43.288Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-06-05T09:08:43.289Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-05T09:08:43.289Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-05T09:08:43.385Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4330330171165445512/Definitions/service-BasicNetwork-template.yml
2021-06-05T09:08:43.816Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-05T09:08:43.816Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:08:43.816Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|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-BasicNetwork-csar.csar
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.819Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:08:43.819Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.819Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:ee3036f0-054c-4bf5-b87a-5c75a32528d1
Model Version:NULL
Model InvariantUuid:d8748e62-54bf-486b-a87f-6eb1753f1550
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b497cc31-0c9e-47f0-8223-ad0047a4fabc
Model UUID:abbdc54f-9764-4b12-be94-97b446504cb6
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:6b559dbd-9f15-4fdd-b7fb-5894dd2c6a2e
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-05T09:08:43.824Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 8302812b-8a09-4828-865e-7642335d8671
2021-06-05T09:08:43.825Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||No resources found for Service: ee3036f0-054c-4bf5-b87a-5c75a32528d1
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:08:43.828Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||
2021-06-05T09:08:43.828Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-06-05T09:08:43.828Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||No resources found for Service: ee3036f0-054c-4bf5-b87a-5c75a32528d1
2021-06-05T09:08:43.828Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ee3036f0-054c-4bf5-b87a-5c75a32528d1
2021-06-05T09:08:43.828Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-06-05T09:08:43.828Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:08:43.833Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:08:43.833Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.833Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:08:43.833Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.834Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ee3036f0-054c-4bf5-b87a-5c75a32528d1: Generic NeutronNet
2021-06-05T09:08:43.834Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:08:43.834Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.834Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:08:43.834Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-06-05T09:08:43.860Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:08:43.860Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.861Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:08:43.861Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.861Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:08:43.861Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.861Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-06-05T09:08:43.916Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-06-05T09:08:43.916Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-06-05T09:08:43.917Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-05T09:08:43.917Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:08:43.917Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:08:43.918Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:08:43.918Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884123916,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:08:44.018Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:08:44.019Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:08:44.019Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:08:44.030Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:08:44.030Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:08:44.919Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36e9111c-b3e2-4da8-949b-2b38b112b6fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:08:44.930Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36e9111c-b3e2-4da8-949b-2b38b112b6fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|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-06-05T09:08:44.939Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-05T09:09:14.939Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 36e9111c-b3e2-4da8-949b-2b38b112b6fe and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-06-05T09:09:14.944Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 36e9111c-b3e2-4da8-949b-2b38b112b6fe and serviceModelVersionId: ee3036f0-054c-4bf5-b87a-5c75a32528d1
2021-06-05T09:09:14.945Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d8748e62-54bf-486b-a87f-6eb1753f1550
2021-06-05T09:09:14.945Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d8748e62-54bf-486b-a87f-6eb1753f1550/model-vers/model-ver/ee3036f0-054c-4bf5-b87a-5c75a32528d1?depth=0
2021-06-05T09:09:14.950Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-06-05T09:09:14.986Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|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/d8748e62-54bf-486b-a87f-6eb1753f1550/model-vers/model-ver/ee3036f0-054c-4bf5-b87a-5c75a32528d1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-06-05T09:09:14.986Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d8748e62-54bf-486b-a87f-6eb1753f1550/model-vers/model-ver/ee3036f0-054c-4bf5-b87a-5c75a32528d1?depth=0|INFO|500||Invoke
2021-06-05T09:09:15.006Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d8748e62-54bf-486b-a87f-6eb1753f1550/model-vers/model-ver/ee3036f0-054c-4bf5-b87a-5c75a32528d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-05T09:09:15.229Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d8748e62-54bf-486b-a87f-6eb1753f1550/model-vers/model-ver/ee3036f0-054c-4bf5-b87a-5c75a32528d1?depth=0|INFO|500||InvokeReturn
2021-06-05T09:09:15.229Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|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/d8748e62-54bf-486b-a87f-6eb1753f1550/model-vers/model-ver/ee3036f0-054c-4bf5-b87a-5c75a32528d1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210605-09:09:15:013-5524], vertex-id=[225504], Content-Length=[0], Date=[Sat, 05 Jun 2021 09:09:15 GMT], Content-Type=[application/json]}
2021-06-05T09:09:15.229Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-06-05T09:09:15.230Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-05T09:09:15.230Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|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-06-05T09:09:15.234Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|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-06-05T09:09:15.234Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 36e9111c-b3e2-4da8-949b-2b38b112b6fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-05T09:09:15.234Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-05T09:09:15.235Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:15.236Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:15.236Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884155234,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:09:15.337Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:09:15.337Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:09:15.337Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:15.352Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:09:15.352Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-05T09:09:38.726Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:09:38.726Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:09:38.726Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|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 bps6J5c742ZA4qLs) ...
2021-06-05T09:09:38.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:09:38.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:09:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:09:38.847Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:09:38.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:09:38.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884118726,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:09:38.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:09:39.346Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:09:39.347Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-05T09:09:39.347Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2bcc5674-08f2-4c43-876e-fca0d61cd273","serviceName":"Demo_pNF_r2V3TbVEAnY4Wf7tQpPK","serviceVersion":"1.0","serviceUUID":"4c548366-753c-418f-8fbf-7722da43ad35","serviceDescription":"catalog service description","serviceInvariantUUID":"4c47de4d-70aa-46a5-9264-d2cc201d1344","resources":[{"resourceInstanceName":"pNF 320d854c-2c17 0","resourceName":"pNF 320d854c-2c17","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3f6c010f-65a6-4624-b8e7-2a6c81a34f87","resourceInvariantUUID":"e122a52b-5565-471d-9fd2-75b46e64b0f4","resourceCustomizationUUID":"587e2373-0b78-4bd5-9831-922e99f99882","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vf-license-model.xml","artifactChecksum":"OGZmMDM0M2JiMjE4MzE0ZDhkYjU1NWE2NTZlYjYyYWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"161ed135-ca5e-4277-ade3-85294e60c394","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/pNF.csar","artifactChecksum":"NWFlY2MwNjI3ZjA5YTlmOTg1ZDZlNTZjMWQzNmVkNGY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1673c7c9-2939-4ba7-86f0-31a22613d370","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f709621-24ad-42b0-b709-43d8bc4bad40","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vendor-license-model.xml","artifactChecksum":"NzYyZGY4YTEwNjEwMmQ2N2UwYWIwOGE3MTkwMWE1NDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"74993096-3c50-4fec-aa7c-7ddf340972b2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c1ca4a74-2989-4969-ae78-d3bc9344646a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8a85bd6-57b1-4853-920f-72f68223c084","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR2v3tbveany4wf7tqppk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-template.yml","artifactChecksum":"YTdkNGI3ZTFlYzVmNWViYzBjYzI4MDNhY2VlYjY2OTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b1ad296d-e678-418d-b28c-3c4a332da914","artifactVersion":"1"},{"artifactName":"service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar","artifactChecksum":"ZjEzNzk5MTkxMjlhZjkyOWJmYjczNWM1MDMzY2NmYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec7af08f-beb7-414c-9f36-741e9b48979f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-05T09:09:39.348Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:09:39.349Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:39.350Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:39.351Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884178725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:09:39.451Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:09:39.452Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:09:39.452Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:39.463Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:09:39.464Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:09:40.351Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:09:40.352Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:40.353Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:40.353Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884178725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:09:40.453Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:09:40.454Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:09:40.454Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:40.465Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:09:40.465Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:09:41.354Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:09:41.355Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:41.357Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:41.357Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884178725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:09:41.457Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:09:41.458Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:09:41.458Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:41.468Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:09:41.469Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:09:42.358Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:09:42.358Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:42.360Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:42.361Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884178725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:09:42.461Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:09:42.461Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:09:42.461Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:42.470Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:09:42.470Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:09:43.361Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:09:43.363Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:43.365Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:43.366Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884178725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:09:43.466Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:09:43.467Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:09:43.467Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:43.478Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:09:43.479Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-05T09:09:44.366Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:09:44.367Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:44.369Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:44.369Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884178725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:09:44.469Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:09:44.470Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:09:44.470Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:44.480Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:09:44.480Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:09:45.370Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:09:45.370Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:45.372Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:45.372Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884178725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:09:45.473Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-05T09:09:45.473Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:09:45.473Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:45.487Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:09:45.488Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:09:46.373Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:09:46.374Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:46.376Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:46.376Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884178725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:09:46.476Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:09:46.477Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:09:46.477Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:46.487Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:09:46.487Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:09:47.377Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "serviceName": "Demo_pNF_r2V3TbVEAnY4Wf7tQpPK",
  "serviceVersion": "1.0",
  "serviceUUID": "4c548366-753c-418f-8fbf-7722da43ad35",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4c47de4d-70aa-46a5-9264-d2cc201d1344",
  "resources": [
    {
      "resourceInstanceName": "pNF 320d854c-2c17 0",
      "resourceCustomizationUUID": "587e2373-0b78-4bd5-9831-922e99f99882",
      "resourceName": "pNF 320d854c-2c17",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3f6c010f-65a6-4624-b8e7-2a6c81a34f87",
      "resourceInvariantUUID": "e122a52b-5565-471d-9fd2-75b46e64b0f4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
      "artifactChecksum": "ZjEzNzk5MTkxMjlhZjkyOWJmYjczNWM1MDMzY2NmYTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec7af08f-beb7-414c-9f36-741e9b48979f"
    }
  ],
  "workloadContext": "Production"
}
2021-06-05T09:09:47.377Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-05T09:09:47.377Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4c548366-753c-418f-8fbf-7722da43ad35 ASDC
2021-06-05T09:09:47.378Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:2bcc5674-08f2-4c43-876e-fca0d61cd273
ServiceName:Demo_pNF_r2V3TbVEAnY4Wf7tQpPK
ServiceVersion:1.0
ServiceUUID:4c548366-753c-418f-8fbf-7722da43ad35
ServiceInvariantUUID:4c47de4d-70aa-46a5-9264-d2cc201d1344
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
ArtifactUUID:ec7af08f-beb7-414c-9f36-741e9b48979f
ArtifactChecksum:ZjEzNzk5MTkxMjlhZjkyOWJmYjczNWM1MDMzY2NmYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 320d854c-2c17 0
ResourceCustomizationUUID:587e2373-0b78-4bd5-9831-922e99f99882
ResourceInvariantUUID:e122a52b-5565-471d-9fd2-75b46e64b0f4
ResourceName:pNF 320d854c-2c17
ResourceType:PNF
ResourceUUID:3f6c010f-65a6-4624-b8e7-2a6c81a34f87
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-06-05T09:09:47.378Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4c548366-753c-418f-8fbf-7722da43ad35 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:09:47.398Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:09:47.399Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:09:47.399Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:09:47.399Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ec7af08f-beb7-414c-9f36-741e9b48979f from URL: /sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:47.399Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:09:47.399Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:48.383Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:09:48.387Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar ec7af08f-beb7-414c-9f36-741e9b48979f 82551
2021-06-05T09:09:48.387Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar ASDC sendASDCNotification
2021-06-05T09:09:48.388Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:48.388Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:09:48.388Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:48.389Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:48.389Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884188387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:09:48.490Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-05T09:09:48.490Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:09:48.491Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:48.503Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:09:48.504Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:09:49.390Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:09:49.391Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:09:49.391Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ec7af08f-beb7-414c-9f36-741e9b48979f, URL: /sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar to file: /app/ASDC/1/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:49.391Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:49.391Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:49.391Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:49.474Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8597661822422429250/Definitions/service-DemoPnfR2v3tbveany4wf7tqppk-template.yml
2021-06-05T09:09:50.220Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 320d854c-2c17 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-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||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-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||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-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|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-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|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-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|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-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_r2V3TbVEAnY4Wf7tQpPK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Node template pNF 320d854c-2c17 0 is matching search criteria
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 320d854c-2c17 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_r2V3TbVEAnY4Wf7tQpPK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Node template pNF 320d854c-2c17 0 is matching search criteria
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 320d854c-2c17 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_r2V3TbVEAnY4Wf7tQpPK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_r2V3TbVEAnY4Wf7tQpPK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:09:50.223Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_r2V3TbVEAnY4Wf7tQpPK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:09:50.223Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:09:50.223Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_r2V3TbVEAnY4Wf7tQpPK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:09:50.223Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:09:50.223Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_r2V3TbVEAnY4Wf7tQpPK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:09:50.223Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_r2V3TbVEAnY4Wf7tQpPK
Description:catalog service description
Model UUID:4c548366-753c-418f-8fbf-7722da43ad35
Model Version:NULL
Model InvariantUuid:4c47de4d-70aa-46a5-9264-d2cc201d1344
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-05T09:09:50.229Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3f6c010f-65a6-4624-b8e7-2a6c81a34f87
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:09:50.232Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||pNF 320d854c-2c17 0
2021-06-05T09:09:50.232Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3f6c010f-65a6-4624-b8e7-2a6c81a34f87
2021-06-05T09:09:50.232Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 4c548366-753c-418f-8fbf-7722da43ad35
2021-06-05T09:09:50.232Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4c548366-753c-418f-8fbf-7722da43ad35
2021-06-05T09:09:50.232Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 320d854c-2c17 0 3f6c010f-65a6-4624-b8e7-2a6c81a34f87 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:09:50.237Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:09:50.237Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_r2V3TbVEAnY4Wf7tQpPK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:09:50.237Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4c548366-753c-418f-8fbf-7722da43ad35: pNF 320d854c-2c17
2021-06-05T09:09:50.237Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||Processing PNF resource: 3f6c010f-65a6-4624-b8e7-2a6c81a34f87
2021-06-05T09:09:50.237Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:09:50.237Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_r2V3TbVEAnY4Wf7tQpPK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:09:50.238Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||Resource customization UUID: 587e2373-0b78-4bd5-9831-922e99f99882 is the same as notified resource customizationUUID: 587e2373-0b78-4bd5-9831-922e99f99882
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-06-05T09:09:50.313Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 320d854c-2c17 3f6c010f-65a6-4624-b8e7-2a6c81a34f87 0 ASDC deployResourceStructure
2021-06-05T09:09:50.314Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar ASDC sendASDCNotification
2021-06-05T09:09:50.314Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:50.314Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:09:50.314Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:50.316Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:50.316Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884190314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:09:50.416Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:09:50.417Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:09:50.417Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:50.429Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:09:50.429Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:09:51.317Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bcc5674-08f2-4c43-876e-fca0d61cd273
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:09:51.328Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bcc5674-08f2-4c43-876e-fca0d61cd273
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:09:51.330Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:09:51.330Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T09:09:51.330Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T09:10:21.330Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bcc5674-08f2-4c43-876e-fca0d61cd273
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:10:21.339Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bcc5674-08f2-4c43-876e-fca0d61cd273
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:10:21.344Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:10:21.344Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T09:10:21.344Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T09:10:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:10:38.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:10:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:10:38.755Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:10:38.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884118726,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:10:38.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884122282,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:10:38.758Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:10:38.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884123916,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:10:38.758Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:10:38.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "dcae-sch",
  "timestamp": 1622884137526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884139253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884140252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884139876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "policy-id",
  "timestamp": 1622884140151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884139253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "dcae-sch",
  "timestamp": 1622884137526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884139876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884140252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "policy-id",
  "timestamp": 1622884140151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884139253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "dcae-sch",
  "timestamp": 1622884137526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884139876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884140252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "policy-id",
  "timestamp": 1622884140151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884148186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "cds",
  "timestamp": 1622884148299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884139253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "dcae-sch",
  "timestamp": 1622884137526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884139876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884140252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "policy-id",
  "timestamp": 1622884140151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884148186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "cds",
  "timestamp": 1622884148299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884149503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "dcae-sch",
  "timestamp": 1622884137526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884139253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884139876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884140252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "policy-id",
  "timestamp": 1622884140151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884148186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "cds",
  "timestamp": 1622884148299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884149503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "dcae-sch",
  "timestamp": 1622884137526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884139253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884139876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884140252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "policy-id",
  "timestamp": 1622884140151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884148186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "cds",
  "timestamp": 1622884148299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884149503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "dcae-sch",
  "timestamp": 1622884137526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884139253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884139876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884140252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "policy-id",
  "timestamp": 1622884140151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884148186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "cds",
  "timestamp": 1622884148299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884149503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "dcae-sch",
  "timestamp": 1622884137526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884139253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884139876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884140252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "policy-id",
  "timestamp": 1622884140151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:10:38.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884148186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:10:38.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "cds",
  "timestamp": 1622884148299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884149503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884154745,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:10:38.767Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:10:38.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884148186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "policy-id",
  "timestamp": 1622884154835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:10:38.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:10:38.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "cds",
  "timestamp": 1622884148299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.768Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884149503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.768Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884155234,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:10:38.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:10:38.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "clamp",
  "timestamp": 1622884155091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.768Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "aai-ml",
  "timestamp": 1622884155155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884148186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "policy-id",
  "timestamp": 1622884155839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:10:38.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:10:38.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "cds",
  "timestamp": 1622884148299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:10:38.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884149503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884156482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:10:38.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:10:38.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "clamp",
  "timestamp": 1622884155091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "aai-ml",
  "timestamp": 1622884155155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.770Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "policy-id",
  "timestamp": 1622884156841,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:10:38.776Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2bcc5674-08f2-4c43-876e-fca0d61cd273
2021-06-05T09:10:38.776Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bcc5674-08f2-4c43-876e-fca0d61cd273 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:10:38.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884157044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:10:38.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:10:38.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884149503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:10:38.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "cds",
  "timestamp": 1622884157152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:10:38.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:10:38.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884157486,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:10:38.791Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2bcc5674-08f2-4c43-876e-fca0d61cd273
2021-06-05T09:10:38.791Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bcc5674-08f2-4c43-876e-fca0d61cd273 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:10:38.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "clamp",
  "timestamp": 1622884155091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "aai-ml",
  "timestamp": 1622884155155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "cds",
  "timestamp": 1622884158159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:10:38.804Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2bcc5674-08f2-4c43-876e-fca0d61cd273
2021-06-05T09:10:38.804Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bcc5674-08f2-4c43-876e-fca0d61cd273 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:10:38.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884158366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-06-05T09:10:38.813Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:10:38.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "clamp",
  "timestamp": 1622884155091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "aai-ml",
  "timestamp": 1622884155155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884159370,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:10:38.818Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2bcc5674-08f2-4c43-876e-fca0d61cd273
2021-06-05T09:10:38.818Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bcc5674-08f2-4c43-876e-fca0d61cd273 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:10:38.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "clamp",
  "timestamp": 1622884155091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "aai-ml",
  "timestamp": 1622884155155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "clamp",
  "timestamp": 1622884155091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "aai-ml",
  "timestamp": 1622884155155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "clamp",
  "timestamp": 1622884155091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "aai-ml",
  "timestamp": 1622884155155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:10:38.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "clamp",
  "timestamp": 1622884155091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:10:38.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "aai-ml",
  "timestamp": 1622884155155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:10:38.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:10:38.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "aai-ml",
  "timestamp": 1622884164687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:10:38.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:10:38.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "aai-ml",
  "timestamp": 1622884169178,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:10:38.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:10:38.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "aai-ml",
  "timestamp": 1622884170181,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:10:38.834Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2bcc5674-08f2-4c43-876e-fca0d61cd273
2021-06-05T09:10:38.835Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bcc5674-08f2-4c43-876e-fca0d61cd273 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:10:38.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "clamp",
  "timestamp": 1622884173150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:10:38.845Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:10:38.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "clamp",
  "timestamp": 1622884175156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:10:38.845Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:10:38.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:10:38.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "clamp",
  "timestamp": 1622884176160,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:10:38.851Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2bcc5674-08f2-4c43-876e-fca0d61cd273
2021-06-05T09:10:38.852Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bcc5674-08f2-4c43-876e-fca0d61cd273 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:10:51.344Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bcc5674-08f2-4c43-876e-fca0d61cd273
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:10:51.354Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bcc5674-08f2-4c43-876e-fca0d61cd273
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:10:51.356Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:10:51.357Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-05T09:10:51.357Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-05T09:10:51.357Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-05T09:10:51.357Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:10:51.357Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:10:51.357Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:10:51.357Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:10:51.357Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:10:51.357Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:10:51.357Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:10:51.357Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|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-06-05T09:10:51.362Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-05T09:11:21.362Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2bcc5674-08f2-4c43-876e-fca0d61cd273 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-06-05T09:11:21.368Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2bcc5674-08f2-4c43-876e-fca0d61cd273 and serviceModelVersionId: 4c548366-753c-418f-8fbf-7722da43ad35
2021-06-05T09:11:21.368Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c47de4d-70aa-46a5-9264-d2cc201d1344
2021-06-05T09:11:21.369Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c47de4d-70aa-46a5-9264-d2cc201d1344/model-vers/model-ver/4c548366-753c-418f-8fbf-7722da43ad35?depth=0
2021-06-05T09:11:21.373Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-06-05T09:11:21.405Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|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/4c47de4d-70aa-46a5-9264-d2cc201d1344/model-vers/model-ver/4c548366-753c-418f-8fbf-7722da43ad35?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-06-05T09:11:21.406Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c47de4d-70aa-46a5-9264-d2cc201d1344/model-vers/model-ver/4c548366-753c-418f-8fbf-7722da43ad35?depth=0|INFO|500||Invoke
2021-06-05T09:11:21.426Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c47de4d-70aa-46a5-9264-d2cc201d1344/model-vers/model-ver/4c548366-753c-418f-8fbf-7722da43ad35?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-05T09:11:21.560Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c47de4d-70aa-46a5-9264-d2cc201d1344/model-vers/model-ver/4c548366-753c-418f-8fbf-7722da43ad35?depth=0|INFO|500||InvokeReturn
2021-06-05T09:11:21.560Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|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/4c47de4d-70aa-46a5-9264-d2cc201d1344/model-vers/model-ver/4c548366-753c-418f-8fbf-7722da43ad35?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210605-09:11:21:432-9084], vertex-id=[397560], Content-Length=[0], Date=[Sat, 05 Jun 2021 09:11:21 GMT], Content-Type=[application/json]}
2021-06-05T09:11:21.561Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-06-05T09:11:21.561Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-05T09:11:21.561Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|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-06-05T09:11:21.567Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|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-06-05T09:11:21.567Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2bcc5674-08f2-4c43-876e-fca0d61cd273 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-05T09:11:21.567Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-05T09:11:21.568Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:11:21.569Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:11:21.570Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884281567,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:11:21.670Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:11:21.671Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:11:21.671Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:11:21.686Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:11:21.686Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-05T09:11:22.580Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:11:22.581Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:11:22.581Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|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 bps6J5c742ZA4qLs) ...
2021-06-05T09:11:32.122Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:11:38.726Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:11:38.726Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:11:38.727Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|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 bps6J5c742ZA4qLs) ...
2021-06-05T09:11:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:11:38.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:11:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:11:38.746Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:11:38.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:11:38.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884178725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:11:38.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:11:38.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:11:38.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884178725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:11:38.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:11:38.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:11:38.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884178725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:11:38.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:11:38.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:11:38.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884178725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:11:38.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:11:38.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:11:38.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884178725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:11:38.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:11:38.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:11:38.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884178725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:11:38.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:11:38.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:11:38.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884178725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:11:38.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:11:38.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:11:38.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884178725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:11:38.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:11:38.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:11:38.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884188387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:11:38.749Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:11:38.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:11:38.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884190314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:11:38.749Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:11:48.267Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:12:38.726Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:12:38.726Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:12:38.726Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|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 bps6J5c742ZA4qLs) ...
2021-06-05T09:12:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:12:38.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:12:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:12:38.753Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:12:38.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:12:38.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884281567,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:12:38.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:12:39.351Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:12:39.353Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-05T09:12:39.353Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"7c04920e-bf48-4e24-9216-12e70d74155f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7f34bd0f-214b-49ac-90c8-fe53bab89456","serviceDescription":"service","serviceInvariantUUID":"d9829fce-c61d-45eb-9170-c7f9f740c383","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b80fe52e-f5bc-4f2c-96c7-3d6e136b2ea1","resourceInvariantUUID":"2c777329-bf8f-4815-8ab3-418e2ec64e1c","resourceCustomizationUUID":"19de3ee0-15f2-49e0-973e-6d7980eadd86","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":"ODY5YTljZjI4NTJiNGFmYmUwM2YwZWMxM2I4NTEwNjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a330f66e-8c39-4179-ba12-f88abcf4f1a0","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":"YTMxOTIyMjFlOWIzODRmYzU2ZmFhZDdiYWFmMzMxMWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"16dcbcb2-d8fc-4626-b689-94f1450556dc","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":"a964ac14-aa73-4779-8760-b8f3a5cfc33c","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":"45ec29be-dc80-40d1-9303-82b49c37228f","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":"47515207-d461-4786-994d-41117dd067cb","artifactVersion":"2","generatedFromUUID":"a964ac14-aa73-4779-8760-b8f3a5cfc33c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzA0ZjE4YTYyYWQ1ZTRiZjE3MGQyNjM2MWQ0MmYyMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a7eb0792-e94a-4717-8a7c-b60b22193525","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzczYmM3YTg2NGRjYWMzYWI2MjljZDdlMGZjODUwMmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a56b80d4-f707-438d-bd7e-6da2568e4e42","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-05T09:12:39.355Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:12:39.355Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:12:39.358Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:12:39.358Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:12:39.458Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:12:39.459Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:12:39.459Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:12:39.470Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:12:39.470Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-05T09:12:40.358Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:12:40.359Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:12:40.362Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:12:40.362Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:12:40.462Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:12:40.463Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:12:40.463Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:12:40.472Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:12:40.472Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:12:41.362Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:12:41.363Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:12:41.365Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:12:41.365Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:12:41.465Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:12:41.466Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:12:41.466Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:12:41.476Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:12:41.477Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:12:42.365Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:12:42.366Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:12:42.368Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:12:42.368Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:12:42.468Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:12:42.469Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:12:42.469Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:12:42.480Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:12:42.480Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:12:43.369Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:12:43.369Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:12:43.371Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:12:43.371Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-05T09:12:43.471Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:12:43.472Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:12:43.472Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:12:43.482Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:12:43.482Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:12:44.371Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:12:44.372Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:12:44.374Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:12:44.374Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:12:44.474Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:12:44.476Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:12:44.476Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:12:44.486Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:12:44.487Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:12:45.374Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:12:45.375Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:12:45.377Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:12:45.377Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:12:45.477Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:12:45.478Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:12:45.478Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:12:45.488Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:12:45.488Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:12:46.378Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7f34bd0f-214b-49ac-90c8-fe53bab89456",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d9829fce-c61d-45eb-9170-c7f9f740c383",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "19de3ee0-15f2-49e0-973e-6d7980eadd86",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b80fe52e-f5bc-4f2c-96c7-3d6e136b2ea1",
      "resourceInvariantUUID": "2c777329-bf8f-4815-8ab3-418e2ec64e1c",
      "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": "YTMxOTIyMjFlOWIzODRmYzU2ZmFhZDdiYWFmMzMxMWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "16dcbcb2-d8fc-4626-b689-94f1450556dc",
          "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": "a964ac14-aa73-4779-8760-b8f3a5cfc33c",
          "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": "47515207-d461-4786-994d-41117dd067cb",
            "generatedFromUUID": "a964ac14-aa73-4779-8760-b8f3a5cfc33c"
          },
          "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": "47515207-d461-4786-994d-41117dd067cb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzczYmM3YTg2NGRjYWMzYWI2MjljZDdlMGZjODUwMmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a56b80d4-f707-438d-bd7e-6da2568e4e42"
    }
  ],
  "workloadContext": "Production"
}
2021-06-05T09:12:46.379Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-05T09:12:46.379Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7f34bd0f-214b-49ac-90c8-fe53bab89456 ASDC
2021-06-05T09:12:46.379Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:7c04920e-bf48-4e24-9216-12e70d74155f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7f34bd0f-214b-49ac-90c8-fe53bab89456
ServiceInvariantUUID:d9829fce-c61d-45eb-9170-c7f9f740c383
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:a56b80d4-f707-438d-bd7e-6da2568e4e42
ArtifactChecksum:MzczYmM3YTg2NGRjYWMzYWI2MjljZDdlMGZjODUwMmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:19de3ee0-15f2-49e0-973e-6d7980eadd86
ResourceInvariantUUID:2c777329-bf8f-4815-8ab3-418e2ec64e1c
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b80fe52e-f5bc-4f2c-96c7-3d6e136b2ea1
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:16dcbcb2-d8fc-4626-b689-94f1450556dc
ArtifactChecksum:YTMxOTIyMjFlOWIzODRmYzU2ZmFhZDdiYWFmMzMxMWI=
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:a964ac14-aa73-4779-8760-b8f3a5cfc33c
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:47515207-d461-4786-994d-41117dd067cb
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:47515207-d461-4786-994d-41117dd067cb
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-05T09:12:46.379Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7f34bd0f-214b-49ac-90c8-fe53bab89456 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:12:46.411Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:12:46.412Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:12:46.412Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:12:46.412Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a56b80d4-f707-438d-bd7e-6da2568e4e42 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-05T09:12:46.412Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:12:46.412Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-05T09:12:47.263Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:12:47.268Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a56b80d4-f707-438d-bd7e-6da2568e4e42 70841
2021-06-05T09:12:47.268Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-06-05T09:12:47.268Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-05T09:12:47.268Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:12:47.269Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:12:47.270Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:12:47.270Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884367268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:12:47.370Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:12:47.371Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:12:47.371Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:12:47.385Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:12:47.386Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:12:48.271Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:12:48.272Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:12:48.272Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a56b80d4-f707-438d-bd7e-6da2568e4e42, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-06-05T09:12:48.272Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-06-05T09:12:48.272Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-06-05T09:12:48.272Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-06-05T09:12:48.601Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4667828093253731655/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-06-05T09:12:49.632Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-05T09:12:49.632Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:12:49.632Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-05T09:12:49.632Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-06-05T09:12:49.632Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-05T09:12:49.632Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-05T09:12:49.632Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-05T09:12:49.632Z|7c04920e-bf48-4e24-9216-12e70d74155f|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-BasicVm-csar.csar
2021-06-05T09:12:49.632Z|7c04920e-bf48-4e24-9216-12e70d74155f|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-BasicVm-csar.csar
2021-06-05T09:12:49.632Z|7c04920e-bf48-4e24-9216-12e70d74155f|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-BasicVm-csar.csar
2021-06-05T09:12:49.632Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-05T09:12:49.632Z|7c04920e-bf48-4e24-9216-12e70d74155f|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-BasicVm-csar.csar
2021-06-05T09:12:49.632Z|7c04920e-bf48-4e24-9216-12e70d74155f|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-BasicVm-csar.csar
2021-06-05T09:12:49.633Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:12:49.633Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:49.633Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:12:49.633Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-05T09:12:49.633Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:12:49.633Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:12:49.633Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:49.633Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:12:49.633Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-05T09:12:49.633Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:12:49.633Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:12:49.633Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:49.634Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:12:49.634Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:49.634Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-05T09:12:49.634Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-05T09:12:49.634Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-06-05T09:12:49.634Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-06-05T09:12:49.634Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-06-05T09:12:49.634Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-05T09:12:49.634Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:49.634Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-05T09:12:49.634Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:49.634Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-05T09:12:49.635Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:12:49.635Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:49.635Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-05T09:12:49.635Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:12:49.635Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:49.635Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-05T09:12:49.635Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:12:49.635Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:49.635Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-05T09:12:49.636Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-05T09:12:49.636Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-05T09:12:49.636Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3ab106dd-b968-4998-a4f0-456cce862940
2021-06-05T09:12:49.636Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:49.636Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:12:49.636Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:49.636Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:12:49.636Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:49.636Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:12:49.636Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:49.636Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:12:49.636Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7f34bd0f-214b-49ac-90c8-fe53bab89456
Model Version:NULL
Model InvariantUuid:d9829fce-c61d-45eb-9170-c7f9f740c383
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:450144b3-734a-4b8d-a8d1-558730bf378f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2c777329-bf8f-4815-8ab3-418e2ec64e1c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19de3ee0-15f2-49e0-973e-6d7980eadd86
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c0b2beeb-859c-4067-a4b6-2650e76e14e8
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:f076af8c-0ec8-4d05-88a0-9e2d4a61a87c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3ab106dd-b968-4998-a4f0-456cce862940
ModelInvariantUuid:31e7537a-2911-4938-9485-e767c7c7a364
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:8da980b6-2099-4922-93b9-b49a043d7be9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:16a9786e-7659-461d-b16e-61d0d737f9ee
ModelInvariantUuid:de88ac21-9c2f-4815-a7f7-872effe37838
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:8c3adf7c-5851-45e7-bfbc-0d62a3908e4a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-05T09:12:49.642Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: b80fe52e-f5bc-4f2c-96c7-3d6e136b2ea1
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:12:49.644Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||basic_vm 0
2021-06-05T09:12:49.644Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b80fe52e-f5bc-4f2c-96c7-3d6e136b2ea1
2021-06-05T09:12:49.644Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 16dcbcb2-d8fc-4626-b689-94f1450556dc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-06-05T09:12:49.644Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:12:49.644Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-06-05T09:12:50.759Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:12:50.760Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 16dcbcb2-d8fc-4626-b689-94f1450556dc 787
2021-06-05T09:12:50.760Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-06-05T09:12:50.760Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-06-05T09:12:50.760Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:12:50.761Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:12:50.762Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:12:50.763Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884370760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:12:50.864Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:12:50.865Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:12:50.865Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:12:50.877Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:12:50.877Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-05T09:12:51.763Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c0b2beeb-859c-4067-a4b6-2650e76e14e8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f076af8c-0ec8-4d05-88a0-9e2d4a61a87c",
    "vfModuleModelCustomizationUUID": "472785de-9908-495a-94bd-d578894f57ed",
    "isBase": true,
    "artifacts": [
      "a964ac14-aa73-4779-8760-b8f3a5cfc33c",
      "47515207-d461-4786-994d-41117dd067cb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-05T09:12:51.768Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f076af8c-0ec8-4d05-88a0-9e2d4a61a87c
VfModuleModelInvariantUUID:c0b2beeb-859c-4067-a4b6-2650e76e14e8
VfModuleModelDescription:NULL
Artifacts UUID List:{
a964ac14-aa73-4779-8760-b8f3a5cfc33c
,
47515207-d461-4786-994d-41117dd067cb

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-06-05T09:12:51.770Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c0b2beeb-859c-4067-a4b6-2650e76e14e8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f076af8c-0ec8-4d05-88a0-9e2d4a61a87c",
    "vfModuleModelCustomizationUUID": "472785de-9908-495a-94bd-d578894f57ed",
    "isBase": true,
    "artifacts": [
      "a964ac14-aa73-4779-8760-b8f3a5cfc33c",
      "47515207-d461-4786-994d-41117dd067cb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-05T09:12:51.770Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f076af8c-0ec8-4d05-88a0-9e2d4a61a87c
VfModuleModelInvariantUUID:c0b2beeb-859c-4067-a4b6-2650e76e14e8
VfModuleModelDescription:NULL
Artifacts UUID List:{
a964ac14-aa73-4779-8760-b8f3a5cfc33c
,
47515207-d461-4786-994d-41117dd067cb

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-06-05T09:12:51.771Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a964ac14-aa73-4779-8760-b8f3a5cfc33c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-06-05T09:12:51.771Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:12:51.771Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-06-05T09:12:54.073Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:12:54.073Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a964ac14-aa73-4779-8760-b8f3a5cfc33c 5033
2021-06-05T09:12:54.073Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-06-05T09:12:54.073Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-06-05T09:12:54.073Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:12:54.074Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:12:54.075Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:12:54.075Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884374073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:12:54.176Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-05T09:12:54.177Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:12:54.177Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:12:54.188Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:12:54.188Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:12:55.076Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 47515207-d461-4786-994d-41117dd067cb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-06-05T09:12:55.077Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:12:55.077Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-06-05T09:12:56.034Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:12:56.035Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 47515207-d461-4786-994d-41117dd067cb 903
2021-06-05T09:12:56.035Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-06-05T09:12:56.035Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-06-05T09:12:56.035Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:12:56.035Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:12:56.037Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:12:56.037Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884376035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:12:56.137Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:12:56.138Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:12:56.138Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:12:56.148Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:12:56.149Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-05T09:12:57.037Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7f34bd0f-214b-49ac-90c8-fe53bab89456
2021-06-05T09:12:57.038Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b80fe52e-f5bc-4f2c-96c7-3d6e136b2ea1 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:12:57.050Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:57.051Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:12:57.051Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-06-05T09:12:57.051Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 19de3ee0-15f2-49e0-973e-6d7980eadd86
2021-06-05T09:12:57.051Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 19de3ee0-15f2-49e0-973e-6d7980eadd86 matches Tosca VF Customization UUID: 19de3ee0-15f2-49e0-973e-6d7980eadd86
2021-06-05T09:12:57.051Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 19de3ee0-15f2-49e0-973e-6d7980eadd86  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-06-05T09:12:57.053Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:57.053Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:12:57.054Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 19de3ee0-15f2-49e0-973e-6d7980eadd86: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-06-05T09:12:57.054Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@470980cb
2021-06-05T09:12:57.054Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:57.054Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-05T09:12:57.054Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 472785de-9908-495a-94bd-d578894f57ed
2021-06-05T09:12:57.054Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 472785de-9908-495a-94bd-d578894f57ed
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-06-05T09:12:57.057Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:57.057Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-05T09:12:57.057Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:12:57.057Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:57.058Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-05T09:12:57.058Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:12:57.058Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:57.058Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-05T09:12:57.058Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-05T09:12:57.058Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-05T09:12:57.058Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3ab106dd-b968-4998-a4f0-456cce862940
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-05T09:12:57.064Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:57.065Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-05T09:12:57.065Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:12:57.065Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:57.065Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-05T09:12:57.065Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=19de3ee0-15f2-49e0-973e-6d7980eadd86
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:12:57.067Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:57.067Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:12:57.067Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7f34bd0f-214b-49ac-90c8-fe53bab89456: basic_vm
2021-06-05T09:12:57.067Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:57.068Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:12:57.068Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:57.068Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:12:57.068Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:57.068Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:12:57.068Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:57.069Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:12:57.069Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:12:57.069Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:12:57.069Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:12:57.153Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b80fe52e-f5bc-4f2c-96c7-3d6e136b2ea1 1 ASDC deployResourceStructure
2021-06-05T09:12:57.153Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-06-05T09:12:57.153Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-06-05T09:12:57.153Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:12:57.153Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:12:57.155Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:12:57.155Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884377153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:12:57.255Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:12:57.256Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:12:57.256Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:12:57.265Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:12:57.266Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:12:58.156Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-06-05T09:12:58.156Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-06-05T09:12:58.157Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:12:58.157Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:12:58.159Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:12:58.159Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884378156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-06-05T09:12:58.259Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:12:58.260Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:12:58.260Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:12:58.273Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:12:58.274Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:12:59.160Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-06-05T09:12:59.160Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-06-05T09:12:59.160Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:12:59.161Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:12:59.162Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:12:59.162Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884379159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-06-05T09:12:59.263Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-05T09:12:59.263Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:12:59.263Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:12:59.274Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:12:59.274Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:13:00.163Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-06-05T09:13:00.164Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-05T09:13:00.164Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:13:00.164Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:13:00.166Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:13:00.166Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884380163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:13:00.266Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:13:00.267Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:13:00.268Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:13:00.277Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:13:00.278Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:13:01.167Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c04920e-bf48-4e24-9216-12e70d74155f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:13:01.179Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c04920e-bf48-4e24-9216-12e70d74155f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:13:01.181Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:13:01.181Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T09:13:01.181Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T09:13:31.181Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c04920e-bf48-4e24-9216-12e70d74155f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:13:31.191Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c04920e-bf48-4e24-9216-12e70d74155f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:13:31.193Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:13:31.193Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T09:13:31.193Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T09:13:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:13:38.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:13:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:13:38.761Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:13:38.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "cds",
  "timestamp": 1622884343299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884349503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884348186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884349251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884348186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "cds",
  "timestamp": 1622884343299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884349503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:13:38.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884349251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884349503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:13:38.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884348186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "cds",
  "timestamp": 1622884343299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884349251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884349503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884348186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "cds",
  "timestamp": 1622884343299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884349251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884349503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-05T09:13:38.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884348186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "cds",
  "timestamp": 1622884343299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884349251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884349503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884348186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.768Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "cds",
  "timestamp": 1622884343299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.768Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884349251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.768Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884349503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:13:38.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884348186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "cds",
  "timestamp": 1622884343299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:13:38.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884349251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:13:38.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:13:38.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:13:38.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "dcae-sch",
  "timestamp": 1622884357526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:13:38.770Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:01.193Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c04920e-bf48-4e24-9216-12e70d74155f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:14:01.202Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c04920e-bf48-4e24-9216-12e70d74155f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:14:01.204Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:14:01.204Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T09:14:01.204Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T09:14:31.204Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c04920e-bf48-4e24-9216-12e70d74155f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:14:31.218Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c04920e-bf48-4e24-9216-12e70d74155f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:14:31.220Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:14:31.220Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T09:14:31.220Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T09:14:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:14:38.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:14:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:14:38.748Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:14:38.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "dcae-sch",
  "timestamp": 1622884357526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.770Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884359337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.770Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "cds",
  "timestamp": 1622884359345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.770Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.770Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884359536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.770Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "dcae-sch",
  "timestamp": 1622884357526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.771Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "cds",
  "timestamp": 1622884360351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:14:38.777Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7c04920e-bf48-4e24-9216-12e70d74155f
2021-06-05T09:14:38.777Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c04920e-bf48-4e24-9216-12e70d74155f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:14:38.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884359875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "policy-id",
  "timestamp": 1622884360151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884360252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884360937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.791Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "dcae-sch",
  "timestamp": 1622884357526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884359875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884361761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:38.792Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "policy-id",
  "timestamp": 1622884360151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "cds",
  "timestamp": 1622884361356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884360252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "dcae-sch",
  "timestamp": 1622884357526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884359875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884362764,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:14:38.799Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7c04920e-bf48-4e24-9216-12e70d74155f
2021-06-05T09:14:38.799Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c04920e-bf48-4e24-9216-12e70d74155f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:14:38.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "policy-id",
  "timestamp": 1622884360151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884360252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "cds",
  "timestamp": 1622884361356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "dcae-sch",
  "timestamp": 1622884357526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884363264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.813Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884359875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "policy-id",
  "timestamp": 1622884360151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "cds",
  "timestamp": 1622884361356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884360252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "dcae-sch",
  "timestamp": 1622884357526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884364270,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:14:38.820Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c04920e-bf48-4e24-9216-12e70d74155f
2021-06-05T09:14:38.820Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c04920e-bf48-4e24-9216-12e70d74155f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:14:38.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884359875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "policy-id",
  "timestamp": 1622884360151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "cds",
  "timestamp": 1622884361356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884360252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "dcae-sch",
  "timestamp": 1622884357526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884365273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:38.830Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884359875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "clamp",
  "timestamp": 1622884365091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "aai-ml",
  "timestamp": 1622884365156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "policy-id",
  "timestamp": 1622884360151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "cds",
  "timestamp": 1622884361356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884360252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "dcae-sch",
  "timestamp": 1622884357526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884359875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "clamp",
  "timestamp": 1622884365091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "aai-ml",
  "timestamp": 1622884365156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "policy-id",
  "timestamp": 1622884360151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "cds",
  "timestamp": 1622884361356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884360252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "dcae-sch",
  "timestamp": 1622884357526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884367268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.833Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "clamp",
  "timestamp": 1622884365091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "aai-ml",
  "timestamp": 1622884365156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "cds",
  "timestamp": 1622884361356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "dcae-sch",
  "timestamp": 1622884357526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884368186,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "clamp",
  "timestamp": 1622884365091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "aai-ml",
  "timestamp": 1622884365156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "cds",
  "timestamp": 1622884361356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884369181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.834Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "dcae-sch",
  "timestamp": 1622884357526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884369257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.835Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "policy-id",
  "timestamp": 1622884369366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.835Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884368186,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "clamp",
  "timestamp": 1622884365091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "aai-ml",
  "timestamp": 1622884365156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884369503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "dcae-sch",
  "timestamp": 1622884357526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "policy-id",
  "timestamp": 1622884370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:38.836Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884368186,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "clamp",
  "timestamp": 1622884365091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884370760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.836Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "aai-ml",
  "timestamp": 1622884365156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884369503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "dcae-sch",
  "timestamp": 1622884357526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "cds",
  "timestamp": 1622884371270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "policy-id",
  "timestamp": 1622884371373,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:14:38.842Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c04920e-bf48-4e24-9216-12e70d74155f
2021-06-05T09:14:38.842Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c04920e-bf48-4e24-9216-12e70d74155f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-05T09:14:38.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884371585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.848Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884371683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.848Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884368186,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "clamp",
  "timestamp": 1622884365091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "aai-ml",
  "timestamp": 1622884365156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884369503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "dcae-sch",
  "timestamp": 1622884357526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "cds",
  "timestamp": 1622884372276,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:14:38.862Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c349ca48-eee5-4beb-af68-02cf1fcc5be2
2021-06-05T09:14:38.863Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c349ca48-eee5-4beb-af68-02cf1fcc5be2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:14:38.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "policy-id",
  "timestamp": 1622884360151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884368186,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884369503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "policy-id",
  "timestamp": 1622884360151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884368186,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884369503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884374073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "policy-id",
  "timestamp": 1622884360151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884368186,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884369503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884375226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884375226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "aai-ml",
  "timestamp": 1622884375236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "policy-id",
  "timestamp": 1622884360151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884368186,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884376035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884369503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884376231,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:14:38.878Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c04920e-bf48-4e24-9216-12e70d74155f
2021-06-05T09:14:38.878Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c04920e-bf48-4e24-9216-12e70d74155f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-05T09:14:38.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884376252,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:14:38.891Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c04920e-bf48-4e24-9216-12e70d74155f
2021-06-05T09:14:38.891Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c04920e-bf48-4e24-9216-12e70d74155f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-05T09:14:38.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "policy-id",
  "timestamp": 1622884360151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "cds",
  "timestamp": 1622884373299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "dcae-sch",
  "timestamp": 1622884376956,
  "artifactURL": "/sdc/v1/catalog/services/78e09cf6-6049-48b3-a695-cf4c91dc5505/resourceInstances/basicclamp0/artifacts/6eed9229-5302-4df9-ba23-29a7a2914146",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.899Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884369503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884377153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:38.900Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884377234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:38.900Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884377254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:38.900Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "policy-id",
  "timestamp": 1622884360151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "cds",
  "timestamp": 1622884373299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884378156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:38.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "dcae-sch",
  "timestamp": 1622884378213,
  "artifactURL": "/sdc/v1/catalog/services/78e09cf6-6049-48b3-a695-cf4c91dc5505/resourceInstances/basicclamp0/artifacts/6eed9229-5302-4df9-ba23-29a7a2914146",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:38.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884359875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884360252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "policy-id",
  "timestamp": 1622884360151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "cds",
  "timestamp": 1622884373299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884378736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.902Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884379159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:38.902Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "dcae-sch",
  "timestamp": 1622884379242,
  "artifactURL": "/sdc/v1/catalog/services/78e09cf6-6049-48b3-a695-cf4c91dc5505/resourceInstances/basicclamp0/artifacts/6eed9229-5302-4df9-ba23-29a7a2914146",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:14:38.907Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of c349ca48-eee5-4beb-af68-02cf1fcc5be2
2021-06-05T09:14:38.907Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c349ca48-eee5-4beb-af68-02cf1fcc5be2 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:14:38.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884359875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884360252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884379251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "policy-id",
  "timestamp": 1622884360151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "cds",
  "timestamp": 1622884373299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884380163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:38.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884359875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884360252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884379251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884380365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "cds",
  "timestamp": 1622884373299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "dcae-sch",
  "timestamp": 1622884380245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "policy-id",
  "timestamp": 1622884380936,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.917Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884359875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884360252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884379251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "cds",
  "timestamp": 1622884373299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "dcae-sch",
  "timestamp": 1622884380245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "policy-id",
  "timestamp": 1622884381947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:38.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "clamp",
  "timestamp": 1622884382178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884359875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884360252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884379251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "cds",
  "timestamp": 1622884373299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "dcae-sch",
  "timestamp": 1622884380245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "aai-ml",
  "timestamp": 1622884382963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:38.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884382963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "policy-id",
  "timestamp": 1622884382949,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:14:38.926Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c349ca48-eee5-4beb-af68-02cf1fcc5be2
2021-06-05T09:14:38.926Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c349ca48-eee5-4beb-af68-02cf1fcc5be2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:14:38.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "clamp",
  "timestamp": 1622884383203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:38.934Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884359875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884360252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884379251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "cds",
  "timestamp": 1622884373299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "dcae-sch",
  "timestamp": 1622884380245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884383968,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:14:38.940Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c349ca48-eee5-4beb-af68-02cf1fcc5be2
2021-06-05T09:14:38.940Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c349ca48-eee5-4beb-af68-02cf1fcc5be2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-05T09:14:38.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "aai-ml",
  "timestamp": 1622884383967,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:14:38.952Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7c04920e-bf48-4e24-9216-12e70d74155f
2021-06-05T09:14:38.953Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c04920e-bf48-4e24-9216-12e70d74155f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:14:38.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "clamp",
  "timestamp": 1622884384245,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:14:38.967Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7c04920e-bf48-4e24-9216-12e70d74155f
2021-06-05T09:14:38.967Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c04920e-bf48-4e24-9216-12e70d74155f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:14:38.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884359875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884360252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884379251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "policy-id",
  "timestamp": 1622884383952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "dcae-sch",
  "timestamp": 1622884380245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884384971,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:38.976Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "aai-ml",
  "timestamp": 1622884365156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "clamp",
  "timestamp": 1622884365091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884359875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884360252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884379251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "cds",
  "timestamp": 1622884385301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.977Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "policy-id",
  "timestamp": 1622884383952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "dcae-sch",
  "timestamp": 1622884380245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "aai-ml",
  "timestamp": 1622884365156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "clamp",
  "timestamp": 1622884365091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884379251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "policy-id",
  "timestamp": 1622884383952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "dcae-sch",
  "timestamp": 1622884380245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "aai-ml",
  "timestamp": 1622884365156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "clamp",
  "timestamp": 1622884365091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:14:38.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884387287,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.980Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884387358,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:38.980Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:38.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "policy-id",
  "timestamp": 1622884383952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.981Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "cds",
  "timestamp": 1622884387745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:14:38.992Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0d67afbd-9631-4716-bd95-48c2223ff35c
2021-06-05T09:14:38.993Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d67afbd-9631-4716-bd95-48c2223ff35c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:14:38.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "dcae-sch",
  "timestamp": 1622884380245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "aai-ml",
  "timestamp": 1622884365156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "clamp",
  "timestamp": 1622884365091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:38.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:38.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:38.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884388288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:39.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "policy-id",
  "timestamp": 1622884383952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884388186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "aai-ml",
  "timestamp": 1622884365156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884389165,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:39.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "clamp",
  "timestamp": 1622884365091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884389266,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:39.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "policy-id",
  "timestamp": 1622884383952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884388186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "aai-ml",
  "timestamp": 1622884365156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884389503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "clamp",
  "timestamp": 1622884365091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884390419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "policy-id",
  "timestamp": 1622884383952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884388186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "aai-ml",
  "timestamp": 1622884365156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884389503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:14:39.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884391179,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:39.002Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "clamp",
  "timestamp": 1622884365091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884391422,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:14:39.006Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c349ca48-eee5-4beb-af68-02cf1fcc5be2
2021-06-05T09:14:39.006Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c349ca48-eee5-4beb-af68-02cf1fcc5be2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:14:39.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884391472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:39.013Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "policy-id",
  "timestamp": 1622884383952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:39.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884388186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "aai-ml",
  "timestamp": 1622884365156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:39.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884389503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:14:39.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884392185,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:14:39.018Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c349ca48-eee5-4beb-af68-02cf1fcc5be2
2021-06-05T09:14:39.018Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c349ca48-eee5-4beb-af68-02cf1fcc5be2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-05T09:14:39.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "clamp",
  "timestamp": 1622884365091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:39.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884392494,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:14:39.029Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c349ca48-eee5-4beb-af68-02cf1fcc5be2
2021-06-05T09:14:39.030Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c349ca48-eee5-4beb-af68-02cf1fcc5be2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-05T09:14:39.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884388186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884389503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884393189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:39.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884393498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:39.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884388186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884389503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-05T09:14:39.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884394193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884388186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "policy-id",
  "timestamp": 1622884394977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:39.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "aai-ml",
  "timestamp": 1622884395084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:39.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884394503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884389503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884394193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:14:39.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884388186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "policy-id",
  "timestamp": 1622884395980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:39.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884394503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:14:39.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884389503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884394193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:14:39.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "policy-id",
  "timestamp": 1622884396982,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:14:39.045Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d67afbd-9631-4716-bd95-48c2223ff35c
2021-06-05T09:14:39.045Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d67afbd-9631-4716-bd95-48c2223ff35c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:14:39.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884394503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:14:39.052Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884389503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:39.052Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884394193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.052Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884394503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884398647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884394193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884394503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884394193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884394503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884400247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884394193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884394503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.054Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "clamp",
  "timestamp": 1622884401181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:39.054Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "aai-ml",
  "timestamp": 1622884401528,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:39.054Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884394193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:39.054Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884394503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:39.054Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "clamp",
  "timestamp": 1622884402184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:39.054Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "aai-ml",
  "timestamp": 1622884402531,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:14:39.058Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c349ca48-eee5-4beb-af68-02cf1fcc5be2
2021-06-05T09:14:39.058Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c349ca48-eee5-4beb-af68-02cf1fcc5be2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:14:39.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884402568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:39.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884403296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:39.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884403573,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:14:39.071Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d67afbd-9631-4716-bd95-48c2223ff35c
2021-06-05T09:14:39.071Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d67afbd-9631-4716-bd95-48c2223ff35c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-05T09:14:39.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884403772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:39.077Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "aai-ml",
  "timestamp": 1622884403533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884404575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:39.078Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884404859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:39.078Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "aai-ml",
  "timestamp": 1622884403533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884405287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:39.079Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "aai-ml",
  "timestamp": 1622884403533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "clamp",
  "timestamp": 1622884406278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:39.079Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884407075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:39.079Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "aai-ml",
  "timestamp": 1622884403533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "clamp",
  "timestamp": 1622884407280,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:39.080Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884407691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:39.080Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884408079,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:14:39.085Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d67afbd-9631-4716-bd95-48c2223ff35c
2021-06-05T09:14:39.085Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d67afbd-9631-4716-bd95-48c2223ff35c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-05T09:14:39.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "aai-ml",
  "timestamp": 1622884403533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "clamp",
  "timestamp": 1622884408284,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:14:39.096Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c349ca48-eee5-4beb-af68-02cf1fcc5be2
2021-06-05T09:14:39.096Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c349ca48-eee5-4beb-af68-02cf1fcc5be2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:14:39.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884408728,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:14:39.108Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d67afbd-9631-4716-bd95-48c2223ff35c
2021-06-05T09:14:39.108Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d67afbd-9631-4716-bd95-48c2223ff35c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-05T09:14:39.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884409082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:39.113Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "aai-ml",
  "timestamp": 1622884403533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884409733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884409251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "clamp",
  "timestamp": 1622884409288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "aai-ml",
  "timestamp": 1622884403533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884409251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "clamp",
  "timestamp": 1622884409288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "aai-ml",
  "timestamp": 1622884403533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884409251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "clamp",
  "timestamp": 1622884409288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884409251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "clamp",
  "timestamp": 1622884409288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "aai-ml",
  "timestamp": 1622884413631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:39.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:14:39.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884409251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "clamp",
  "timestamp": 1622884409288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884409251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "clamp",
  "timestamp": 1622884409288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884409251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "clamp",
  "timestamp": 1622884409288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:14:39.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884409251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:39.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "clamp",
  "timestamp": 1622884409288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:14:39.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:14:39.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:14:39.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884418434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:14:39.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:15:01.221Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c04920e-bf48-4e24-9216-12e70d74155f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:15:01.232Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c04920e-bf48-4e24-9216-12e70d74155f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:15:01.235Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:15:01.235Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-05T09:15:01.236Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-05T09:15:01.236Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-05T09:15:01.236Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:15:01.236Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:15:01.236Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:15:01.236Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:15:01.237Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:15:01.237Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:15:01.237Z|7c04920e-bf48-4e24-9216-12e70d74155f|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-06-05T09:15:01.242Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-05T09:15:31.242Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c04920e-bf48-4e24-9216-12e70d74155f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-06-05T09:15:31.248Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c04920e-bf48-4e24-9216-12e70d74155f and serviceModelVersionId: 7f34bd0f-214b-49ac-90c8-fe53bab89456
2021-06-05T09:15:31.248Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9829fce-c61d-45eb-9170-c7f9f740c383
2021-06-05T09:15:31.249Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9829fce-c61d-45eb-9170-c7f9f740c383/model-vers/model-ver/7f34bd0f-214b-49ac-90c8-fe53bab89456?depth=0
2021-06-05T09:15:31.253Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-06-05T09:15:31.288Z|7c04920e-bf48-4e24-9216-12e70d74155f|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/d9829fce-c61d-45eb-9170-c7f9f740c383/model-vers/model-ver/7f34bd0f-214b-49ac-90c8-fe53bab89456?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-06-05T09:15:31.289Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9829fce-c61d-45eb-9170-c7f9f740c383/model-vers/model-ver/7f34bd0f-214b-49ac-90c8-fe53bab89456?depth=0|INFO|500||Invoke
2021-06-05T09:15:31.318Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9829fce-c61d-45eb-9170-c7f9f740c383/model-vers/model-ver/7f34bd0f-214b-49ac-90c8-fe53bab89456?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-05T09:15:31.761Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9829fce-c61d-45eb-9170-c7f9f740c383/model-vers/model-ver/7f34bd0f-214b-49ac-90c8-fe53bab89456?depth=0|INFO|500||InvokeReturn
2021-06-05T09:15:31.761Z|7c04920e-bf48-4e24-9216-12e70d74155f|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/d9829fce-c61d-45eb-9170-c7f9f740c383/model-vers/model-ver/7f34bd0f-214b-49ac-90c8-fe53bab89456?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210605-09:15:31:324-82832], vertex-id=[241888], Content-Length=[0], Date=[Sat, 05 Jun 2021 09:15:31 GMT], Content-Type=[application/json]}
2021-06-05T09:15:31.761Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-06-05T09:15:31.761Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-05T09:15:31.761Z|7c04920e-bf48-4e24-9216-12e70d74155f|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-06-05T09:15:31.765Z|7c04920e-bf48-4e24-9216-12e70d74155f|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-06-05T09:15:31.765Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c04920e-bf48-4e24-9216-12e70d74155f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-05T09:15:31.765Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-05T09:15:31.765Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:15:31.767Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:15:31.767Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884531765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:15:31.867Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:15:31.868Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:15:31.868Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:15:31.882Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:15:31.883Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-05T09:15:32.777Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-05T09:15:32.777Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"c349ca48-eee5-4beb-af68-02cf1fcc5be2","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"78e09cf6-6049-48b3-a695-cf4c91dc5505","serviceDescription":"service","serviceInvariantUUID":"e4f04547-45b8-48e9-9b2e-10ef6160a692","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"387ff179-66b4-4af2-8bc9-170bf9830af5","resourceInvariantUUID":"f0bcc290-c81b-4ab0-865f-ff0f69eb85ce","resourceCustomizationUUID":"17eec4fd-1545-448c-9037-bc8b89c3187b","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":"6eed9229-5302-4df9-ba23-29a7a2914146","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":"MmMzOGY2Y2NlMGM4MjY0ZWZjYjFkYWVlYTlmMjljZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"37929f17-d793-479f-afbe-e96a5dcb21b2","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":"ODc3ZGVmZmU0ZmE1ZmEyYmY5YzRmOWQwYmFlZDJmYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"12b6d605-b7e6-4d26-a1f7-ba994df9313a","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":"6f7d1b9e-500f-4615-a6cc-8d2425915b63","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":"dae5bdf7-3ff3-4682-939a-04d4a99c9216","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":"9827c525-f133-43ed-af92-1cb6406b0abb","artifactVersion":"2","generatedFromUUID":"6f7d1b9e-500f-4615-a6cc-8d2425915b63"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YWRlYmI0OGYwOWNjODU4OTcxYzFhMTRlM2Q4YzFmNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4046835-448e-4e18-a162-ff5a3cd145da","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"Y2NkYjM0MjBjN2JkMjRhMjA1ZGM5ZjBkZTViN2UxZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d27b70ec-481a-44ff-a429-8b5f3c5a9f9d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-05T09:15:32.778Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:15:32.778Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:15:32.779Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:15:32.780Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:15:32.880Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:15:32.881Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:15:32.881Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:15:32.894Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:15:32.895Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:15:33.780Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:15:33.782Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:15:33.785Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:15:33.785Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:15:33.884Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-05T09:15:33.885Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:15:33.885Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:15:33.895Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:15:33.897Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:15:34.786Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:15:34.786Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:15:34.788Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:15:34.788Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:15:34.888Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:15:34.889Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:15:34.889Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:15:34.898Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:15:34.899Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:15:35.789Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:15:35.789Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:15:35.791Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:15:35.791Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:15:35.892Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:15:35.892Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:15:35.892Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:15:35.905Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:15:35.905Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:15:36.792Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:15:36.793Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:15:36.794Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:15:36.794Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:15:36.894Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:15:36.895Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:15:36.895Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:15:36.906Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:15:36.906Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:15:37.794Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:15:37.795Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:15:37.797Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:15:37.797Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-05T09:15:37.897Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:15:37.898Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:15:37.898Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:15:37.910Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:15:37.911Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:15:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:15:38.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:15:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:15:38.749Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:15:38.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:15:38.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "aai-ml",
  "timestamp": 1622884420131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:15:38.750Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:15:38.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:15:38.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884420482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:15:38.750Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:15:38.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:15:38.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "aai-ml",
  "timestamp": 1622884421134,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:15:38.758Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0d67afbd-9631-4716-bd95-48c2223ff35c
2021-06-05T09:15:38.759Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d67afbd-9631-4716-bd95-48c2223ff35c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:15:38.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:15:38.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884421485,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:15:38.771Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d67afbd-9631-4716-bd95-48c2223ff35c
2021-06-05T09:15:38.771Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d67afbd-9631-4716-bd95-48c2223ff35c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:15:38.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:15:38.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "clamp",
  "timestamp": 1622884425838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:15:38.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:15:38.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:15:38.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "clamp",
  "timestamp": 1622884428187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:15:38.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:15:38.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:15:38.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "clamp",
  "timestamp": 1622884429189,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:15:38.786Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0d67afbd-9631-4716-bd95-48c2223ff35c
2021-06-05T09:15:38.787Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d67afbd-9631-4716-bd95-48c2223ff35c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:15:38.797Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:15:38.798Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:15:38.800Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:15:38.800Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:15:38.900Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:15:38.901Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:15:38.901Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:15:38.911Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:15:38.912Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:15:39.800Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:15:39.801Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:15:39.803Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:15:39.803Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:15:39.903Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:15:39.903Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:15:39.903Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:15:39.914Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:15:39.914Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:15:40.804Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "78e09cf6-6049-48b3-a695-cf4c91dc5505",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e4f04547-45b8-48e9-9b2e-10ef6160a692",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "17eec4fd-1545-448c-9037-bc8b89c3187b",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "387ff179-66b4-4af2-8bc9-170bf9830af5",
      "resourceInvariantUUID": "f0bcc290-c81b-4ab0-865f-ff0f69eb85ce",
      "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": "ODc3ZGVmZmU0ZmE1ZmEyYmY5YzRmOWQwYmFlZDJmYWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "12b6d605-b7e6-4d26-a1f7-ba994df9313a",
          "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": "6f7d1b9e-500f-4615-a6cc-8d2425915b63",
          "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": "9827c525-f133-43ed-af92-1cb6406b0abb",
            "generatedFromUUID": "6f7d1b9e-500f-4615-a6cc-8d2425915b63"
          },
          "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": "9827c525-f133-43ed-af92-1cb6406b0abb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "Y2NkYjM0MjBjN2JkMjRhMjA1ZGM5ZjBkZTViN2UxZmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d27b70ec-481a-44ff-a429-8b5f3c5a9f9d"
    }
  ],
  "workloadContext": "Production"
}
2021-06-05T09:15:40.804Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-05T09:15:40.805Z|7c04920e-bf48-4e24-9216-12e70d74155f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78e09cf6-6049-48b3-a695-cf4c91dc5505 ASDC
2021-06-05T09:15:40.805Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c349ca48-eee5-4beb-af68-02cf1fcc5be2
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:78e09cf6-6049-48b3-a695-cf4c91dc5505
ServiceInvariantUUID:e4f04547-45b8-48e9-9b2e-10ef6160a692
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:d27b70ec-481a-44ff-a429-8b5f3c5a9f9d
ArtifactChecksum:Y2NkYjM0MjBjN2JkMjRhMjA1ZGM5ZjBkZTViN2UxZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:17eec4fd-1545-448c-9037-bc8b89c3187b
ResourceInvariantUUID:f0bcc290-c81b-4ab0-865f-ff0f69eb85ce
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:387ff179-66b4-4af2-8bc9-170bf9830af5
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:12b6d605-b7e6-4d26-a1f7-ba994df9313a
ArtifactChecksum:ODc3ZGVmZmU0ZmE1ZmEyYmY5YzRmOWQwYmFlZDJmYWE=
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:6f7d1b9e-500f-4615-a6cc-8d2425915b63
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:9827c525-f133-43ed-af92-1cb6406b0abb
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:9827c525-f133-43ed-af92-1cb6406b0abb
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-05T09:15:40.805Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78e09cf6-6049-48b3-a695-cf4c91dc5505 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-05T09:15:40.831Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:15:40.832Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:15:40.832Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:15:40.833Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d27b70ec-481a-44ff-a429-8b5f3c5a9f9d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-06-05T09:15:40.833Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:15:40.833Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-06-05T09:15:41.472Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:15:41.476Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar d27b70ec-481a-44ff-a429-8b5f3c5a9f9d 73377
2021-06-05T09:15:41.477Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-06-05T09:15:41.477Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-06-05T09:15:41.477Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:15:41.477Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:15:41.479Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:15:41.479Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884541477,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:15:41.579Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:15:41.580Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:15:41.580Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:15:41.592Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:15:41.592Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:15:42.479Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:15:42.481Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:15:42.481Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d27b70ec-481a-44ff-a429-8b5f3c5a9f9d, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-05T09:15:42.481Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-06-05T09:15:42.481Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-05T09:15:42.481Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-05T09:15:42.653Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14155019296989072276/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-06-05T09:15:43.672Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-05T09:15:43.672Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:15:43.673Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-05T09:15:43.673Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-06-05T09:15:43.673Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-05T09:15:43.673Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|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-Basicclamp-csar.csar
2021-06-05T09:15:43.673Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|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-Basicclamp-csar.csar
2021-06-05T09:15:43.673Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|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-Basicclamp-csar.csar
2021-06-05T09:15:43.673Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|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-Basicclamp-csar.csar
2021-06-05T09:15:43.673Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|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-Basicclamp-csar.csar
2021-06-05T09:15:43.673Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|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-Basicclamp-csar.csar
2021-06-05T09:15:43.673Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|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-Basicclamp-csar.csar
2021-06-05T09:15:43.673Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|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-Basicclamp-csar.csar
2021-06-05T09:15:43.673Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:15:43.674Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:43.674Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:15:43.674Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-05T09:15:43.674Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:15:43.674Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:15:43.674Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:43.674Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:15:43.675Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-05T09:15:43.675Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:15:43.675Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:15:43.675Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:43.675Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:15:43.675Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:43.675Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-06-05T09:15:43.676Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-06-05T09:15:43.676Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-06-05T09:15:43.676Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-06-05T09:15:43.676Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-05T09:15:43.676Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-05T09:15:43.676Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:43.676Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-05T09:15:43.676Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:43.676Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-05T09:15:43.676Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:15:43.677Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:43.677Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-05T09:15:43.677Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:15:43.677Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:43.677Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-05T09:15:43.677Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:15:43.677Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:43.677Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-06-05T09:15:43.677Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-05T09:15:43.677Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-05T09:15:43.677Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d2ea7727-3b34-48b5-bfba-2d7758aeed8b
2021-06-05T09:15:43.678Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:43.678Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:15:43.678Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:43.678Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:15:43.678Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:43.678Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:15:43.678Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:43.678Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:15:43.678Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:78e09cf6-6049-48b3-a695-cf4c91dc5505
Model Version:NULL
Model InvariantUuid:e4f04547-45b8-48e9-9b2e-10ef6160a692
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:9e135cc1-6a1f-427f-9676-1cf8009c210c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f0bcc290-c81b-4ab0-865f-ff0f69eb85ce
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:17eec4fd-1545-448c-9037-bc8b89c3187b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:24270729-8d70-4f4e-9792-55f7a1e0ba13
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:533a948b-575c-4414-93d4-d94aaa7a371f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d2ea7727-3b34-48b5-bfba-2d7758aeed8b
ModelInvariantUuid:69de497b-766f-4818-8961-30b17ae3dccf
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:e373fc71-ae3e-4d44-8c51-5b164df8a99d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:31b59fda-139f-403d-bbfb-cff066bb6909
ModelInvariantUuid:55fe06cd-8116-48b9-936d-2b74a640cb89
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:eb1eb655-ccef-4d5d-ab1d-74b302980107
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-05T09:15:43.684Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 387ff179-66b4-4af2-8bc9-170bf9830af5
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:15:43.686Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||basicclamp 0
2021-06-05T09:15:43.687Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 387ff179-66b4-4af2-8bc9-170bf9830af5
2021-06-05T09:15:43.687Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 12b6d605-b7e6-4d26-a1f7-ba994df9313a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-06-05T09:15:43.687Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:15:43.687Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-06-05T09:15:44.163Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:15:44.163Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 12b6d605-b7e6-4d26-a1f7-ba994df9313a 790
2021-06-05T09:15:44.164Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-06-05T09:15:44.164Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-06-05T09:15:44.164Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:15:44.164Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:15:44.165Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:15:44.166Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884544163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:15:44.266Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:15:44.267Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:15:44.267Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:15:44.275Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:15:44.276Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:15:45.167Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "24270729-8d70-4f4e-9792-55f7a1e0ba13",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "533a948b-575c-4414-93d4-d94aaa7a371f",
    "vfModuleModelCustomizationUUID": "b66c8ab1-cb23-47b1-85db-6b04c1c7a929",
    "isBase": true,
    "artifacts": [
      "6f7d1b9e-500f-4615-a6cc-8d2425915b63",
      "9827c525-f133-43ed-af92-1cb6406b0abb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-05T09:15:45.172Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:533a948b-575c-4414-93d4-d94aaa7a371f
VfModuleModelInvariantUUID:24270729-8d70-4f4e-9792-55f7a1e0ba13
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f7d1b9e-500f-4615-a6cc-8d2425915b63
,
9827c525-f133-43ed-af92-1cb6406b0abb

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-06-05T09:15:45.175Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "24270729-8d70-4f4e-9792-55f7a1e0ba13",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "533a948b-575c-4414-93d4-d94aaa7a371f",
    "vfModuleModelCustomizationUUID": "b66c8ab1-cb23-47b1-85db-6b04c1c7a929",
    "isBase": true,
    "artifacts": [
      "6f7d1b9e-500f-4615-a6cc-8d2425915b63",
      "9827c525-f133-43ed-af92-1cb6406b0abb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-05T09:15:45.175Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:533a948b-575c-4414-93d4-d94aaa7a371f
VfModuleModelInvariantUUID:24270729-8d70-4f4e-9792-55f7a1e0ba13
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f7d1b9e-500f-4615-a6cc-8d2425915b63
,
9827c525-f133-43ed-af92-1cb6406b0abb

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-06-05T09:15:45.175Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6f7d1b9e-500f-4615-a6cc-8d2425915b63 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-06-05T09:15:45.175Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:15:45.175Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-06-05T09:15:46.084Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:15:46.084Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 6f7d1b9e-500f-4615-a6cc-8d2425915b63 5033
2021-06-05T09:15:46.084Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-05T09:15:46.084Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-06-05T09:15:46.084Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:15:46.085Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:15:46.086Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:15:46.087Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884546084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:15:46.187Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:15:46.188Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:15:46.188Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:15:46.199Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:15:46.199Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:15:47.087Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9827c525-f133-43ed-af92-1cb6406b0abb from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-06-05T09:15:47.088Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:15:47.088Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-06-05T09:15:47.868Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:15:47.868Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 9827c525-f133-43ed-af92-1cb6406b0abb 909
2021-06-05T09:15:47.868Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-05T09:15:47.868Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-06-05T09:15:47.868Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:15:47.869Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:15:47.870Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:15:47.870Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884547868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:15:47.970Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:15:47.971Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:15:47.972Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:15:47.984Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:15:47.985Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:15:48.871Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 78e09cf6-6049-48b3-a695-cf4c91dc5505
2021-06-05T09:15:48.871Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 387ff179-66b4-4af2-8bc9-170bf9830af5 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:15:48.885Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:48.885Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:15:48.885Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-06-05T09:15:48.886Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 17eec4fd-1545-448c-9037-bc8b89c3187b
2021-06-05T09:15:48.886Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 17eec4fd-1545-448c-9037-bc8b89c3187b matches Tosca VF Customization UUID: 17eec4fd-1545-448c-9037-bc8b89c3187b
2021-06-05T09:15:48.886Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 17eec4fd-1545-448c-9037-bc8b89c3187b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-06-05T09:15:48.889Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:48.889Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:15:48.890Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 17eec4fd-1545-448c-9037-bc8b89c3187b: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-06-05T09:15:48.890Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6636ae4c
2021-06-05T09:15:48.891Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:48.891Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-05T09:15:48.891Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b66c8ab1-cb23-47b1-85db-6b04c1c7a929
2021-06-05T09:15:48.892Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b66c8ab1-cb23-47b1-85db-6b04c1c7a929
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-06-05T09:15:48.895Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:48.895Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-05T09:15:48.895Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:15:48.896Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:48.896Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-05T09:15:48.896Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:15:48.897Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:48.897Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-06-05T09:15:48.897Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-05T09:15:48.897Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-05T09:15:48.897Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d2ea7727-3b34-48b5-bfba-2d7758aeed8b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-05T09:15:48.900Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:48.900Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-05T09:15:48.900Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:15:48.901Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:48.901Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-05T09:15:48.901Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=17eec4fd-1545-448c-9037-bc8b89c3187b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:15:48.904Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:48.904Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:15:48.904Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 78e09cf6-6049-48b3-a695-cf4c91dc5505: basicclamp
2021-06-05T09:15:48.904Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:48.904Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:15:48.905Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:48.905Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:15:48.905Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:48.905Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:15:48.905Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:48.906Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:15:48.906Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:15:48.906Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:15:48.906Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:15:48.985Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 387ff179-66b4-4af2-8bc9-170bf9830af5 1 ASDC deployResourceStructure
2021-06-05T09:15:48.985Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-06-05T09:15:48.986Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-06-05T09:15:48.986Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:15:48.986Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:15:48.988Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:15:48.988Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884548985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:15:49.088Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:15:49.090Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:15:49.090Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:15:49.101Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:15:49.102Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:15:49.988Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-05T09:15:49.989Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-06-05T09:15:49.989Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:15:49.990Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:15:49.991Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:15:49.991Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884549988,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-06-05T09:15:50.091Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:15:50.092Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:15:50.092Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:15:50.105Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:15:50.106Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:15:50.992Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-05T09:15:50.992Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-06-05T09:15:50.993Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:15:50.993Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:15:50.995Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:15:50.995Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884550991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-06-05T09:15:51.095Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:15:51.096Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:15:51.096Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:15:51.107Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:15:51.107Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:15:51.996Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-06-05T09:15:51.996Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-06-05T09:15:51.996Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:15:51.997Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:15:51.998Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:15:51.999Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884551996,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:15:52.100Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-05T09:15:52.100Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:15:52.101Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:15:52.111Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:15:52.111Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:15:53.000Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c349ca48-eee5-4beb-af68-02cf1fcc5be2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:15:53.010Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c349ca48-eee5-4beb-af68-02cf1fcc5be2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:15:53.013Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:15:53.013Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-05T09:15:53.013Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-05T09:15:53.014Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-05T09:15:53.014Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:15:53.014Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:15:53.014Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:15:53.014Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:15:53.014Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:15:53.014Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:15:53.014Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:15:53.014Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|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-06-05T09:15:53.020Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-05T09:16:23.020Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c349ca48-eee5-4beb-af68-02cf1fcc5be2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-06-05T09:16:23.089Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c349ca48-eee5-4beb-af68-02cf1fcc5be2 and serviceModelVersionId: 78e09cf6-6049-48b3-a695-cf4c91dc5505
2021-06-05T09:16:23.089Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4f04547-45b8-48e9-9b2e-10ef6160a692
2021-06-05T09:16:23.090Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4f04547-45b8-48e9-9b2e-10ef6160a692/model-vers/model-ver/78e09cf6-6049-48b3-a695-cf4c91dc5505?depth=0
2021-06-05T09:16:23.094Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-06-05T09:16:23.129Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|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/e4f04547-45b8-48e9-9b2e-10ef6160a692/model-vers/model-ver/78e09cf6-6049-48b3-a695-cf4c91dc5505?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-06-05T09:16:23.130Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e4f04547-45b8-48e9-9b2e-10ef6160a692/model-vers/model-ver/78e09cf6-6049-48b3-a695-cf4c91dc5505?depth=0|INFO|500||Invoke
2021-06-05T09:16:23.146Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e4f04547-45b8-48e9-9b2e-10ef6160a692/model-vers/model-ver/78e09cf6-6049-48b3-a695-cf4c91dc5505?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-05T09:16:23.360Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e4f04547-45b8-48e9-9b2e-10ef6160a692/model-vers/model-ver/78e09cf6-6049-48b3-a695-cf4c91dc5505?depth=0|INFO|500||InvokeReturn
2021-06-05T09:16:23.360Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|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/e4f04547-45b8-48e9-9b2e-10ef6160a692/model-vers/model-ver/78e09cf6-6049-48b3-a695-cf4c91dc5505?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210605-09:16:23:152-86795], vertex-id=[434256], Content-Length=[0], Date=[Sat, 05 Jun 2021 09:16:23 GMT], Content-Type=[application/json]}
2021-06-05T09:16:23.360Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-06-05T09:16:23.360Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-05T09:16:23.360Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|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-06-05T09:16:23.364Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|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-06-05T09:16:23.364Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c349ca48-eee5-4beb-af68-02cf1fcc5be2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-05T09:16:23.364Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-05T09:16:23.365Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:16:23.366Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:16:23.366Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884583364,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:16:23.466Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:16:23.467Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:16:23.467Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:16:23.483Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:16:23.483Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-05T09:16:24.377Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:16:24.378Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:16:24.378Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|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 bps6J5c742ZA4qLs) ...
2021-06-05T09:16:28.673Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:16:28.674Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-05T09:16:28.674Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d67afbd-9631-4716-bd95-48c2223ff35c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a38d32b3-113b-4ea8-bdc3-ccee6d99e3be","serviceDescription":"service","serviceInvariantUUID":"771e2121-7495-4cad-9c25-b69016d87373","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"afa70641-ddf1-4af5-895d-a584cf3fc0c1","resourceInvariantUUID":"0bf6b2d9-0de7-418b-8bec-066bde69d86a","resourceCustomizationUUID":"052fa337-f7d7-4cd7-8df3-4149ba5eacd8","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":"YzRhY2MwZGI3YzFhN2U0MTAwNWI3OTJjNzJlYTIzYTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e0de64e4-3c92-4183-bca8-f6732f1fb4d1","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":"MGRiMmIyYTgxYzFmY2JhOThiNjRkN2NkYTdjMjU4Y2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e0b9c7bc-9b25-4e24-9867-96236fe07d6d","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":"58d35977-c34a-486a-bf54-0813c6eca8ba","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":"cfc1802f-94aa-4796-aeef-c1f7b4b0ef6e","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":"a27f2bdd-0160-4fee-9f7c-880dfbb29832","artifactVersion":"2","generatedFromUUID":"58d35977-c34a-486a-bf54-0813c6eca8ba"},{"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":"OTBmMzc0YzFjYmVlNWYxYzdlZWEzN2Y0ZjY4YzhmNzE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6331ffcc-4f1a-4056-8fa2-341b0cad6b11","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":"ZTNiNDg1MTNjYTFmMmMzN2I2NGM5NzUzODA4OTczMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e11ee72c-e6f3-4995-abf6-f8186553a859","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTk0NjJjNzg1MTZhN2VjZjBmMzM3OWQ1MjQ4NDU4MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"815d8001-8206-454c-9f13-11ed1d18f6ba","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-05T09:16:28.676Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:16:28.676Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:16:28.678Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:16:28.678Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:16:28.778Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:16:28.779Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:16:28.779Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:16:28.789Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:16:28.790Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-05T09:16:29.679Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:16:29.680Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:16:29.682Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:16:29.682Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:16:29.783Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-05T09:16:29.784Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:16:29.784Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:16:29.795Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:16:29.795Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:16:30.683Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:16:30.683Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:16:30.685Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:16:30.685Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:16:30.785Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:16:30.786Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:16:30.786Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:16:30.798Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:16:30.798Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:16:31.685Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:16:31.686Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:16:31.688Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:16:31.688Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:16:31.788Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:16:31.789Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:16:31.789Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:16:31.801Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:16:31.801Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:16:32.688Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:16:32.689Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:16:32.691Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:16:32.691Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-05T09:16:32.791Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-05T09:16:32.792Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:16:32.792Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:16:32.805Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:16:32.806Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:16:33.692Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:16:33.693Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:16:33.695Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:16:33.695Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:16:33.795Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:16:33.796Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:16:33.796Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:16:33.808Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:16:33.808Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:16:34.695Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:16:34.696Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:16:34.697Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:16:34.698Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:16:34.798Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:16:34.798Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:16:34.799Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:16:34.809Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:16:34.810Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:16:35.698Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:16:35.699Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:16:35.701Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:16:35.701Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:16:35.801Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:16:35.802Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:16:35.802Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:16:35.813Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:16:35.813Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:16:36.702Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a38d32b3-113b-4ea8-bdc3-ccee6d99e3be",
  "serviceDescription": "service",
  "serviceInvariantUUID": "771e2121-7495-4cad-9c25-b69016d87373",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "052fa337-f7d7-4cd7-8df3-4149ba5eacd8",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "afa70641-ddf1-4af5-895d-a584cf3fc0c1",
      "resourceInvariantUUID": "0bf6b2d9-0de7-418b-8bec-066bde69d86a",
      "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": "MGRiMmIyYTgxYzFmY2JhOThiNjRkN2NkYTdjMjU4Y2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e0b9c7bc-9b25-4e24-9867-96236fe07d6d",
          "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": "58d35977-c34a-486a-bf54-0813c6eca8ba",
          "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": "a27f2bdd-0160-4fee-9f7c-880dfbb29832",
            "generatedFromUUID": "58d35977-c34a-486a-bf54-0813c6eca8ba"
          },
          "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": "a27f2bdd-0160-4fee-9f7c-880dfbb29832",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTk0NjJjNzg1MTZhN2VjZjBmMzM3OWQ1MjQ4NDU4MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "815d8001-8206-454c-9f13-11ed1d18f6ba"
    }
  ],
  "workloadContext": "Production"
}
2021-06-05T09:16:36.703Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-05T09:16:36.703Z|c349ca48-eee5-4beb-af68-02cf1fcc5be2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a38d32b3-113b-4ea8-bdc3-ccee6d99e3be ASDC
2021-06-05T09:16:36.703Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:0d67afbd-9631-4716-bd95-48c2223ff35c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:a38d32b3-113b-4ea8-bdc3-ccee6d99e3be
ServiceInvariantUUID:771e2121-7495-4cad-9c25-b69016d87373
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:815d8001-8206-454c-9f13-11ed1d18f6ba
ArtifactChecksum:OTk0NjJjNzg1MTZhN2VjZjBmMzM3OWQ1MjQ4NDU4MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:052fa337-f7d7-4cd7-8df3-4149ba5eacd8
ResourceInvariantUUID:0bf6b2d9-0de7-418b-8bec-066bde69d86a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:afa70641-ddf1-4af5-895d-a584cf3fc0c1
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:e0b9c7bc-9b25-4e24-9867-96236fe07d6d
ArtifactChecksum:MGRiMmIyYTgxYzFmY2JhOThiNjRkN2NkYTdjMjU4Y2E=
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:58d35977-c34a-486a-bf54-0813c6eca8ba
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:a27f2bdd-0160-4fee-9f7c-880dfbb29832
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:a27f2bdd-0160-4fee-9f7c-880dfbb29832
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-05T09:16:36.703Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a38d32b3-113b-4ea8-bdc3-ccee6d99e3be ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-05T09:16:36.731Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:16:36.732Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:16:36.732Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:16:36.732Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 815d8001-8206-454c-9f13-11ed1d18f6ba from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-06-05T09:16:36.732Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:16:36.732Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-06-05T09:16:36.904Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:16:36.908Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 815d8001-8206-454c-9f13-11ed1d18f6ba 78564
2021-06-05T09:16:36.908Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-06-05T09:16:36.908Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-06-05T09:16:36.908Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:16:36.908Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:16:36.910Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:16:36.910Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884596908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:16:37.010Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:16:37.010Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:16:37.011Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:16:37.020Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:16:37.021Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:16:37.910Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:16:37.911Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:16:37.912Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 815d8001-8206-454c-9f13-11ed1d18f6ba, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-05T09:16:37.912Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-06-05T09:16:37.912Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-05T09:16:37.912Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-05T09:16:38.029Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15414810786394251092/Definitions/service-BasicVmMacro-template.yml
2021-06-05T09:16:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:16:38.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:16:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:16:38.744Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:16:38.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:16:38.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c04920e-bf48-4e24-9216-12e70d74155f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884531765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:16:38.745Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:16:38.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:16:38.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:16:38.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:16:38.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:16:38.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:16:38.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:16:38.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:16:38.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:16:38.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:16:38.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:16:38.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:16:38.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:16:38.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:16:38.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:16:38.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:16:38.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:16:38.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-05T09:16:38.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-06-05T09:16:39.154Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-05T09:16:39.154Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:16:39.154Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-05T09:16:39.155Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-06-05T09:16:39.155Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-05T09:16:39.155Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-05T09:16:39.155Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-05T09:16:39.155Z|0d67afbd-9631-4716-bd95-48c2223ff35c|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-BasicVmMacro-csar.csar
2021-06-05T09:16:39.155Z|0d67afbd-9631-4716-bd95-48c2223ff35c|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-BasicVmMacro-csar.csar
2021-06-05T09:16:39.155Z|0d67afbd-9631-4716-bd95-48c2223ff35c|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-BasicVmMacro-csar.csar
2021-06-05T09:16:39.155Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-05T09:16:39.155Z|0d67afbd-9631-4716-bd95-48c2223ff35c|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-BasicVmMacro-csar.csar
2021-06-05T09:16:39.155Z|0d67afbd-9631-4716-bd95-48c2223ff35c|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-BasicVmMacro-csar.csar
2021-06-05T09:16:39.155Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:16:39.155Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:39.156Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:16:39.156Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-05T09:16:39.156Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:16:39.156Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:16:39.156Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:39.156Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:16:39.156Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-05T09:16:39.156Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:16:39.157Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:16:39.157Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:39.157Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:16:39.157Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:39.157Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-06-05T09:16:39.157Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-05T09:16:39.157Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-06-05T09:16:39.157Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-06-05T09:16:39.157Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-06-05T09:16:39.158Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-05T09:16:39.158Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:39.158Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-05T09:16:39.158Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:39.158Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-05T09:16:39.158Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:16:39.158Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:39.158Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-05T09:16:39.159Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:16:39.159Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:39.159Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-05T09:16:39.159Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:16:39.159Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:39.159Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-06-05T09:16:39.159Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-05T09:16:39.160Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-05T09:16:39.160Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4a864d7b-eaee-480b-b486-2a143f8fa7e0
2021-06-05T09:16:39.160Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:39.160Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:16:39.160Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:39.160Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:16:39.160Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:39.160Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:16:39.161Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:39.161Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:16:39.161Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:a38d32b3-113b-4ea8-bdc3-ccee6d99e3be
Model Version:NULL
Model InvariantUuid:771e2121-7495-4cad-9c25-b69016d87373
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:6d92dd12-75cc-4d2d-abcc-6d7e9e38a5a2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0bf6b2d9-0de7-418b-8bec-066bde69d86a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:052fa337-f7d7-4cd7-8df3-4149ba5eacd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:60c24baa-c6ca-4814-8332-ad7413aafa7a
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:5bf631a9-9214-42b0-a6e4-3e4f62f6da6a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4a864d7b-eaee-480b-b486-2a143f8fa7e0
ModelInvariantUuid:f3aa93f8-9379-455b-8cb1-16717de158f2
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:c7003ee2-0ac0-4261-9559-95dae43f9a64
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:ae5926fa-61f3-496c-9f0c-60c7b445ff99
ModelInvariantUuid:6b7a7545-24b9-458a-ab53-7a471ceab0ac
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:5cc2b211-b6f3-474c-a6f3-45b5a5e25178
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-05T09:16:39.167Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: afa70641-ddf1-4af5-895d-a584cf3fc0c1
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:16:39.170Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2021-06-05T09:16:39.170Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: afa70641-ddf1-4af5-895d-a584cf3fc0c1
2021-06-05T09:16:39.171Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e0b9c7bc-9b25-4e24-9867-96236fe07d6d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-06-05T09:16:39.171Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:16:39.171Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-06-05T09:16:39.746Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:16:39.747Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e0b9c7bc-9b25-4e24-9867-96236fe07d6d 792
2021-06-05T09:16:39.747Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-06-05T09:16:39.747Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-06-05T09:16:39.747Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:16:39.747Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:16:39.750Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:16:39.750Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884599747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:16:39.850Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:16:39.851Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:16:39.851Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:16:39.867Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:16:39.868Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-06-05T09:16:40.751Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "60c24baa-c6ca-4814-8332-ad7413aafa7a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5bf631a9-9214-42b0-a6e4-3e4f62f6da6a",
    "vfModuleModelCustomizationUUID": "1c025b42-dd1d-4bbf-9e99-37279996dbbf",
    "isBase": true,
    "artifacts": [
      "58d35977-c34a-486a-bf54-0813c6eca8ba",
      "a27f2bdd-0160-4fee-9f7c-880dfbb29832"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-05T09:16:40.754Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5bf631a9-9214-42b0-a6e4-3e4f62f6da6a
VfModuleModelInvariantUUID:60c24baa-c6ca-4814-8332-ad7413aafa7a
VfModuleModelDescription:NULL
Artifacts UUID List:{
58d35977-c34a-486a-bf54-0813c6eca8ba
,
a27f2bdd-0160-4fee-9f7c-880dfbb29832

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-06-05T09:16:40.755Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "60c24baa-c6ca-4814-8332-ad7413aafa7a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5bf631a9-9214-42b0-a6e4-3e4f62f6da6a",
    "vfModuleModelCustomizationUUID": "1c025b42-dd1d-4bbf-9e99-37279996dbbf",
    "isBase": true,
    "artifacts": [
      "58d35977-c34a-486a-bf54-0813c6eca8ba",
      "a27f2bdd-0160-4fee-9f7c-880dfbb29832"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-05T09:16:40.755Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5bf631a9-9214-42b0-a6e4-3e4f62f6da6a
VfModuleModelInvariantUUID:60c24baa-c6ca-4814-8332-ad7413aafa7a
VfModuleModelDescription:NULL
Artifacts UUID List:{
58d35977-c34a-486a-bf54-0813c6eca8ba
,
a27f2bdd-0160-4fee-9f7c-880dfbb29832

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-06-05T09:16:40.756Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 58d35977-c34a-486a-bf54-0813c6eca8ba from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-06-05T09:16:40.756Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:16:40.756Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-06-05T09:16:41.457Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:16:41.458Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 58d35977-c34a-486a-bf54-0813c6eca8ba 5033
2021-06-05T09:16:41.458Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-06-05T09:16:41.458Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-06-05T09:16:41.458Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:16:41.459Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:16:41.460Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:16:41.460Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884601458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:16:41.561Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-05T09:16:41.561Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:16:41.561Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:16:41.572Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:16:41.573Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:16:42.461Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a27f2bdd-0160-4fee-9f7c-880dfbb29832 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-06-05T09:16:42.461Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:16:42.462Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-06-05T09:16:43.068Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:16:43.068Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a27f2bdd-0160-4fee-9f7c-880dfbb29832 903
2021-06-05T09:16:43.068Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-06-05T09:16:43.068Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-06-05T09:16:43.068Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:16:43.069Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:16:43.070Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:16:43.070Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884603068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:16:43.171Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:16:43.171Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:16:43.171Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:16:43.182Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:16:43.182Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:16:44.071Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a38d32b3-113b-4ea8-bdc3-ccee6d99e3be
2021-06-05T09:16:44.071Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 afa70641-ddf1-4af5-895d-a584cf3fc0c1 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:16:44.084Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:44.084Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:16:44.084Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-06-05T09:16:44.085Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 052fa337-f7d7-4cd7-8df3-4149ba5eacd8
2021-06-05T09:16:44.085Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 052fa337-f7d7-4cd7-8df3-4149ba5eacd8 matches Tosca VF Customization UUID: 052fa337-f7d7-4cd7-8df3-4149ba5eacd8
2021-06-05T09:16:44.085Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 052fa337-f7d7-4cd7-8df3-4149ba5eacd8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-06-05T09:16:44.086Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:44.086Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:16:44.087Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 052fa337-f7d7-4cd7-8df3-4149ba5eacd8: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-06-05T09:16:44.087Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22dcada3
2021-06-05T09:16:44.087Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:44.087Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-05T09:16:44.087Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1c025b42-dd1d-4bbf-9e99-37279996dbbf
2021-06-05T09:16:44.087Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1c025b42-dd1d-4bbf-9e99-37279996dbbf
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-06-05T09:16:44.089Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:44.089Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-05T09:16:44.090Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:16:44.090Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:44.090Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-05T09:16:44.090Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:16:44.090Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:44.090Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-06-05T09:16:44.090Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-05T09:16:44.090Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-05T09:16:44.091Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4a864d7b-eaee-480b-b486-2a143f8fa7e0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-05T09:16:44.092Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:44.093Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-05T09:16:44.093Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:16:44.093Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:44.093Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-05T09:16:44.093Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=052fa337-f7d7-4cd7-8df3-4149ba5eacd8
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:16:44.095Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:44.095Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:16:44.095Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a38d32b3-113b-4ea8-bdc3-ccee6d99e3be: basic_vm_macro
2021-06-05T09:16:44.095Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:44.095Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:16:44.096Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:44.096Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:16:44.096Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:44.096Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:16:44.096Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:44.097Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:16:44.097Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:16:44.097Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:16:44.097Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:16:44.171Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro afa70641-ddf1-4af5-895d-a584cf3fc0c1 1 ASDC deployResourceStructure
2021-06-05T09:16:44.171Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-06-05T09:16:44.171Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-06-05T09:16:44.171Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:16:44.171Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:16:44.173Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:16:44.173Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884604171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:16:44.273Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:16:44.274Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:16:44.274Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:16:44.282Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:16:44.283Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:16:45.173Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-06-05T09:16:45.174Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-06-05T09:16:45.174Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:16:45.174Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:16:45.176Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:16:45.176Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884605173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-06-05T09:16:45.276Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:16:45.277Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:16:45.277Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:16:45.285Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:16:45.285Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:16:46.177Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-06-05T09:16:46.177Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-06-05T09:16:46.177Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:16:46.177Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:16:46.178Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:16:46.179Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884606177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-06-05T09:16:46.279Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:16:46.280Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:16:46.280Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:16:46.289Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:16:46.290Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:16:47.179Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-06-05T09:16:47.180Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-06-05T09:16:47.180Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:16:47.180Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:16:47.182Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:16:47.182Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884607179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:16:47.282Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-05T09:16:47.283Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:16:47.283Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:16:47.296Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:16:47.296Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:16:48.183Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d67afbd-9631-4716-bd95-48c2223ff35c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:16:48.192Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d67afbd-9631-4716-bd95-48c2223ff35c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:16:48.194Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:16:48.195Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-05T09:16:48.195Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-05T09:16:48.195Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-05T09:16:48.195Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:16:48.195Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:16:48.195Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:16:48.195Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:16:48.195Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:16:48.195Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:16:48.195Z|0d67afbd-9631-4716-bd95-48c2223ff35c|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-06-05T09:16:48.200Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-05T09:17:18.200Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0d67afbd-9631-4716-bd95-48c2223ff35c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-06-05T09:17:18.205Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0d67afbd-9631-4716-bd95-48c2223ff35c and serviceModelVersionId: a38d32b3-113b-4ea8-bdc3-ccee6d99e3be
2021-06-05T09:17:18.205Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 771e2121-7495-4cad-9c25-b69016d87373
2021-06-05T09:17:18.205Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/771e2121-7495-4cad-9c25-b69016d87373/model-vers/model-ver/a38d32b3-113b-4ea8-bdc3-ccee6d99e3be?depth=0
2021-06-05T09:17:18.209Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-06-05T09:17:18.250Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/771e2121-7495-4cad-9c25-b69016d87373/model-vers/model-ver/a38d32b3-113b-4ea8-bdc3-ccee6d99e3be?depth=0|INFO|500||Invoke
2021-06-05T09:17:18.250Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/771e2121-7495-4cad-9c25-b69016d87373/model-vers/model-ver/a38d32b3-113b-4ea8-bdc3-ccee6d99e3be?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/771e2121-7495-4cad-9c25-b69016d87373/model-vers/model-ver/a38d32b3-113b-4ea8-bdc3-ccee6d99e3be?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0d67afbd-9631-4716-bd95-48c2223ff35c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[99bc0e65-ae00-410d-b1da-55d9f86a1f1b], X-ECOMP-RequestID=[0d67afbd-9631-4716-bd95-48c2223ff35c], X-TransactionId=[], X-ONAP-RequestID=[0d67afbd-9631-4716-bd95-48c2223ff35c], Content-Type=[application/merge-patch+json]}
2021-06-05T09:17:18.268Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/771e2121-7495-4cad-9c25-b69016d87373/model-vers/model-ver/a38d32b3-113b-4ea8-bdc3-ccee6d99e3be?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-05T09:17:18.454Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/771e2121-7495-4cad-9c25-b69016d87373/model-vers/model-ver/a38d32b3-113b-4ea8-bdc3-ccee6d99e3be?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/771e2121-7495-4cad-9c25-b69016d87373/model-vers/model-ver/a38d32b3-113b-4ea8-bdc3-ccee6d99e3be?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210605-09:17:18:274-11424], vertex-id=[434424], Content-Length=[0], Date=[Sat, 05 Jun 2021 09:17:18 GMT], Content-Type=[application/json]}
2021-06-05T09:17:18.454Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/771e2121-7495-4cad-9c25-b69016d87373/model-vers/model-ver/a38d32b3-113b-4ea8-bdc3-ccee6d99e3be?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-05T09:17:18.455Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/771e2121-7495-4cad-9c25-b69016d87373/model-vers/model-ver/a38d32b3-113b-4ea8-bdc3-ccee6d99e3be?depth=0|INFO|500||InvokeReturn
2021-06-05T09:17:18.455Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-05T09:17:18.455Z|0d67afbd-9631-4716-bd95-48c2223ff35c|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-06-05T09:17:18.459Z|0d67afbd-9631-4716-bd95-48c2223ff35c|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-06-05T09:17:18.459Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0d67afbd-9631-4716-bd95-48c2223ff35c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-05T09:17:18.459Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-05T09:17:18.460Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:17:18.462Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:17:18.462Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884638459,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:17:18.562Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:17:18.563Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:17:18.563Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:17:18.577Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:17:18.577Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-05T09:17:19.472Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-05T09:17:19.473Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"52575930-20cf-47c0-8ce5-6f29c22f8fae","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"80d1f812-e2a9-4b35-9f2a-6a6b94e5976f","serviceDescription":"service","serviceInvariantUUID":"32894baf-20fa-4183-a9b0-1b5199c4ca46","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fd2fcc09-4e5f-4d83-b601-94acd6a76f39","resourceInvariantUUID":"8cbc46f7-5917-4916-b78b-d5fae6f682cb","resourceCustomizationUUID":"8879d941-c8f9-444e-80f5-e34dd9a63798","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"MWI4YmYyNDUxMzllNTIwNTBjZDczNzEwZGNmNTIyMjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67a49cf4-0334-48e5-991c-753ccc9f8113","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fb88058-e145-497b-b20f-0246117d4f88","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f63cea43-b386-420f-b361-122bb715af15","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"ZjUxNTQ3ZWRiNTE5OTZlNDgxOWRhNDIzMGMyZWM0MjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d16c21bb-8098-46b1-8e8b-e7beda49817b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f4e59a70-0907-4a62-92cf-2665ea175d1f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85cf41b2-0c17-437c-88e6-be6ba5f5eafb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"540caf19-7584-47ab-9a55-81f04d830183","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MmQyYTUwZGRkMjJjZDhlNTMxMWQzNGY4NjEyNWMzNDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d029c997-3cb7-40d5-b9b8-e1d10ffa2d7f","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MmNmNGRkYjhhOGE4MDU0YmU1MmMxZDdkMmYzMmNjYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5f10d8cf-50b1-4726-a454-537c27f3947a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-05T09:17:19.473Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:17:19.473Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:17:19.475Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:17:19.475Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:17:19.575Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:17:19.576Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:17:19.576Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:17:19.597Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:17:19.597Z||pool-101-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:17:20.476Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:17:20.476Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:17:20.478Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:17:20.478Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:17:20.578Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:17:20.579Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:17:20.579Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:17:20.591Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:17:20.591Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:17:21.479Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:17:21.480Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:17:21.482Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:17:21.482Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:17:21.582Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:17:21.583Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:17:21.583Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:17:21.593Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:17:21.594Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:17:22.483Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:17:22.484Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:17:22.486Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:17:22.486Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:17:22.586Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:17:22.586Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:17:22.586Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:17:22.598Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:17:22.598Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:17:23.486Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:17:23.491Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:17:23.492Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:17:23.492Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:17:23.593Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:17:23.593Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:17:23.593Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:17:23.605Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:17:23.606Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-05T09:17:24.497Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:17:24.498Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:17:24.500Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:17:24.500Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:17:24.600Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:17:24.600Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:17:24.601Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:17:24.613Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:17:24.614Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-06-05T09:17:25.500Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:17:25.501Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:17:25.503Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:17:25.503Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:17:25.603Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:17:25.604Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:17:25.604Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:17:25.615Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:17:25.615Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:17:26.503Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:17:26.504Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:17:26.506Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:17:26.506Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:17:26.606Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:17:26.607Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:17:26.608Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:17:26.620Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:17:26.621Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:17:27.506Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:17:27.507Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:17:27.509Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:17:27.509Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:17:27.609Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:17:27.610Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:17:27.610Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:17:27.623Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:17:27.623Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:17:28.510Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "80d1f812-e2a9-4b35-9f2a-6a6b94e5976f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "32894baf-20fa-4183-a9b0-1b5199c4ca46",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "8879d941-c8f9-444e-80f5-e34dd9a63798",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "fd2fcc09-4e5f-4d83-b601-94acd6a76f39",
      "resourceInvariantUUID": "8cbc46f7-5917-4916-b78b-d5fae6f682cb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "MmNmNGRkYjhhOGE4MDU0YmU1MmMxZDdkMmYzMmNjYmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5f10d8cf-50b1-4726-a454-537c27f3947a"
    }
  ],
  "workloadContext": "Production"
}
2021-06-05T09:17:28.510Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-05T09:17:28.511Z|0d67afbd-9631-4716-bd95-48c2223ff35c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 80d1f812-e2a9-4b35-9f2a-6a6b94e5976f ASDC
2021-06-05T09:17:28.511Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:52575930-20cf-47c0-8ce5-6f29c22f8fae
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:80d1f812-e2a9-4b35-9f2a-6a6b94e5976f
ServiceInvariantUUID:32894baf-20fa-4183-a9b0-1b5199c4ca46
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:5f10d8cf-50b1-4726-a454-537c27f3947a
ArtifactChecksum:MmNmNGRkYjhhOGE4MDU0YmU1MmMxZDdkMmYzMmNjYmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:8879d941-c8f9-444e-80f5-e34dd9a63798
ResourceInvariantUUID:8cbc46f7-5917-4916-b78b-d5fae6f682cb
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:fd2fcc09-4e5f-4d83-b601-94acd6a76f39
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-06-05T09:17:28.511Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 80d1f812-e2a9-4b35-9f2a-6a6b94e5976f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:17:28.536Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:17:28.536Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:17:28.537Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:17:28.537Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5f10d8cf-50b1-4726-a454-537c27f3947a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-06-05T09:17:28.537Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:17:28.537Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-06-05T09:17:29.359Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:17:29.365Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5f10d8cf-50b1-4726-a454-537c27f3947a 105561
2021-06-05T09:17:29.365Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-06-05T09:17:29.365Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-06-05T09:17:29.365Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:17:29.365Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:17:29.367Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:17:29.367Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884649365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:17:29.467Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:17:29.468Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:17:29.468Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:17:29.478Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:17:29.479Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:17:30.367Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:17:30.368Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:17:30.369Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5f10d8cf-50b1-4726-a454-537c27f3947a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-06-05T09:17:30.369Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-06-05T09:17:30.369Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-06-05T09:17:30.369Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-06-05T09:17:30.459Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18001350825680765343/Definitions/service-TestPnfMacro-template.yml
2021-06-05T09:17:31.133Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-05T09:17:31.133Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:17:31.134Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-06-05T09:17:31.134Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-06-05T09:17:31.134Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-06-05T09:17:31.134Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-06-05T09:17:31.134Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-06-05T09:17:31.134Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-06-05T09:17:31.134Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|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-TestPnfMacro-csar.csar
2021-06-05T09:17:31.134Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|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-TestPnfMacro-csar.csar
2021-06-05T09:17:31.134Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|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-TestPnfMacro-csar.csar
2021-06-05T09:17:31.134Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:17:31.134Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:17:31.135Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:17:31.135Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-06-05T09:17:31.135Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:17:31.135Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:17:31.135Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:17:31.135Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:17:31.135Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-06-05T09:17:31.135Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:17:31.135Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:17:31.136Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:17:31.136Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:17:31.136Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:17:31.136Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:17:31.136Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:17:31.136Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:17:31.136Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:17:31.136Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:17:31.136Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:17:31.136Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:17:31.137Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:80d1f812-e2a9-4b35-9f2a-6a6b94e5976f
Model Version:NULL
Model InvariantUuid:32894baf-20fa-4183-a9b0-1b5199c4ca46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-05T09:17:31.142Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: fd2fcc09-4e5f-4d83-b601-94acd6a76f39
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:17:31.144Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||test-pnf 0
2021-06-05T09:17:31.145Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fd2fcc09-4e5f-4d83-b601-94acd6a76f39
2021-06-05T09:17:31.145Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 80d1f812-e2a9-4b35-9f2a-6a6b94e5976f
2021-06-05T09:17:31.145Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 80d1f812-e2a9-4b35-9f2a-6a6b94e5976f
2021-06-05T09:17:31.145Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 fd2fcc09-4e5f-4d83-b601-94acd6a76f39 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:17:31.149Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:17:31.149Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:17:31.149Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 80d1f812-e2a9-4b35-9f2a-6a6b94e5976f: test-pnf
2021-06-05T09:17:31.149Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||Processing PNF resource: fd2fcc09-4e5f-4d83-b601-94acd6a76f39
2021-06-05T09:17:31.149Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:17:31.149Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:17:31.149Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||Resource customization UUID: 8879d941-c8f9-444e-80f5-e34dd9a63798 is the same as notified resource customizationUUID: 8879d941-c8f9-444e-80f5-e34dd9a63798
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-06-05T09:17:31.176Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf fd2fcc09-4e5f-4d83-b601-94acd6a76f39 0 ASDC deployResourceStructure
2021-06-05T09:17:31.177Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-06-05T09:17:31.177Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-06-05T09:17:31.177Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:17:31.177Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:17:31.178Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:17:31.178Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884651177,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:17:31.278Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:17:31.279Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:17:31.280Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:17:31.291Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:17:31.291Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:17:32.179Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52575930-20cf-47c0-8ce5-6f29c22f8fae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:17:32.189Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52575930-20cf-47c0-8ce5-6f29c22f8fae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:17:32.191Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:17:32.191Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T09:17:32.191Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T09:17:38.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:17:38.729Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:17:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:17:38.747Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:17:38.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:17:38.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:17:38.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:02.192Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52575930-20cf-47c0-8ce5-6f29c22f8fae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:18:02.201Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52575930-20cf-47c0-8ce5-6f29c22f8fae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:18:02.203Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:18:02.203Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T09:18:02.203Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T09:18:32.204Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52575930-20cf-47c0-8ce5-6f29c22f8fae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:18:32.213Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52575930-20cf-47c0-8ce5-6f29c22f8fae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:18:32.216Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:18:32.216Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T09:18:32.216Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T09:18:38.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:18:38.728Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:18:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:18:38.744Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:18:38.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884358726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:18:38.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884541477,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:18:38.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884544163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:18:38.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884546084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:18:38.774Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884547868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:18:38.774Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884548985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:18:38.774Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884549988,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-06-05T09:18:38.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884550991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-06-05T09:18:38.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884549503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "aai-ml",
  "timestamp": 1622884545155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884548186,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "clamp",
  "timestamp": 1622884545091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884551996,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:18:38.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884549503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "aai-ml",
  "timestamp": 1622884545155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884548186,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "clamp",
  "timestamp": 1622884545091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "aai-ml",
  "timestamp": 1622884545155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884548186,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884549503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "clamp",
  "timestamp": 1622884545091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "cds",
  "timestamp": 1622884553299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884549503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884548186,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "aai-ml",
  "timestamp": 1622884545155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "clamp",
  "timestamp": 1622884545091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "cds",
  "timestamp": 1622884553299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884549503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884548186,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "aai-ml",
  "timestamp": 1622884545155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "clamp",
  "timestamp": 1622884545091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "cds",
  "timestamp": 1622884553299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "aai-ml",
  "timestamp": 1622884545155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884548186,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884549503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "clamp",
  "timestamp": 1622884545091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "cds",
  "timestamp": 1622884553299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884549503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "aai-ml",
  "timestamp": 1622884545155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884548186,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:18:38.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "clamp",
  "timestamp": 1622884545091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "cds",
  "timestamp": 1622884553299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "dcae-sch",
  "timestamp": 1622884557526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884549503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884548186,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "aai-ml",
  "timestamp": 1622884545155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "clamp",
  "timestamp": 1622884545091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "cds",
  "timestamp": 1622884553299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "dcae-sch",
  "timestamp": 1622884557526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884549503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:18:38.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884548186,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "aai-ml",
  "timestamp": 1622884545155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:18:38.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "clamp",
  "timestamp": 1622884545091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:18:38.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884559251,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "cds",
  "timestamp": 1622884553299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "dcae-sch",
  "timestamp": 1622884557526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884559876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "policy-id",
  "timestamp": 1622884560151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884560252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884559251,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "cds",
  "timestamp": 1622884553299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "dcae-sch",
  "timestamp": 1622884557526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "aai-ml",
  "timestamp": 1622884561162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:18:38.792Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884561247,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:18:38.792Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884559876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "policy-id",
  "timestamp": 1622884560151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884560252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884559251,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "cds",
  "timestamp": 1622884553299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:18:38.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "dcae-sch",
  "timestamp": 1622884557526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884562272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-06-05T09:18:38.793Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884559876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "policy-id",
  "timestamp": 1622884560151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884560252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884559251,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "dcae-sch",
  "timestamp": 1622884557526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884563275,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:18:38.800Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 52575930-20cf-47c0-8ce5-6f29c22f8fae
2021-06-05T09:18:38.800Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52575930-20cf-47c0-8ce5-6f29c22f8fae and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:18:38.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "cds",
  "timestamp": 1622884563486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:18:38.808Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884559876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "policy-id",
  "timestamp": 1622884560151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884560252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884559251,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "dcae-sch",
  "timestamp": 1622884557526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884559876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "cds",
  "timestamp": 1622884564718,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:18:38.813Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 52575930-20cf-47c0-8ce5-6f29c22f8fae
2021-06-05T09:18:38.813Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52575930-20cf-47c0-8ce5-6f29c22f8fae and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:18:38.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "policy-id",
  "timestamp": 1622884560151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884560252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884559251,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "aai-ml",
  "timestamp": 1622884565161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:18:38.821Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "dcae-sch",
  "timestamp": 1622884557526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884559876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "policy-id",
  "timestamp": 1622884560151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884560252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884559251,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "aai-ml",
  "timestamp": 1622884566163,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:18:38.826Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 52575930-20cf-47c0-8ce5-6f29c22f8fae
2021-06-05T09:18:38.827Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52575930-20cf-47c0-8ce5-6f29c22f8fae and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:18:38.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "dcae-sch",
  "timestamp": 1622884557526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884559876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "policy-id",
  "timestamp": 1622884560151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884560252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884559251,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884559876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "policy-id",
  "timestamp": 1622884560151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884560252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884559251,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "clamp",
  "timestamp": 1622884568512,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884559876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "policy-id",
  "timestamp": 1622884560151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884560252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "clamp",
  "timestamp": 1622884569639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:18:38.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884570285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:18:38.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "clamp",
  "timestamp": 1622884570641,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:18:38.841Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 52575930-20cf-47c0-8ce5-6f29c22f8fae
2021-06-05T09:18:38.841Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52575930-20cf-47c0-8ce5-6f29c22f8fae and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:18:38.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "policy-id",
  "timestamp": 1622884570691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:18:38.849Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "policy-id",
  "timestamp": 1622884571695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:18:38.849Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884571972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:18:38.849Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "policy-id",
  "timestamp": 1622884572697,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:18:38.855Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 52575930-20cf-47c0-8ce5-6f29c22f8fae
2021-06-05T09:18:38.855Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52575930-20cf-47c0-8ce5-6f29c22f8fae and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:18:38.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884572975,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:18:38.872Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 52575930-20cf-47c0-8ce5-6f29c22f8fae
2021-06-05T09:18:38.873Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52575930-20cf-47c0-8ce5-6f29c22f8fae and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:18:38.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c349ca48-eee5-4beb-af68-02cf1fcc5be2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884583364,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:18:38.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884589503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884589251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884588186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884589503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884589251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884588186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884589503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884588186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884589251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884596908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884589503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884589251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884588186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "dcae-sch",
  "timestamp": 1622884597526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884589503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884589251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:18:38.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:18:38.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884588186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:18:38.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:02.216Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52575930-20cf-47c0-8ce5-6f29c22f8fae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:19:02.225Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52575930-20cf-47c0-8ce5-6f29c22f8fae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:19:02.227Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:19:02.227Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-05T09:19:02.227Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-05T09:19:02.227Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-05T09:19:02.227Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:19:02.227Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:19:02.227Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:19:02.227Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:19:02.227Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:19:02.227Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:19:02.227Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:19:02.227Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|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-06-05T09:19:02.231Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-05T09:19:32.231Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 52575930-20cf-47c0-8ce5-6f29c22f8fae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-06-05T09:19:32.236Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 52575930-20cf-47c0-8ce5-6f29c22f8fae and serviceModelVersionId: 80d1f812-e2a9-4b35-9f2a-6a6b94e5976f
2021-06-05T09:19:32.237Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 32894baf-20fa-4183-a9b0-1b5199c4ca46
2021-06-05T09:19:32.237Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/32894baf-20fa-4183-a9b0-1b5199c4ca46/model-vers/model-ver/80d1f812-e2a9-4b35-9f2a-6a6b94e5976f?depth=0
2021-06-05T09:19:32.241Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-06-05T09:19:32.277Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32894baf-20fa-4183-a9b0-1b5199c4ca46/model-vers/model-ver/80d1f812-e2a9-4b35-9f2a-6a6b94e5976f?depth=0|INFO|500||Invoke
2021-06-05T09:19:32.280Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32894baf-20fa-4183-a9b0-1b5199c4ca46/model-vers/model-ver/80d1f812-e2a9-4b35-9f2a-6a6b94e5976f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32894baf-20fa-4183-a9b0-1b5199c4ca46/model-vers/model-ver/80d1f812-e2a9-4b35-9f2a-6a6b94e5976f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[52575930-20cf-47c0-8ce5-6f29c22f8fae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[45764a39-115e-4594-a063-2ec468ac880f], X-ECOMP-RequestID=[52575930-20cf-47c0-8ce5-6f29c22f8fae], X-TransactionId=[], X-ONAP-RequestID=[52575930-20cf-47c0-8ce5-6f29c22f8fae], Content-Type=[application/merge-patch+json]}
2021-06-05T09:19:32.305Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32894baf-20fa-4183-a9b0-1b5199c4ca46/model-vers/model-ver/80d1f812-e2a9-4b35-9f2a-6a6b94e5976f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-05T09:19:32.828Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32894baf-20fa-4183-a9b0-1b5199c4ca46/model-vers/model-ver/80d1f812-e2a9-4b35-9f2a-6a6b94e5976f?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/32894baf-20fa-4183-a9b0-1b5199c4ca46/model-vers/model-ver/80d1f812-e2a9-4b35-9f2a-6a6b94e5976f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210605-09:19:32:313-39297], vertex-id=[442616], Content-Length=[0], Date=[Sat, 05 Jun 2021 09:19:32 GMT], Content-Type=[application/json]}
2021-06-05T09:19:32.829Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32894baf-20fa-4183-a9b0-1b5199c4ca46/model-vers/model-ver/80d1f812-e2a9-4b35-9f2a-6a6b94e5976f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-05T09:19:32.829Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32894baf-20fa-4183-a9b0-1b5199c4ca46/model-vers/model-ver/80d1f812-e2a9-4b35-9f2a-6a6b94e5976f?depth=0|INFO|500||InvokeReturn
2021-06-05T09:19:32.830Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-05T09:19:32.830Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|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-06-05T09:19:32.837Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|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-06-05T09:19:32.837Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 52575930-20cf-47c0-8ce5-6f29c22f8fae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-05T09:19:32.837Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-05T09:19:32.838Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:19:32.840Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:19:32.841Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884772837,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:19:32.941Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:19:32.941Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:19:32.941Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:19:32.964Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:19:32.964Z||pool-112-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-05T09:19:33.851Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:19:33.852Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:19:33.852Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|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 bps6J5c742ZA4qLs) ...
2021-06-05T09:19:38.153Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:19:38.153Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.153Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d1ae9327-a114-4e5a-bd25-c19fdc4ccc03","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"a7e835b1-12a6-43d1-a1fa-3455668e83e2","serviceDescription":"service","serviceInvariantUUID":"d3ff1d7a-b7f0-48c9-9882-0ab5a1ffba5e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dfae74ba-83ca-47f9-8b74-714d46523589","resourceInvariantUUID":"244afc8c-2d91-4ad2-a325-74ceca292a16","resourceCustomizationUUID":"3f26046a-aaf5-4891-8ca2-513f85d33683","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":"NjY5MDNmMzM4MWM3NWVjZjVhYTk1YWZhOWRlMjRlYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"54e948e5-0c6a-4153-903d-449b06bb9691","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":"e08f2a9b-4828-45ab-9307-b7c13bbd13df","artifactVersion":"2","generatedFromUUID":"ed0076d7-322e-4cea-b2b9-a14a7059e75c"},{"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":"ed0076d7-322e-4cea-b2b9-a14a7059e75c","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":"Y2NhMjQyMTIzMmVjODRjMjE3YjMyMzQxNzc3NmEzMTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"874f3f98-73c4-4ada-9509-873652e77aff","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":"7c143f5a-c2ad-42b4-92fc-010f16cddaab","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":"d2c28740-d93e-483a-95dd-e22ef4fbedf4","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":"c798a70c-83e9-4ddf-bdf6-c31dc161282a","artifactVersion":"2","generatedFromUUID":"7c143f5a-c2ad-42b4-92fc-010f16cddaab"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MjcwODEzODM2OGIyOTUzMTNlZTY3YjVmZWI1ZmJkYzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3e257350-5b7e-4750-951e-facc4f3f1e0b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MmE4MWQzOWUwYjM3NmRjMTA0NTI5NDRjOWE4NWJmNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9544a4d1-a33c-47dd-bee4-85d66ff78521","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-05T09:19:38.155Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:19:38.155Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:19:38.156Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:19:38.156Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884773851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.256Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:19:38.257Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:19:38.257Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:19:38.266Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:19:38.267Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:19:38.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:19:38.728Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:19:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:19:38.740Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:19:38.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "cds",
  "timestamp": 1622884598300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "dcae-sch",
  "timestamp": 1622884597526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884589503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884589251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884588186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884599747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "cds",
  "timestamp": 1622884598300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "dcae-sch",
  "timestamp": 1622884597526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884589503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884599876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884589251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884588186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "policy-id",
  "timestamp": 1622884600151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884600252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "cds",
  "timestamp": 1622884598300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "dcae-sch",
  "timestamp": 1622884597526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884601458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.756Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884589503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884599876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884589251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884588186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "policy-id",
  "timestamp": 1622884600151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884600252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "cds",
  "timestamp": 1622884598300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "dcae-sch",
  "timestamp": 1622884597526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884589503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884599876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884589251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622884588186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "policy-id",
  "timestamp": 1622884600151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884600252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "cds",
  "timestamp": 1622884598300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884603068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.760Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "dcae-sch",
  "timestamp": 1622884597526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884599876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "policy-id",
  "timestamp": 1622884600151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884600252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "cds",
  "timestamp": 1622884598300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884604066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.761Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884604069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.761Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "dcae-sch",
  "timestamp": 1622884597526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884604171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:19:38.761Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884599876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "policy-id",
  "timestamp": 1622884600151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884600252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "cds",
  "timestamp": 1622884598300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "dcae-sch",
  "timestamp": 1622884597526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884605173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-06-05T09:19:38.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884599876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "clamp",
  "timestamp": 1622884605091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "aai-ml",
  "timestamp": 1622884605155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "policy-id",
  "timestamp": 1622884600151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884600252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "cds",
  "timestamp": 1622884598300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884605975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884606024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:19:38.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "dcae-sch",
  "timestamp": 1622884597526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884606177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-06-05T09:19:38.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884599876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "clamp",
  "timestamp": 1622884605091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "aai-ml",
  "timestamp": 1622884605155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "policy-id",
  "timestamp": 1622884600151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884600252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "cds",
  "timestamp": 1622884598300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622884607026,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:19:38.781Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d1ae9327-a114-4e5a-bd25-c19fdc4ccc03
2021-06-05T09:19:38.782Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1ae9327-a114-4e5a-bd25-c19fdc4ccc03 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:19:38.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884607179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:19:38.792Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884607485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.792Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884599876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "clamp",
  "timestamp": 1622884605091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "aai-ml",
  "timestamp": 1622884605155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "policy-id",
  "timestamp": 1622884600151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884600252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884599876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "clamp",
  "timestamp": 1622884605091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "aai-ml",
  "timestamp": 1622884605155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "policy-id",
  "timestamp": 1622884600151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "cds",
  "timestamp": 1622884608895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.794Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884600252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884609280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.794Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "clamp",
  "timestamp": 1622884605091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "aai-ml",
  "timestamp": 1622884605155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "cds",
  "timestamp": 1622884609899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:19:38.801Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d1ae9327-a114-4e5a-bd25-c19fdc4ccc03
2021-06-05T09:19:38.801Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1ae9327-a114-4e5a-bd25-c19fdc4ccc03 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:19:38.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884610285,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:19:38.814Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1ae9327-a114-4e5a-bd25-c19fdc4ccc03
2021-06-05T09:19:38.814Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1ae9327-a114-4e5a-bd25-c19fdc4ccc03 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:19:38.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884610557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.822Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "clamp",
  "timestamp": 1622884605091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "aai-ml",
  "timestamp": 1622884605155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "policy-id",
  "timestamp": 1622884611067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.822Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884611168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.822Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622884611288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "clamp",
  "timestamp": 1622884605091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "aai-ml",
  "timestamp": 1622884605155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "policy-id",
  "timestamp": 1622884612070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884612559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "clamp",
  "timestamp": 1622884605091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "aai-ml",
  "timestamp": 1622884605155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "policy-id",
  "timestamp": 1622884613072,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:19:38.828Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1ae9327-a114-4e5a-bd25-c19fdc4ccc03
2021-06-05T09:19:38.829Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1ae9327-a114-4e5a-bd25-c19fdc4ccc03 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-05T09:19:38.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "clamp",
  "timestamp": 1622884605091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "aai-ml",
  "timestamp": 1622884605155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884614432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884614535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "aai-ml",
  "timestamp": 1622884615330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884616038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884616227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884617230,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:19:38.840Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1ae9327-a114-4e5a-bd25-c19fdc4ccc03
2021-06-05T09:19:38.840Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1ae9327-a114-4e5a-bd25-c19fdc4ccc03 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-05T09:19:38.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884617245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622884618233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:19:38.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884618294,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:19:38.852Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1ae9327-a114-4e5a-bd25-c19fdc4ccc03
2021-06-05T09:19:38.852Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1ae9327-a114-4e5a-bd25-c19fdc4ccc03 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-05T09:19:38.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622884619297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:19:38.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "clamp",
  "timestamp": 1622884620213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "clamp",
  "timestamp": 1622884621228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:19:38.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "aai-ml",
  "timestamp": 1622884621462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:19:38.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "clamp",
  "timestamp": 1622884622231,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:19:38.866Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d1ae9327-a114-4e5a-bd25-c19fdc4ccc03
2021-06-05T09:19:38.866Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1ae9327-a114-4e5a-bd25-c19fdc4ccc03 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:19:38.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "aai-ml",
  "timestamp": 1622884622466,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:19:38.886Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d1ae9327-a114-4e5a-bd25-c19fdc4ccc03
2021-06-05T09:19:38.886Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1ae9327-a114-4e5a-bd25-c19fdc4ccc03 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:19:38.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d67afbd-9631-4716-bd95-48c2223ff35c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884638459,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:19:38.894Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:38.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884584377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:19:38.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:19:38.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884649365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:38.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:38.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:19:38.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884651177,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:19:38.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:19:39.157Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:19:39.157Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:19:39.159Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:19:39.159Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884773851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-05T09:19:39.259Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:19:39.260Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:19:39.260Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:19:39.272Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:19:39.272Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:19:40.159Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:19:40.160Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:19:40.162Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:19:40.162Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884773851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-05T09:19:40.262Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:19:40.262Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:19:40.262Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:19:40.271Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:19:40.271Z||pool-115-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:19:41.162Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:19:41.163Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:19:41.166Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:19:41.166Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884773851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:19:41.266Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:19:41.266Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:19:41.266Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:19:41.277Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:19:41.278Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:19:42.166Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:19:42.167Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:19:42.169Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:19:42.169Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884773851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:19:42.270Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:19:42.270Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:19:42.270Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:19:42.281Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:19:42.281Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:19:43.170Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:19:43.171Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:19:43.173Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:19:43.173Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884773851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:43.274Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-05T09:19:43.274Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:19:43.274Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:19:43.285Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:19:43.285Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:19:44.174Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:19:44.174Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:19:44.176Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:19:44.176Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884773851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-05T09:19:44.277Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-05T09:19:44.278Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:19:44.278Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:19:44.288Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:19:44.288Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:19:45.177Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:19:45.177Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:19:45.179Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:19:45.179Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884773851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:19:45.279Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:19:45.280Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:19:45.281Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:19:45.293Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:19:45.293Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:19:46.179Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:19:46.181Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:19:46.182Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:19:46.182Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884773851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:19:46.283Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:19:46.284Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:19:46.284Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:19:46.296Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:19:46.296Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:19:47.184Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "a7e835b1-12a6-43d1-a1fa-3455668e83e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d3ff1d7a-b7f0-48c9-9882-0ab5a1ffba5e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "3f26046a-aaf5-4891-8ca2-513f85d33683",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dfae74ba-83ca-47f9-8b74-714d46523589",
      "resourceInvariantUUID": "244afc8c-2d91-4ad2-a325-74ceca292a16",
      "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": "e08f2a9b-4828-45ab-9307-b7c13bbd13df",
          "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": "ed0076d7-322e-4cea-b2b9-a14a7059e75c",
          "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": "Y2NhMjQyMTIzMmVjODRjMjE3YjMyMzQxNzc3NmEzMTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "874f3f98-73c4-4ada-9509-873652e77aff",
          "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": "7c143f5a-c2ad-42b4-92fc-010f16cddaab",
          "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": "c798a70c-83e9-4ddf-bdf6-c31dc161282a",
            "generatedFromUUID": "7c143f5a-c2ad-42b4-92fc-010f16cddaab"
          },
          "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": "c798a70c-83e9-4ddf-bdf6-c31dc161282a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MmE4MWQzOWUwYjM3NmRjMTA0NTI5NDRjOWE4NWJmNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9544a4d1-a33c-47dd-bee4-85d66ff78521"
    }
  ],
  "workloadContext": "Production"
}
2021-06-05T09:19:47.184Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-05T09:19:47.184Z|52575930-20cf-47c0-8ce5-6f29c22f8fae|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a7e835b1-12a6-43d1-a1fa-3455668e83e2 ASDC
2021-06-05T09:19:47.185Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d1ae9327-a114-4e5a-bd25-c19fdc4ccc03
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:a7e835b1-12a6-43d1-a1fa-3455668e83e2
ServiceInvariantUUID:d3ff1d7a-b7f0-48c9-9882-0ab5a1ffba5e
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:9544a4d1-a33c-47dd-bee4-85d66ff78521
ArtifactChecksum:MmE4MWQzOWUwYjM3NmRjMTA0NTI5NDRjOWE4NWJmNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:3f26046a-aaf5-4891-8ca2-513f85d33683
ResourceInvariantUUID:244afc8c-2d91-4ad2-a325-74ceca292a16
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:dfae74ba-83ca-47f9-8b74-714d46523589
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:e08f2a9b-4828-45ab-9307-b7c13bbd13df
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:ed0076d7-322e-4cea-b2b9-a14a7059e75c
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:874f3f98-73c4-4ada-9509-873652e77aff
ArtifactChecksum:Y2NhMjQyMTIzMmVjODRjMjE3YjMyMzQxNzc3NmEzMTk=
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:7c143f5a-c2ad-42b4-92fc-010f16cddaab
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:c798a70c-83e9-4ddf-bdf6-c31dc161282a
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:c798a70c-83e9-4ddf-bdf6-c31dc161282a
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-05T09:19:47.185Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7e835b1-12a6-43d1-a1fa-3455668e83e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-05T09:19:47.214Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:19:47.215Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:19:47.215Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:19:47.215Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9544a4d1-a33c-47dd-bee4-85d66ff78521 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-06-05T09:19:47.215Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:19:47.215Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-06-05T09:19:48.181Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:19:48.186Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 9544a4d1-a33c-47dd-bee4-85d66ff78521 68760
2021-06-05T09:19:48.186Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-06-05T09:19:48.186Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-06-05T09:19:48.186Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:19:48.187Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:19:48.188Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:19:48.188Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884788186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:48.289Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:19:48.289Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:19:48.289Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:19:48.301Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:19:48.301Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:19:49.189Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:19:49.190Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:19:49.190Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 9544a4d1-a33c-47dd-bee4-85d66ff78521, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-05T09:19:49.191Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-06-05T09:19:49.191Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-05T09:19:49.191Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-05T09:19:49.281Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12717365577011212190/Definitions/service-BasicCnf-template.yml
2021-06-05T09:19:50.352Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-05T09:19:50.353Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:19:50.353Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-05T09:19:50.353Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-06-05T09:19:50.353Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-05T09:19:50.353Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-05T09:19:50.353Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|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-BasicCnf-csar.csar
2021-06-05T09:19:50.353Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-05T09:19:50.353Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:19:50.353Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:50.353Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:19:50.353Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-05T09:19:50.353Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:19:50.354Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:19:50.354Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:50.354Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:19:50.354Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-05T09:19:50.354Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:19:50.354Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:19:50.354Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:50.354Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:19:50.354Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:50.354Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-06-05T09:19:50.355Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-06-05T09:19:50.355Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2021-06-05T09:19:50.355Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-05T09:19:50.355Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:50.355Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-05T09:19:50.355Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:50.355Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-05T09:19:50.355Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:19:50.356Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:50.356Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-05T09:19:50.356Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:19:50.356Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:50.356Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-05T09:19:50.356Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:19:50.356Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:50.356Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-06-05T09:19:50.356Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-06-05T09:19:50.356Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a935dcf3-4f01-4dbb-a020-3986eafb4a7b
2021-06-05T09:19:50.357Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:50.357Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:19:50.357Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:50.357Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:19:50.357Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:50.357Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:19:50.357Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:50.357Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:19:50.357Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:a7e835b1-12a6-43d1-a1fa-3455668e83e2
Model Version:NULL
Model InvariantUuid:d3ff1d7a-b7f0-48c9-9882-0ab5a1ffba5e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:c5927b4b-6c06-4d35-b20f-2b37201197a6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:244afc8c-2d91-4ad2-a325-74ceca292a16
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3f26046a-aaf5-4891-8ca2-513f85d33683
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8fb38808-a169-46b3-81f0-3b08be033b9b
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:cf814574-fb51-4ae1-a129-2aef3977348b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a935dcf3-4f01-4dbb-a020-3986eafb4a7b
ModelInvariantUuid:bbbcc232-806e-4b2c-b997-377e799054a0
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:0f4c951b-0a5f-4285-838b-4dd277d6bcd9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:25f3dedc-59a7-4c8b-b942-f20d3145dba3
ModelInvariantUuid:90040ab4-f7ad-4e7f-b984-5f376aa306b2
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:aa825f8b-9a35-4fd5-b759-11a1cfe2caaa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-05T09:19:50.363Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: dfae74ba-83ca-47f9-8b74-714d46523589
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:19:50.365Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||basic_cnf 0
2021-06-05T09:19:50.365Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dfae74ba-83ca-47f9-8b74-714d46523589
2021-06-05T09:19:50.365Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e08f2a9b-4828-45ab-9307-b7c13bbd13df from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-06-05T09:19:50.365Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:19:50.365Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-06-05T09:19:51.158Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:19:51.158Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env e08f2a9b-4828-45ab-9307-b7c13bbd13df 12
2021-06-05T09:19:51.158Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-06-05T09:19:51.158Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-06-05T09:19:51.158Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:19:51.159Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:19:51.160Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:19:51.160Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884791158,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:51.261Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-05T09:19:51.261Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:19:51.261Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:19:51.271Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:19:51.271Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:19:52.161Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ed0076d7-322e-4cea-b2b9-a14a7059e75c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-06-05T09:19:52.161Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:19:52.162Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-06-05T09:19:53.433Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:19:53.434Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ed0076d7-322e-4cea-b2b9-a14a7059e75c 2688
2021-06-05T09:19:53.434Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-06-05T09:19:53.434Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-06-05T09:19:53.434Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:19:53.434Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:19:53.436Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:19:53.436Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884793434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:53.536Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:19:53.539Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:19:53.539Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:19:53.550Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:19:53.551Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:19:54.437Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 874f3f98-73c4-4ada-9509-873652e77aff from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-06-05T09:19:54.437Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:19:54.438Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-06-05T09:19:54.868Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:19:54.868Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 874f3f98-73c4-4ada-9509-873652e77aff 828
2021-06-05T09:19:54.869Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-06-05T09:19:54.869Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-06-05T09:19:54.869Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:19:54.869Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:19:54.871Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:19:54.871Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884794868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:54.971Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:19:54.972Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:19:54.972Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:19:54.985Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:19:54.986Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:19:55.872Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8fb38808-a169-46b3-81f0-3b08be033b9b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cf814574-fb51-4ae1-a129-2aef3977348b",
    "vfModuleModelCustomizationUUID": "9051f302-5d0b-4d6c-8717-ee39108d7332",
    "isBase": true,
    "artifacts": [
      "7c143f5a-c2ad-42b4-92fc-010f16cddaab",
      "ed0076d7-322e-4cea-b2b9-a14a7059e75c",
      "c798a70c-83e9-4ddf-bdf6-c31dc161282a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-05T09:19:55.875Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf814574-fb51-4ae1-a129-2aef3977348b
VfModuleModelInvariantUUID:8fb38808-a169-46b3-81f0-3b08be033b9b
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c143f5a-c2ad-42b4-92fc-010f16cddaab
,
ed0076d7-322e-4cea-b2b9-a14a7059e75c
,
c798a70c-83e9-4ddf-bdf6-c31dc161282a

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-06-05T09:19:55.877Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8fb38808-a169-46b3-81f0-3b08be033b9b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cf814574-fb51-4ae1-a129-2aef3977348b",
    "vfModuleModelCustomizationUUID": "9051f302-5d0b-4d6c-8717-ee39108d7332",
    "isBase": true,
    "artifacts": [
      "7c143f5a-c2ad-42b4-92fc-010f16cddaab",
      "ed0076d7-322e-4cea-b2b9-a14a7059e75c",
      "c798a70c-83e9-4ddf-bdf6-c31dc161282a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-05T09:19:55.877Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf814574-fb51-4ae1-a129-2aef3977348b
VfModuleModelInvariantUUID:8fb38808-a169-46b3-81f0-3b08be033b9b
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c143f5a-c2ad-42b4-92fc-010f16cddaab
,
ed0076d7-322e-4cea-b2b9-a14a7059e75c
,
c798a70c-83e9-4ddf-bdf6-c31dc161282a

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-06-05T09:19:55.877Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7c143f5a-c2ad-42b4-92fc-010f16cddaab from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-06-05T09:19:55.877Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:19:55.877Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-06-05T09:19:56.326Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:19:56.326Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7c143f5a-c2ad-42b4-92fc-010f16cddaab 1164
2021-06-05T09:19:56.326Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-06-05T09:19:56.326Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-06-05T09:19:56.327Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:19:56.327Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:19:56.329Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:19:56.329Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884796326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:56.429Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:19:56.429Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:19:56.430Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:19:56.441Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:19:56.441Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:19:57.329Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c798a70c-83e9-4ddf-bdf6-c31dc161282a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-06-05T09:19:57.330Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:19:57.330Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-06-05T09:19:57.545Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:19:57.546Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c798a70c-83e9-4ddf-bdf6-c31dc161282a 200
2021-06-05T09:19:57.546Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-06-05T09:19:57.546Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-06-05T09:19:57.546Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:19:57.546Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:19:57.548Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:19:57.548Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884797546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:19:57.648Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:19:57.649Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:19:57.649Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:19:57.659Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:19:57.660Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:19:58.549Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a7e835b1-12a6-43d1-a1fa-3455668e83e2
2021-06-05T09:19:58.549Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 dfae74ba-83ca-47f9-8b74-714d46523589 ASDC
2021-06-05T09:19:58.555Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:19:58.565Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:58.565Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:19:58.565Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-06-05T09:19:58.565Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3f26046a-aaf5-4891-8ca2-513f85d33683
2021-06-05T09:19:58.565Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3f26046a-aaf5-4891-8ca2-513f85d33683 matches Tosca VF Customization UUID: 3f26046a-aaf5-4891-8ca2-513f85d33683
2021-06-05T09:19:58.565Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3f26046a-aaf5-4891-8ca2-513f85d33683  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-06-05T09:19:58.567Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:58.567Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:19:58.568Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3f26046a-aaf5-4891-8ca2-513f85d33683: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-06-05T09:19:58.568Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@184fbab9
2021-06-05T09:19:58.568Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:58.568Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-05T09:19:58.568Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9051f302-5d0b-4d6c-8717-ee39108d7332
2021-06-05T09:19:58.568Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9051f302-5d0b-4d6c-8717-ee39108d7332
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-06-05T09:19:58.570Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:58.570Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-05T09:19:58.570Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:19:58.571Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:58.571Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-05T09:19:58.571Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:19:58.571Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:58.571Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-06-05T09:19:58.571Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-06-05T09:19:58.572Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a935dcf3-4f01-4dbb-a020-3986eafb4a7b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-05T09:19:58.573Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:58.574Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-05T09:19:58.574Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:19:58.574Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:58.574Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-05T09:19:58.574Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=3f26046a-aaf5-4891-8ca2-513f85d33683
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:19:58.579Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:58.579Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:19:58.579Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a7e835b1-12a6-43d1-a1fa-3455668e83e2: basic_cnf
2021-06-05T09:19:58.579Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:58.580Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:19:58.580Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:58.580Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:19:58.580Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:58.580Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:19:58.580Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:58.580Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:19:58.580Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-05T09:19:58.580Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:19:58.581Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:19:58.652Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf dfae74ba-83ca-47f9-8b74-714d46523589 1 ASDC deployResourceStructure
2021-06-05T09:19:58.653Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-06-05T09:19:58.653Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-06-05T09:19:58.653Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-06-05T09:19:58.653Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:19:58.655Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:19:58.655Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884798652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-06-05T09:19:58.755Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:19:58.756Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:19:58.756Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:19:58.766Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:19:58.767Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:19:59.655Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-06-05T09:19:59.656Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-06-05T09:19:59.656Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-06-05T09:19:59.656Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:19:59.657Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:19:59.657Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884799655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-06-05T09:19:59.758Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-05T09:19:59.758Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:19:59.758Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:19:59.771Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:19:59.772Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:20:00.658Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-06-05T09:20:00.658Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-06-05T09:20:00.659Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:20:00.659Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:20:00.661Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:20:00.661Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884800658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:20:00.761Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:20:00.761Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:20:00.761Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:20:00.771Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:20:00.772Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:20:01.663Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-06-05T09:20:01.663Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-06-05T09:20:01.663Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:20:01.664Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:20:01.666Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:20:01.666Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884801663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-06-05T09:20:01.766Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:20:01.767Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:20:01.767Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:20:01.780Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:20:01.781Z||pool-131-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:20:02.667Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-06-05T09:20:02.667Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-06-05T09:20:02.667Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:20:02.667Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:20:02.669Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:20:02.669Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884802666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-06-05T09:20:02.770Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-05T09:20:02.770Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:20:02.771Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:20:02.784Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:20:02.784Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:20:03.670Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-06-05T09:20:03.670Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-06-05T09:20:03.670Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:20:03.671Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:20:03.672Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:20:03.673Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884803670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:20:03.773Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:20:03.773Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:20:03.774Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:20:03.790Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:20:03.790Z||pool-133-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:20:04.673Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1ae9327-a114-4e5a-bd25-c19fdc4ccc03
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:20:04.682Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1ae9327-a114-4e5a-bd25-c19fdc4ccc03
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-05T09:20:04.685Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:20:04.685Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-05T09:20:04.685Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-05T09:20:04.685Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-05T09:20:04.685Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:20:04.685Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:20:04.685Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:20:04.685Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:20:04.686Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:20:04.686Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-05T09:20:04.686Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|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-06-05T09:20:04.690Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-05T09:20:34.690Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d1ae9327-a114-4e5a-bd25-c19fdc4ccc03 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-06-05T09:20:34.695Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d1ae9327-a114-4e5a-bd25-c19fdc4ccc03 and serviceModelVersionId: a7e835b1-12a6-43d1-a1fa-3455668e83e2
2021-06-05T09:20:34.695Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3ff1d7a-b7f0-48c9-9882-0ab5a1ffba5e
2021-06-05T09:20:34.696Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3ff1d7a-b7f0-48c9-9882-0ab5a1ffba5e/model-vers/model-ver/a7e835b1-12a6-43d1-a1fa-3455668e83e2?depth=0
2021-06-05T09:20:34.700Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-06-05T09:20:34.729Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|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/d3ff1d7a-b7f0-48c9-9882-0ab5a1ffba5e/model-vers/model-ver/a7e835b1-12a6-43d1-a1fa-3455668e83e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-06-05T09:20:34.730Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d3ff1d7a-b7f0-48c9-9882-0ab5a1ffba5e/model-vers/model-ver/a7e835b1-12a6-43d1-a1fa-3455668e83e2?depth=0|INFO|500||Invoke
2021-06-05T09:20:34.748Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d3ff1d7a-b7f0-48c9-9882-0ab5a1ffba5e/model-vers/model-ver/a7e835b1-12a6-43d1-a1fa-3455668e83e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-05T09:20:34.961Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d3ff1d7a-b7f0-48c9-9882-0ab5a1ffba5e/model-vers/model-ver/a7e835b1-12a6-43d1-a1fa-3455668e83e2?depth=0|INFO|500||InvokeReturn
2021-06-05T09:20:34.961Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|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/d3ff1d7a-b7f0-48c9-9882-0ab5a1ffba5e/model-vers/model-ver/a7e835b1-12a6-43d1-a1fa-3455668e83e2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210605-09:20:34:756-92968], vertex-id=[241872], Content-Length=[0], Date=[Sat, 05 Jun 2021 09:20:34 GMT], Content-Type=[application/json]}
2021-06-05T09:20:34.961Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-06-05T09:20:34.962Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-05T09:20:34.962Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|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-06-05T09:20:34.967Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|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-06-05T09:20:34.967Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d1ae9327-a114-4e5a-bd25-c19fdc4ccc03 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-05T09:20:34.967Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-05T09:20:34.967Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:20:34.970Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:20:34.970Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884834967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:20:35.069Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-05T09:20:35.070Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-05T09:20:35.070Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:20:35.085Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:20:35.085Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-05T09:20:35.981Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:20:35.982Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:20:35.982Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|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 bps6J5c742ZA4qLs) ...
2021-06-05T09:20:38.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:20:38.728Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:20:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:20:38.750Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:20:38.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:20:38.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52575930-20cf-47c0-8ce5-6f29c22f8fae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884772837,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:20:38.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:20:38.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-05T09:20:38.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884773851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:20:38.751Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:20:45.524Z|d1ae9327-a114-4e5a-bd25-c19fdc4ccc03|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:20:45.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:20:45.525Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:20:45.525Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:20:55.069Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:20:55.069Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:20:55.070Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:20:55.070Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:21:04.610Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:21:04.611Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:21:04.611Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:21:04.611Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:21:14.149Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:21:14.149Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:21:14.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:21:14.149Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:21:23.687Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:21:23.688Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:21:23.689Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:21:23.689Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:21:33.231Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:21:38.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:21:38.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:21:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:21:38.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:21:38.728Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:21:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:21:39.249Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:21:39.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884773851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-05T09:21:39.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:21:39.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884773851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-05T09:21:39.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:21:39.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884773851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-05T09:21:39.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:21:39.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884773851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-05T09:21:39.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:21:39.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884773851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:21:39.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:21:39.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884773851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-05T09:21:39.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:21:39.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884773851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-05T09:21:39.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:21:39.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884773851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-05T09:21:39.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-06-05T09:21:39.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884788186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:21:39.251Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884791158,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884793434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884794868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884796326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884797546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884798652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884799655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884800658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-05T09:21:39.252Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:21:39.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884801663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-06-05T09:21:39.253Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:21:39.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884802666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-06-05T09:21:39.253Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:21:39.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884803670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-05T09:21:39.253Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:21:39.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-05T09:21:39.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1ae9327-a114-4e5a-bd25-c19fdc4ccc03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622884834967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:21:39.253Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:21:48.269Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:22:38.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:22:38.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:22:38.728Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:22:38.727Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:22:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:22:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:22:48.272Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:22:48.273Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:23:38.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:23:38.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:23:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:23:38.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:23:38.728Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:23:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:23:48.271Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:23:48.278Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:24:38.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:24:38.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:24:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:24:38.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:24:38.728Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:24:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:24:48.271Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:24:48.271Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:25:38.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:25:38.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:25:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:25:38.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:25:38.728Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:25:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:25:48.270Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:25:48.278Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:26:38.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:26:38.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:26:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:26:38.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:26:38.728Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:26:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:26:48.268Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:26:48.268Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:27:38.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:27:38.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:27:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:27:38.728Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:27:38.728Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:27:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:27:48.272Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:27:48.273Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:28:38.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:28:38.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:28:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:28:38.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:28:38.728Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:28:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:28:48.267Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:28:48.267Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:29:38.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:29:38.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:29:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:29:38.728Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:29:38.728Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:29:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:29:48.266Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:29:48.266Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:30:38.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:30:38.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:30:38.727Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:30:38.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:30:38.728Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:30:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:30:48.269Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:30:48.271Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:31:38.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:31:38.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:31:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:31:38.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:31:38.728Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:31:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:31:48.270Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:31:48.272Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:32:38.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:32:38.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:32:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:32:38.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:32:38.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:32:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:32:48.269Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:32:48.270Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-05T09:33:38.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:33:38.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:33:38.726Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:33:38.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:33:38.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:33:38.728Z||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 bps6J5c742ZA4qLs) ...