Results

By type

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

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

2021-05-20T23:31:31.607Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-4cdb5 with PID 14 (/app/app.jar started by so in /app)
2021-05-20T23:31:31.613Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-20T23:31:31.614Z||main|||||INFO|500||The following profiles are active: basic
2021-05-20T23:31:38.039Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-20T23:31:38.039Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-20T23:31:38.132Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-20T23:31:39.449Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-20T23:31:39.588Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-20T23:31:39.938Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-20T23:31:39.946Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-20T23:31:40.019Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-20T23:31:40.141Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-20T23:31:40.522Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-20T23:31:41.509Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-20T23:31:43.364Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-20T23:31:43.403Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-20T23:31:43.846Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-20T23:31:44.021Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-05-20T23:31:45.080Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-20T23:31:45.939Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-05-20T23:31:45.956Z||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$$7e4b9352.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-05-20T23:31:45.956Z||main|||||WARN|500||The sdc end point is not alive
2021-05-20T23:31:48.014Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-05-20T23:31:49.870Z||main|||||WARN|500||---
2021-05-20T23:31:49.870Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-20T23:31:49.870Z||main|||||WARN|500||---
2021-05-20T23:31:50.153Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-20T23:31:52.832Z||main|||||INFO|500||Started Application in 23.068 seconds (JVM running for 24.083)
2021-05-20T23:31:52.831Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T23:31:52.833Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T23:31:52.843Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T23:31:52.909Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T23:31:52.953Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9d81ccdb-d10c-482f-b50b-450f4a11381d url= /sdc/v1/artifactTypes
2021-05-20T23:31:52.953Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T23:31:54.061Z||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.42.10] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-05-20T23:31:54.065Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d8a6029
2021-05-20T23:31:54.065Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T23:31:54.073Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T23:31:54.075Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T23:31:54.076Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-05-20T23:32:42.827Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T23:32:42.827Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T23:32:42.827Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T23:32:42.832Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T23:32:42.843Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 35a352cb-59ae-49c3-bc7a-59c922ff34a1 url= /sdc/v1/artifactTypes
2021-05-20T23:32:42.844Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T23:32:43.885Z||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.42.10] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-05-20T23:32:43.885Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d1805c
2021-05-20T23:32:43.885Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T23:32:43.886Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T23:32:43.886Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T23:32:43.886Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-05-20T23:33:32.827Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T23:33:32.827Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T23:33:32.827Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T23:33:32.830Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T23:33:32.835Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 485192ad-ab2c-4ba0-8bb2-aeb8178b5dc2 url= /sdc/v1/artifactTypes
2021-05-20T23:33:32.835Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T23:33:33.869Z||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.42.10] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-05-20T23:33:33.869Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5ad7c2ab
2021-05-20T23:33:33.869Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T23:33:33.870Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T23:33:33.870Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T23:33:33.870Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-05-20T23:34:22.827Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T23:34:22.827Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T23:34:22.827Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T23:34:22.830Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T23:34:22.834Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b188629d-cd55-43f1-9c8c-20e3ea5362d0 url= /sdc/v1/artifactTypes
2021-05-20T23:34:22.835Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T23:34:23.853Z||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.42.10] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-05-20T23:34:23.853Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a7024b3
2021-05-20T23:34:23.853Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T23:34:23.854Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T23:34:23.854Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T23:34:23.854Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-05-20T23:35:12.827Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T23:35:12.828Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T23:35:12.828Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T23:35:12.831Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T23:35:12.839Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8891781b-f37f-4020-af36-ef411835b1aa url= /sdc/v1/artifactTypes
2021-05-20T23:35:12.839Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T23:35:13.869Z||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.42.10] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-05-20T23:35:13.869Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69469dd0
2021-05-20T23:35:13.869Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T23:35:13.869Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T23:35:13.870Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T23:35:13.870Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-05-20T23:36:02.827Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T23:36:02.827Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T23:36:02.827Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T23:36:02.830Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T23:36:02.835Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 49a95814-be7a-4871-b287-8e1bc4377290 url= /sdc/v1/artifactTypes
2021-05-20T23:36:02.835Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T23:36:03.853Z||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.42.10] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-05-20T23:36:03.853Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49ad7cc
2021-05-20T23:36:03.853Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T23:36:03.853Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T23:36:03.854Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T23:36:03.854Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-05-20T23:36:52.828Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T23:36:52.829Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T23:36:52.829Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T23:36:52.832Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T23:36:52.838Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= afb8e9f5-ed52-44b0-92e3-cd82d03c1cf9 url= /sdc/v1/artifactTypes
2021-05-20T23:36:52.838Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T23:36:53.871Z||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.42.10] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-05-20T23:36:53.872Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ad19548
2021-05-20T23:36:53.872Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T23:36:53.872Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T23:36:53.872Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T23:36:53.873Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-05-20T23:37:42.827Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T23:37:42.828Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T23:37:42.829Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T23:37:42.834Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T23:37:42.839Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 78e2d5c3-a164-4dc4-95f5-bc85a2d647b8 url= /sdc/v1/artifactTypes
2021-05-20T23:37:42.839Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T23:37:43.885Z||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.42.10] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-05-20T23:37:43.886Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@48377dc9
2021-05-20T23:37:43.886Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T23:37:43.887Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T23:37:43.887Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T23:37:43.887Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-05-20T23:38:32.828Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T23:38:32.829Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T23:38:32.829Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T23:38:32.831Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T23:38:32.836Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 74a2e2d2-1277-4386-8552-e58af33b58c2 url= /sdc/v1/artifactTypes
2021-05-20T23:38:32.837Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T23:38:33.035Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-20T23:38:33.049Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-05-20T23:38:33.076Z||scheduling-1|||||DEBUG|500||create keys
2021-05-20T23:38:33.083Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-20T23:38:33.109Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:38:33.125Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 20624aab-f751-473b-acee-be28eb1ff60d url= /sdc/v1/registerForDistribution
2021-05-20T23:38:33.245Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 20624aab-f751-473b-acee-be28eb1ff60d url= /sdc/v1/registerForDistribution
2021-05-20T23:38:33.246Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-20T23:38:33.254Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:38:33.255Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:38:33.259Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:38:33.259Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:38:33.259Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:38:33.259Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:38:33.260Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-20T23:38:43.485Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:38:43.494Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:39:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:39:33.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:39:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:39:33.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:39:33.256Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:39:33.256Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:39:42.805Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:39:42.806Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:40:33.253Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:40:33.254Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:40:33.254Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:40:33.254Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:40:33.255Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:40:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:40:42.809Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:40:42.809Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:41:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:41:33.253Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:41:33.253Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-20T23:41:33.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:41:33.255Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:41:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:41:42.804Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:41:42.807Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:41:52.163Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-20T23:42:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:42:33.253Z||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-05-20T23:42:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:42:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:42:33.255Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:42:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:42:42.806Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:42:42.809Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:43:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:43:33.253Z||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-05-20T23:43:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:43:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:43:33.255Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:43:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:43:42.804Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:43:42.806Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:44:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:44:33.253Z||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-05-20T23:44:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:44:33.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:44:33.255Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:44:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:44:42.800Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:44:42.800Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:45:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:45:33.253Z||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-05-20T23:45:33.254Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:45:33.254Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:45:33.255Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:45:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:45:42.800Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:45:42.802Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:46:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:46:33.254Z||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-05-20T23:46:33.254Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:46:33.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:46:33.255Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:46:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:46:42.798Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:46:42.800Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:47:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:47:33.253Z||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-05-20T23:47:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:47:33.255Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:47:33.256Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:47:33.256Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:47:42.799Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:47:42.799Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:48:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:48:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:48:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-20T23:48:33.254Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:48:33.255Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:48:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:48:42.802Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:48:42.803Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:49:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:49:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:49:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-20T23:49:33.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:49:33.255Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:49:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:49:42.801Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:49:42.801Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:50:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:50:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:50:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-20T23:50:33.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:50:33.255Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:50:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:50:42.805Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:50:42.804Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:51:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:51:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:51:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-20T23:51:33.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:51:33.255Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:51:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:51:42.800Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:51:42.800Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:52:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:52:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:52:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-20T23:52:33.254Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:52:33.255Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:52:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:52:42.804Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:52:42.811Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:53:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:53:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:53:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-20T23:53:33.254Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:53:33.255Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:53:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:53:42.799Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:53:42.799Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:54:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:54:33.253Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:54:33.253Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-20T23:54:33.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:54:33.255Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:54:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:54:42.800Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:54:42.805Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:55:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:55:33.253Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:55:33.253Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-20T23:55:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:55:33.255Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:55:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:55:42.800Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:55:42.804Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:56:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:56:33.253Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:56:33.253Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-20T23:56:33.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:56:33.255Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:56:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:56:42.797Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:56:42.798Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:57:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:57:33.253Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:57:33.253Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-20T23:57:33.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:57:33.255Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:57:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:57:42.798Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:57:42.802Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:58:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:58:33.253Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:58:33.253Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-20T23:58:33.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:58:33.255Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:58:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:58:42.801Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:58:42.802Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:59:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:59:33.253Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:59:33.253Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-20T23:59:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:59:33.255Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:59:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:59:42.821Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T23:59:42.826Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:00:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:00:33.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:00:33.255Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:00:33.255Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:00:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:00:33.255Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:00:42.803Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:00:42.803Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:01:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:01:33.253Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:01:33.253Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:01:33.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:01:33.255Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:01:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:01:42.803Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:01:42.804Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:02:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:02:33.253Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:02:33.253Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:02:33.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:02:33.255Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:02:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:02:42.794Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:02:42.797Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:03:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:03:33.253Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:03:33.253Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:03:33.254Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:03:33.255Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:03:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:03:42.803Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:03:42.804Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:04:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:04:33.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:04:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:04:33.254Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:04:33.255Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:04:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:04:42.802Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:04:42.802Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:05:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:05:33.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:05:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:05:33.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:05:33.254Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:05:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:05:42.801Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:05:42.803Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:06:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:06:33.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:06:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:06:33.254Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:06:33.255Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:06:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:06:42.794Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:06:42.796Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:07:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:07:33.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:07:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:07:33.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:07:33.255Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:07:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:07:42.800Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:07:42.800Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:08:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:08:33.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:08:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:08:33.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:08:33.255Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:08:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:08:42.796Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:08:42.799Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:09:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:09:33.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:09:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:09:33.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:09:33.255Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:09:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:09:42.803Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:09:42.805Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:10:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:10:33.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:10:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:10:33.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:10:33.255Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:10:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:10:42.796Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:10:42.796Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:11:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:11:33.254Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:11:33.254Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:11:33.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:11:33.255Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:11:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:11:42.800Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:11:42.801Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:12:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:12:33.254Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:12:33.254Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:12:33.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:12:33.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:12:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:12:42.807Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:12:42.809Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:13:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:13:33.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:13:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:13:33.254Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:13:33.255Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:13:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:13:42.797Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:13:42.799Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:14:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:14:33.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:14:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:14:33.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:14:33.255Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:14:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:14:42.802Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:14:42.805Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:15:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:15:33.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:15:33.254Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:15:33.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:15:33.255Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:15:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:15:42.799Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:15:42.800Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:16:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:16:33.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:16:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:16:33.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:16:33.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:16:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:16:42.793Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:16:42.795Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:17:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:17:33.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:17:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:17:33.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:17:33.255Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:17:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:17:42.795Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:17:42.795Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:18:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:18:33.253Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:18:33.253Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:18:33.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:18:33.255Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:18:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:18:42.797Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:18:42.798Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:19:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:19:33.253Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:19:33.253Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:19:33.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:19:33.255Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:19:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:19:42.793Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:19:42.794Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:20:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:20:33.253Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:20:33.253Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:20:33.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:20:33.255Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:20:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:20:42.798Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:20:42.798Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:21:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:21:33.253Z||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-05-21T00:21:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:21:33.254Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:21:33.255Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:21:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:21:42.797Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:21:42.797Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:22:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:22:33.253Z||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-05-21T00:22:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:22:33.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:22:33.255Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:22:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:22:42.801Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:22:42.801Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:23:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:23:33.253Z||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-05-21T00:23:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:23:33.254Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:23:33.255Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:23:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:23:42.800Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:23:42.806Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:24:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:24:33.253Z||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-05-21T00:24:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:24:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:24:33.255Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:24:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:24:42.795Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:24:42.799Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:25:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:25:33.253Z||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-05-21T00:25:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:25:33.254Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:25:33.255Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:25:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:25:42.792Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:25:42.795Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:26:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:26:33.253Z||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-05-21T00:26:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:26:33.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:26:33.255Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:26:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:26:42.798Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:26:42.798Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:27:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:27:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:27:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:27:33.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:27:33.255Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:27:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:27:42.796Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:27:42.797Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:28:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:28:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:28:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:28:33.254Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:28:33.255Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:28:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:28:42.799Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:28:42.799Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:29:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:29:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:29:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:29:33.254Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:29:33.254Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:29:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:29:42.794Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:29:42.797Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:30:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:30:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:30:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:30:33.254Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:30:33.255Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:30:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:30:42.798Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:30:42.798Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:31:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:31:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:31:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:31:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:31:33.255Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:31:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:31:42.794Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:31:42.799Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:32:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:32:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:32:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:32:33.254Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:32:33.255Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:32:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:32:42.799Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:32:42.799Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:33:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:33:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:33:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:33:33.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:33:33.255Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:33:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:33:42.795Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:33:42.795Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:34:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:34:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:34:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:34:33.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:34:33.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:34:33.254Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:34:42.795Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:34:42.801Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:35:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:35:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:35:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:35:33.255Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:35:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:33.876Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:35:33.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2fcef395-2442-40a9-8838-99dddc890473","serviceName":"vFW 2021-05-21 00-32-00","serviceVersion":"1.0","serviceUUID":"6aa4edfd-4b47-4946-a2fb-1720c9daa6ef","serviceDescription":"catalog service description","serviceInvariantUUID":"0343ef19-06a2-4f42-8466-e3f5da3a90c1","resources":[{"resourceInstanceName":"vFW cbf6ce7e-9b84 0","resourceName":"vFW cbf6ce7e-9b84","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"309e53e3-fed9-4650-98d2-7896471f1b98","resourceInvariantUUID":"4c53f96b-99db-4198-a2ce-e1a669a83fe5","resourceCustomizationUUID":"e4d80cb9-a3dd-4cf7-93b5-dcb8955aa5e7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml","artifactChecksum":"OTliY2ZmMDg4N2NjNzNjNWYzZmI0M2ExY2UwYTY1M2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"40c23f41-deb8-41be-a752-35dae722eab2","artifactVersion":"1"},{"artifactName":"vfwcbf6ce7e9b840_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json","artifactChecksum":"ZjdjNDI1YWVhM2NmYWZhZDczZDVhZTc5MTE5NzMxMDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"356dbd3a-a6ef-4099-86ee-9d7e49dc28d9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"626cc2ae-a516-4d0b-8e23-49f83554b38c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml","artifactChecksum":"YzZlNDg3NDdkMDRmNTc1ZmY0Y2VjMTQ2OTAzYTk5MDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"74150a11-1787-48e8-bb79-10cbafa06aff","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"28d761e1-12bd-4e07-9065-26db06de76f0","artifactVersion":"2","generatedFromUUID":"626cc2ae-a516-4d0b-8e23-49f83554b38c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210521003200-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml","artifactChecksum":"NTdhODM5YmEwZDM2ZDU3MDQ1MTNmNjUxYjA5ZTQzMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ffd468e-e2fe-4769-af73-323c6847971d","artifactVersion":"1"},{"artifactName":"service-Vfw20210521003200-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar","artifactChecksum":"YWRiNDg0ZTQ5YWFkZTI5MTM2ODNmMGY0NzFkMzg5Yzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cbc51aa0-1489-453a-95e4-585f030cb8db","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-21T00:35:33.884Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:35:33.886Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:35:33.890Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:33.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "cds",
  "timestamp": 1621557294235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.899Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:33.900Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557333252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "dcae-sch",
  "timestamp": 1621557303507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557303317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "aai-ml",
  "timestamp": 1621557294128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "clamp",
  "timestamp": 1621557304294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "cds",
  "timestamp": 1621557294235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "dcae-sch",
  "timestamp": 1621557303507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557303317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "aai-ml",
  "timestamp": 1621557294128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "clamp",
  "timestamp": 1621557304294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "cds",
  "timestamp": 1621557294235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "dcae-sch",
  "timestamp": 1621557303507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557303317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "aai-ml",
  "timestamp": 1621557294128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "clamp",
  "timestamp": 1621557304294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557306492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "cds",
  "timestamp": 1621557294235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557303317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "dcae-sch",
  "timestamp": 1621557303507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "aai-ml",
  "timestamp": 1621557294128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "clamp",
  "timestamp": 1621557304294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557306492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "cds",
  "timestamp": 1621557294235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557303317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "dcae-sch",
  "timestamp": 1621557303507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "aai-ml",
  "timestamp": 1621557294128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557307905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557308143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "clamp",
  "timestamp": 1621557304294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557306492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "cds",
  "timestamp": 1621557294235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "dcae-sch",
  "timestamp": 1621557303507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557303317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "aai-ml",
  "timestamp": 1621557294128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557307905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557308143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "clamp",
  "timestamp": 1621557304294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557306492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "cds",
  "timestamp": 1621557294235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557303317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "dcae-sch",
  "timestamp": 1621557303507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "aai-ml",
  "timestamp": 1621557294128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557307905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557308143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "clamp",
  "timestamp": 1621557304294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557306492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557307905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557308143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557306492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557307905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557308143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557306492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "cds",
  "timestamp": 1621557313251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "aai-ml",
  "timestamp": 1621557313253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557307905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557308143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "cds",
  "timestamp": 1621557314274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:35:34.000Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:35:34.003Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:35:34.003Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:34.014Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:35:34.014Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:35:34.050Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2fcef395-2442-40a9-8838-99dddc890473
2021-05-21T00:35:34.065Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fcef395-2442-40a9-8838-99dddc890473 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:35:34.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557313710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:34.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "policy-id",
  "timestamp": 1621557313798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557307905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557308143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557313710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "policy-id",
  "timestamp": 1621557313798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557316042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557313710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "policy-id",
  "timestamp": 1621557313798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557313710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "policy-id",
  "timestamp": 1621557313798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557313710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "policy-id",
  "timestamp": 1621557313798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557318657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557319020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557313710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "policy-id",
  "timestamp": 1621557313798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557313710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "policy-id",
  "timestamp": 1621557313798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557321041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557321323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557321397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "policy-id",
  "timestamp": 1621557322033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557322115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557322402,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:35:34.103Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2fcef395-2442-40a9-8838-99dddc890473
2021-05-21T00:35:34.103Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fcef395-2442-40a9-8838-99dddc890473 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:35:34.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557322838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "policy-id",
  "timestamp": 1621557323039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557323293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557323965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "policy-id",
  "timestamp": 1621557324042,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:35:34.115Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2fcef395-2442-40a9-8838-99dddc890473
2021-05-21T00:35:34.115Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fcef395-2442-40a9-8838-99dddc890473 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:35:34.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557324300,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:35:34.127Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2fcef395-2442-40a9-8838-99dddc890473
2021-05-21T00:35:34.127Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fcef395-2442-40a9-8838-99dddc890473 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-21T00:35:34.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557324400,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:35:34.139Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2fcef395-2442-40a9-8838-99dddc890473
2021-05-21T00:35:34.139Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fcef395-2442-40a9-8838-99dddc890473 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-21T00:35:34.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557325179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.145Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557325304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:35:34.146Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557325404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:35:34.146Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557326183,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:35:34.150Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2fcef395-2442-40a9-8838-99dddc890473
2021-05-21T00:35:34.150Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fcef395-2442-40a9-8838-99dddc890473 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "clamp",
  "timestamp": 1621557326561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "aai-ml",
  "timestamp": 1621557327016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557327188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "aai-ml",
  "timestamp": 1621557328020,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:35:34.161Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2fcef395-2442-40a9-8838-99dddc890473
2021-05-21T00:35:34.161Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fcef395-2442-40a9-8838-99dddc890473 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:35:34.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "clamp",
  "timestamp": 1621557328564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:35:34.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "clamp",
  "timestamp": 1621557329568,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:35:34.174Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2fcef395-2442-40a9-8838-99dddc890473
2021-05-21T00:35:34.174Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fcef395-2442-40a9-8838-99dddc890473 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:35:34.904Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:35:34.904Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:34.906Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:34.906Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557333252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:35:35.006Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:35.007Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:35:35.007Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:35.018Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:35:35.018Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:35:35.907Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:35:35.908Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:35.909Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:35.910Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557333252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:35:36.010Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:36.011Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:35:36.011Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:36.022Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:35:36.022Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:35:36.910Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:35:36.911Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:36.913Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:36.913Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557333252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:37.013Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:37.014Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:35:37.014Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:37.026Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:35:37.026Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:35:37.914Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:35:37.915Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:37.916Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:37.916Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557333252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-21T00:35:38.016Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:38.017Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:35:38.017Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:38.028Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:35:38.028Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:35:38.917Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:35:38.918Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:38.919Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:38.919Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557333252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:35:39.019Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:39.020Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:35:39.020Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:39.032Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:35:39.032Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:35:39.920Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:35:39.920Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:39.922Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:39.922Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557333252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:35:40.022Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:40.023Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:35:40.023Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:40.037Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:35:40.037Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:35:40.924Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "serviceName": "vFW 2021-05-21 00-32-00",
  "serviceVersion": "1.0",
  "serviceUUID": "6aa4edfd-4b47-4946-a2fb-1720c9daa6ef",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0343ef19-06a2-4f42-8466-e3f5da3a90c1",
  "resources": [
    {
      "resourceInstanceName": "vFW cbf6ce7e-9b84 0",
      "resourceCustomizationUUID": "e4d80cb9-a3dd-4cf7-93b5-dcb8955aa5e7",
      "resourceName": "vFW cbf6ce7e-9b84",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "309e53e3-fed9-4650-98d2-7896471f1b98",
      "resourceInvariantUUID": "4c53f96b-99db-4198-a2ce-e1a669a83fe5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwcbf6ce7e9b840_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
          "artifactChecksum": "ZjdjNDI1YWVhM2NmYWZhZDczZDVhZTc5MTE5NzMxMDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "356dbd3a-a6ef-4099-86ee-9d7e49dc28d9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "626cc2ae-a516-4d0b-8e23-49f83554b38c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "28d761e1-12bd-4e07-9065-26db06de76f0",
            "generatedFromUUID": "626cc2ae-a516-4d0b-8e23-49f83554b38c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "28d761e1-12bd-4e07-9065-26db06de76f0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210521003200-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
      "artifactChecksum": "YWRiNDg0ZTQ5YWFkZTI5MTM2ODNmMGY0NzFkMzg5Yzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cbc51aa0-1489-453a-95e4-585f030cb8db"
    }
  ],
  "workloadContext": "Production"
}
2021-05-21T00:35:40.925Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-21T00:35:40.925Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6aa4edfd-4b47-4946-a2fb-1720c9daa6ef ASDC
2021-05-21T00:35:41.016Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2fcef395-2442-40a9-8838-99dddc890473
ServiceName:vFW 2021-05-21 00-32-00
ServiceVersion:1.0
ServiceUUID:6aa4edfd-4b47-4946-a2fb-1720c9daa6ef
ServiceInvariantUUID:0343ef19-06a2-4f42-8466-e3f5da3a90c1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210521003200-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar
ArtifactUUID:cbc51aa0-1489-453a-95e4-585f030cb8db
ArtifactChecksum:YWRiNDg0ZTQ5YWFkZTI5MTM2ODNmMGY0NzFkMzg5Yzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cbf6ce7e-9b84 0
ResourceCustomizationUUID:e4d80cb9-a3dd-4cf7-93b5-dcb8955aa5e7
ResourceInvariantUUID:4c53f96b-99db-4198-a2ce-e1a669a83fe5
ResourceName:vFW cbf6ce7e-9b84
ResourceType:VF
ResourceUUID:309e53e3-fed9-4650-98d2-7896471f1b98
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcbf6ce7e9b840_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json
ArtifactUUID:356dbd3a-a6ef-4099-86ee-9d7e49dc28d9
ArtifactChecksum:ZjdjNDI1YWVhM2NmYWZhZDczZDVhZTc5MTE5NzMxMDA=
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/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml
ArtifactUUID:626cc2ae-a516-4d0b-8e23-49f83554b38c
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/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env
ArtifactUUID:28d761e1-12bd-4e07-9065-26db06de76f0
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/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env
ArtifactUUID:28d761e1-12bd-4e07-9065-26db06de76f0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-21T00:35:41.016Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6aa4edfd-4b47-4946-a2fb-1720c9daa6ef ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-21T00:35:41.063Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:35:41.064Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:35:41.065Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:35:41.065Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cbc51aa0-1489-453a-95e4-585f030cb8db from URL: /sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:41.065Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-21T00:35:41.066Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:41.805Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-21T00:35:41.821Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar cbc51aa0-1489-453a-95e4-585f030cb8db 110299
2021-05-21T00:35:41.821Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar ASDC sendASDCNotification
2021-05-21T00:35:41.822Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:41.822Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:35:41.823Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:41.825Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:41.825Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557341821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:35:41.925Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:41.926Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:35:41.926Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:41.936Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:35:41.936Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:35:42.825Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:35:42.826Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:35:42.827Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cbc51aa0-1489-453a-95e4-585f030cb8db, URL: /sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar to file: /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:42.827Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210521003200-csar.csar
2021-05-21T00:35:42.927Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:42.927Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:43.329Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1810875788045044604/Definitions/service-Vfw20210521003200-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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
2021-05-21T00:35:45.766Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-21T00:35:45.770Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-21T00:35:45.770Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.770Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-21T00:35:45.770Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||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-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.770Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||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-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.770Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||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-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.770Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cbf6ce7e-9b84 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||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-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||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-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||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-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||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-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cbf6ce7e-9b84 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-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||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-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-21T00:35:45.776Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:45.777Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:45.780Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:45.780Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-21T00:35:45.782Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:35:45.783Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:45.783Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:45.783Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:45.783Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-21T00:35:45.783Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:35:45.784Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:45.784Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:45.787Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:45.787Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is not matching search criteria
2021-05-21T00:35:45.787Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-21T00:35:45.787Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-21T00:35:45.787Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.787Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:45.787Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-21T00:35:45.788Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.788Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-21T00:35:45.788Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-21T00:35:45.788Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-21T00:35:45.788Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.788Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:45.788Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-21T00:35:45.788Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:45.788Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-21T00:35:45.789Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.789Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-21T00:35:45.789Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:45.789Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-21T00:35:45.790Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:45.790Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:45.790Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:35:45.790Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:45.791Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:45.791Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:35:45.791Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:45.791Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:45.791Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:35:45.791Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:45.791Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is not matching search criteria
2021-05-21T00:35:45.792Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-21T00:35:45.792Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-21T00:35:45.792Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-21T00:35:45.792Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-21T00:35:45.792Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-21T00:35:45.792Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.792Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:45.792Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-21T00:35:45.793Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:45.793Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-21T00:35:45.793Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.793Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=895bc348-9b44-4192-b39e-e8ae8ca5ce10
2021-05-21T00:35:45.793Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:45.793Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is not matching search criteria
2021-05-21T00:35:45.793Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-21T00:35:45.793Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-21T00:35:45.794Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.794Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:45.794Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-21T00:35:45.794Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.794Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-21T00:35:45.794Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-21T00:35:45.794Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-21T00:35:45.794Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:45.794Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-21T00:35:45.795Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.795Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ff5da15b-e330-4681-a87e-9a08bd21bd74
2021-05-21T00:35:45.795Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:45.795Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is not matching search criteria
2021-05-21T00:35:45.795Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-21T00:35:45.795Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-21T00:35:45.795Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.796Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:45.796Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-21T00:35:45.796Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.796Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-21T00:35:45.796Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-21T00:35:45.796Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-21T00:35:45.796Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.796Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:45.796Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-21T00:35:45.796Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa721fcb-c6af-4dd2-b048-503d2f39823c
2021-05-21T00:35:45.797Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:45.797Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:45.806Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:45.806Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:45.807Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:45.807Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:45.807Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:45.807Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:45.807Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-05-21 00-32-00
Description:catalog service description
Model UUID:6aa4edfd-4b47-4946-a2fb-1720c9daa6ef
Model Version:NULL
Model InvariantUuid:0343ef19-06a2-4f42-8466-e3f5da3a90c1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW cbf6ce7e-9b84
Model UUID:e21e3f66-13b5-45d0-baec-4ccd7423647e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4c53f96b-99db-4198-a2ce-e1a669a83fe5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e4d80cb9-a3dd-4cf7-93b5-dcb8955aa5e7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fde312a2-6387-416d-9db5-c70b8818856f
ModelName:VfwCbf6ce7e9b84..base_vfw..module-0
ModelUuid:5d79f895-eb07-47e5-8573-bf9d2510393c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:895bc348-9b44-4192-b39e-e8ae8ca5ce10
ModelInvariantUuid:f40f021e-2fdc-4eae-b970-57bcdd0c3501
ModelName:vFW cbf6ce7e-9b84-nodes.vfwCvfc
ModelUuid:3b7f045c-7273-46d0-9538-ab48d456834c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f25b0b4b-0e33-4b43-8ab8-ae12977bf152
ModelInvariantUuid:7e382d75-0cb3-456a-a385-592467a07b00
ModelName:VfwCbf6ce7e9b84.compute.nodes.heat.vfw
ModelUuid:64299c82-6c44-4185-8b8c-32dd6a40d978
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ff5da15b-e330-4681-a87e-9a08bd21bd74
ModelInvariantUuid:3bd51e50-bd37-43f5-af57-001e41dd5545
ModelName:vFW cbf6ce7e-9b84-nodes.vsnCvfc
ModelUuid:3513110b-baf7-4827-ac05-8e380b1d6cfd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:45ae98db-4bfd-4099-b4af-85a8724c973c
ModelInvariantUuid:3d0c00b3-671c-44f7-b9c7-5d95291b4432
ModelName:VfwCbf6ce7e9b84.compute.nodes.heat.vsn
ModelUuid:87e5ad03-afc6-4b60-b1e8-f2413e2b20d5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa721fcb-c6af-4dd2-b048-503d2f39823c
ModelInvariantUuid:7fcf114c-8899-426a-a799-6d1943a8add3
ModelName:vFW cbf6ce7e-9b84-nodes.vpgCvfc
ModelUuid:825b8a78-e5a7-4398-a98a-88e8ae7c013a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:9739972c-d7b8-4459-98c6-7dcbc4b7f954
ModelInvariantUuid:930bc32a-468b-4a8b-886e-0543418a2ca0
ModelName:VfwCbf6ce7e9b84.compute.nodes.heat.vpg
ModelUuid:4b6f2a9b-2365-4156-9949-656687983bd7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-21T00:35:45.816Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 309e53e3-fed9-4650-98d2-7896471f1b98
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:35:45.889Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||vFW cbf6ce7e-9b84 0
2021-05-21T00:35:45.894Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 309e53e3-fed9-4650-98d2-7896471f1b98
2021-05-21T00:35:45.895Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 356dbd3a-a6ef-4099-86ee-9d7e49dc28d9 from URL: /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json
2021-05-21T00:35:45.895Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-21T00:35:45.895Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json
2021-05-21T00:35:46.116Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-21T00:35:46.117Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json 356dbd3a-a6ef-4099-86ee-9d7e49dc28d9 785
2021-05-21T00:35:46.117Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json ASDC sendASDCNotification
2021-05-21T00:35:46.117Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json
2021-05-21T00:35:46.117Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:35:46.117Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:46.119Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:46.119Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557346117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:35:46.219Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:46.220Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:35:46.220Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:46.232Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:35:46.232Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:35:47.120Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCbf6ce7e9b84..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fde312a2-6387-416d-9db5-c70b8818856f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5d79f895-eb07-47e5-8573-bf9d2510393c",
    "vfModuleModelCustomizationUUID": "a8a0b337-dc07-4008-82f1-bacef14476aa",
    "isBase": true,
    "artifacts": [
      "626cc2ae-a516-4d0b-8e23-49f83554b38c",
      "28d761e1-12bd-4e07-9065-26db06de76f0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-21T00:35:47.139Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCbf6ce7e9b84..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5d79f895-eb07-47e5-8573-bf9d2510393c
VfModuleModelInvariantUUID:fde312a2-6387-416d-9db5-c70b8818856f
VfModuleModelDescription:NULL
Artifacts UUID List:{
626cc2ae-a516-4d0b-8e23-49f83554b38c
,
28d761e1-12bd-4e07-9065-26db06de76f0

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

isBase:true


}

2021-05-21T00:35:47.142Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCbf6ce7e9b84..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fde312a2-6387-416d-9db5-c70b8818856f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5d79f895-eb07-47e5-8573-bf9d2510393c",
    "vfModuleModelCustomizationUUID": "a8a0b337-dc07-4008-82f1-bacef14476aa",
    "isBase": true,
    "artifacts": [
      "626cc2ae-a516-4d0b-8e23-49f83554b38c",
      "28d761e1-12bd-4e07-9065-26db06de76f0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-21T00:35:47.142Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCbf6ce7e9b84..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5d79f895-eb07-47e5-8573-bf9d2510393c
VfModuleModelInvariantUUID:fde312a2-6387-416d-9db5-c70b8818856f
VfModuleModelDescription:NULL
Artifacts UUID List:{
626cc2ae-a516-4d0b-8e23-49f83554b38c
,
28d761e1-12bd-4e07-9065-26db06de76f0

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

isBase:true


}

2021-05-21T00:35:47.142Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 626cc2ae-a516-4d0b-8e23-49f83554b38c from URL: /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml
2021-05-21T00:35:47.143Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-21T00:35:47.143Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml
2021-05-21T00:35:48.830Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-21T00:35:48.830Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml 626cc2ae-a516-4d0b-8e23-49f83554b38c 20368
2021-05-21T00:35:48.831Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-21T00:35:48.831Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml
2021-05-21T00:35:48.831Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:35:48.831Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:48.832Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:48.832Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557348831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:35:48.933Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:48.933Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:35:48.934Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:48.944Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:35:48.945Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:35:49.833Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 28d761e1-12bd-4e07-9065-26db06de76f0 from URL: /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env
2021-05-21T00:35:49.834Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-21T00:35:49.834Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env
2021-05-21T00:35:51.410Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-21T00:35:51.410Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env 28d761e1-12bd-4e07-9065-26db06de76f0 2098
2021-05-21T00:35:51.411Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-21T00:35:51.411Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env
2021-05-21T00:35:51.411Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:35:51.411Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:51.413Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:51.413Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557351411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:35:51.513Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:51.514Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:35:51.514Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:51.524Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:35:51.525Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:35:52.414Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 6aa4edfd-4b47-4946-a2fb-1720c9daa6ef
2021-05-21T00:35:52.414Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cbf6ce7e-9b84 0 309e53e3-fed9-4650-98d2-7896471f1b98 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:35:52.445Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:52.446Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:52.446Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-05-21T00:35:52.446Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e4d80cb9-a3dd-4cf7-93b5-dcb8955aa5e7
2021-05-21T00:35:52.446Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e4d80cb9-a3dd-4cf7-93b5-dcb8955aa5e7 matches Tosca VF Customization UUID: e4d80cb9-a3dd-4cf7-93b5-dcb8955aa5e7
2021-05-21T00:35:52.446Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e4d80cb9-a3dd-4cf7-93b5-dcb8955aa5e7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-21T00:35:52.452Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:52.453Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:52.454Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e4d80cb9-a3dd-4cf7-93b5-dcb8955aa5e7: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-05-21T00:35:52.454Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@347cf0cd
2021-05-21T00:35:52.454Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:52.454Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-21T00:35:52.455Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a8a0b337-dc07-4008-82f1-bacef14476aa
2021-05-21T00:35:52.456Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a8a0b337-dc07-4008-82f1-bacef14476aa
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-21T00:35:52.461Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:52.461Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:52.461Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:35:52.462Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:52.462Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:52.462Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:35:52.463Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:52.463Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is not matching search criteria
2021-05-21T00:35:52.463Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-21T00:35:52.463Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-21T00:35:52.463Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-21T00:35:52.464Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-21T00:35:52.464Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-21T00:35:52.464Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-21T00:35:52.464Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:52.465Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-21T00:35:52.465Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:52.465Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-21T00:35:52.465Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-21T00:35:52.465Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=895bc348-9b44-4192-b39e-e8ae8ca5ce10
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-21T00:35:52.476Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:52.476Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:52.476Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:35:52.476Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:52.477Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is not matching search criteria
2021-05-21T00:35:52.477Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-21T00:35:52.477Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-21T00:35:52.477Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-21T00:35:52.477Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:52.477Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-21T00:35:52.478Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-21T00:35:52.478Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-21T00:35:52.478Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-21T00:35:52.478Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-21T00:35:52.478Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:52.478Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-21T00:35:52.479Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-21T00:35:52.479Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ff5da15b-e330-4681-a87e-9a08bd21bd74
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-21T00:35:52.482Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:52.482Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:52.482Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:35:52.484Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:52.485Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is not matching search criteria
2021-05-21T00:35:52.485Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-21T00:35:52.485Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-21T00:35:52.485Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-21T00:35:52.485Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:52.485Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-21T00:35:52.488Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-21T00:35:52.488Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-21T00:35:52.489Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-21T00:35:52.489Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-21T00:35:52.489Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-21T00:35:52.489Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:52.489Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-21T00:35:52.489Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa721fcb-c6af-4dd2-b048-503d2f39823c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-21T00:35:52.492Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:52.492Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:52.492Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:35:52.492Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:52.493Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:52.493Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0] matching following query criteria: sdcType=VF, customizationUUID=e4d80cb9-a3dd-4cf7-93b5-dcb8955aa5e7
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:35:52.495Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:52.495Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:52.495Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 6aa4edfd-4b47-4946-a2fb-1720c9daa6ef: vFW cbf6ce7e-9b84
2021-05-21T00:35:52.495Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:52.496Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:52.496Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:52.496Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:52.496Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:52.496Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:52.497Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:52.497Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:52.497Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:35:52.497Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:52.497Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-05-21 00-32-00 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:35:52.744Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cbf6ce7e-9b84 309e53e3-fed9-4650-98d2-7896471f1b98 1 ASDC deployResourceStructure
2021-05-21T00:35:52.745Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json ASDC sendASDCNotification
2021-05-21T00:35:52.745Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json
2021-05-21T00:35:52.745Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:35:52.746Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:52.747Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:52.747Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557352745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:35:52.847Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:52.848Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:35:52.848Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:52.859Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:35:52.859Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:35:53.748Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-21T00:35:53.748Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml
2021-05-21T00:35:53.749Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:35:53.749Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:53.750Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:53.750Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557353748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-05-21T00:35:53.851Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:53.851Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:35:53.851Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:53.862Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:35:53.862Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:35:54.751Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-21T00:35:54.752Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env
2021-05-21T00:35:54.752Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:35:54.752Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:54.753Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:54.754Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557354751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-05-21T00:35:54.854Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:54.854Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:35:54.854Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:54.866Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:35:54.866Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:35:55.754Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar ASDC sendASDCNotification
2021-05-21T00:35:55.755Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:55.755Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:35:55.755Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:55.757Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:55.757Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557355754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:35:55.857Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:55.858Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:35:55.858Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:55.868Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:35:55.868Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:35:56.758Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2fcef395-2442-40a9-8838-99dddc890473
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:35:56.772Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2fcef395-2442-40a9-8838-99dddc890473
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:35:56.775Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:35:56.775Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-21T00:35:56.775Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-21T00:35:56.775Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-21T00:35:56.775Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:35:56.775Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:35:56.776Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:35:56.776Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:35:56.776Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:35:56.776Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:35:56.776Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:35:56.781Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-21T00:36:26.781Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2fcef395-2442-40a9-8838-99dddc890473 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-21T00:36:26.790Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2fcef395-2442-40a9-8838-99dddc890473 and serviceModelVersionId: 6aa4edfd-4b47-4946-a2fb-1720c9daa6ef
2021-05-21T00:36:26.790Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0343ef19-06a2-4f42-8466-e3f5da3a90c1
2021-05-21T00:36:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:36:33.255Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:36:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:33.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:36:33.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:36:33.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557333252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:36:33.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:36:37.411Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0343ef19-06a2-4f42-8466-e3f5da3a90c1/model-vers/model-ver/6aa4edfd-4b47-4946-a2fb-1720c9daa6ef?depth=0
2021-05-21T00:36:37.493Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-05-21T00:36:38.131Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0343ef19-06a2-4f42-8466-e3f5da3a90c1/model-vers/model-ver/6aa4edfd-4b47-4946-a2fb-1720c9daa6ef?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-21T00:36:38.135Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0343ef19-06a2-4f42-8466-e3f5da3a90c1/model-vers/model-ver/6aa4edfd-4b47-4946-a2fb-1720c9daa6ef?depth=0|INFO|500||Invoke
2021-05-21T00:36:38.244Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0343ef19-06a2-4f42-8466-e3f5da3a90c1/model-vers/model-ver/6aa4edfd-4b47-4946-a2fb-1720c9daa6ef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-21T00:36:38.854Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0343ef19-06a2-4f42-8466-e3f5da3a90c1/model-vers/model-ver/6aa4edfd-4b47-4946-a2fb-1720c9daa6ef?depth=0|INFO|500||InvokeReturn
2021-05-21T00:36:38.856Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0343ef19-06a2-4f42-8466-e3f5da3a90c1/model-vers/model-ver/6aa4edfd-4b47-4946-a2fb-1720c9daa6ef?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210521-00:36:38:249-14259], vertex-id=[163848], Content-Length=[0], Date=[Fri, 21 May 2021 00:36:38 GMT], Content-Type=[application/json]}
2021-05-21T00:36:38.856Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-05-21T00:36:38.859Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-21T00:36:38.859Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:36:38.863Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-21T00:36:38.864Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2fcef395-2442-40a9-8838-99dddc890473 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-21T00:36:38.865Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-21T00:36:38.865Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:38.867Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:38.867Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557398864,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:36:38.967Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:38.968Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:36:38.968Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:38.979Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:36:38.979Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-21T00:36:39.878Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:36:39.878Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:36:39.878Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:40.500Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:36:40.501Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-21T00:36:40.501Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"c11164b9-4ebe-46ec-8f58-b469856a2180","serviceName":"basic_onboard_LBjOXk","serviceVersion":"1.0","serviceUUID":"82bf8716-59f6-42ec-9bde-8e7d04554721","serviceDescription":"service","serviceInvariantUUID":"9063f4e5-e6c5-4030-905b-4cdc0073ec79","resources":[{"resourceInstanceName":"basic_onboard_LBjOXk 0","resourceName":"basic_onboard_LBjOXk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"170efabb-dd18-4544-be72-26b33962517a","resourceInvariantUUID":"872074ef-bb5a-4147-87ef-d02d7cdd642d","resourceCustomizationUUID":"a19ea63c-0e09-42a0-93ec-c72f57e7ada8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml","artifactChecksum":"YTg1NWRhMmM4YjE5ODljMTQ5NzZmM2RjNWIzZDhjNjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b57ce1e-cf36-4ab7-b590-84b16e931481","artifactVersion":"1"},{"artifactName":"basic_onboard_lbjoxk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json","artifactChecksum":"ZjZiODg1ZDJkODFmMzI1Yzc1YTdmNWJmOGU5MWI1YTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"79e6be6e-5fbc-45cf-ae82-905e3f5fe9e5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f3075fd3-932e-4599-8c7b-4e666419af77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3bcae6a2-cb03-4275-9963-6064afab5f28","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d96ec97f-03ef-4209-ae1f-b8b1513d48d2","artifactVersion":"2","generatedFromUUID":"f3075fd3-932e-4599-8c7b-4e666419af77"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLbjoxk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml","artifactChecksum":"OTI4MDU5MTJhYWY3Y2M1NmFhMjVmOWE3ZjE4Y2YyN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"24a0b158-d25e-4366-bb57-3c2446cc8c8b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLbjoxk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar","artifactChecksum":"OTk0NmFkZjk1Mjg4NTA3MWM2NDMxZjBhNzRkYjcyNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee3956d1-c3b1-4651-aa4b-cae8bfe60507","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-21T00:36:40.504Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:36:40.504Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:40.506Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:40.506Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557399878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:36:40.606Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:40.607Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:36:40.607Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:40.616Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:36:40.616Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:36:41.506Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:36:41.507Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:41.509Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:41.509Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557399878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:36:41.609Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:41.610Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:36:41.610Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:41.620Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:36:41.621Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:36:42.509Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:36:42.512Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:42.513Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:42.513Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557399878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:36:42.613Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:42.614Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:36:42.614Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:42.626Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:36:42.626Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:36:43.514Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:36:43.515Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:43.516Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:43.516Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557399878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:36:43.617Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-21T00:36:43.617Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:36:43.617Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:43.628Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:36:43.628Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:36:44.517Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:36:44.518Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:44.519Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:44.519Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557399878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-21T00:36:44.620Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:44.620Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:36:44.620Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:44.631Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:36:44.631Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:36:45.520Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:36:45.521Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:45.522Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:45.522Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557399878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:36:45.622Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:45.623Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:36:45.623Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:45.640Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:36:45.640Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:36:46.523Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:36:46.523Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:46.525Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:46.525Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557399878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:36:46.625Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:46.629Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:36:46.629Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:46.641Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:36:46.642Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:36:47.526Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "serviceName": "basic_onboard_LBjOXk",
  "serviceVersion": "1.0",
  "serviceUUID": "82bf8716-59f6-42ec-9bde-8e7d04554721",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9063f4e5-e6c5-4030-905b-4cdc0073ec79",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_LBjOXk 0",
      "resourceCustomizationUUID": "a19ea63c-0e09-42a0-93ec-c72f57e7ada8",
      "resourceName": "basic_onboard_LBjOXk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "170efabb-dd18-4544-be72-26b33962517a",
      "resourceInvariantUUID": "872074ef-bb5a-4147-87ef-d02d7cdd642d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_lbjoxk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
          "artifactChecksum": "ZjZiODg1ZDJkODFmMzI1Yzc1YTdmNWJmOGU5MWI1YTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "79e6be6e-5fbc-45cf-ae82-905e3f5fe9e5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f3075fd3-932e-4599-8c7b-4e666419af77",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d96ec97f-03ef-4209-ae1f-b8b1513d48d2",
            "generatedFromUUID": "f3075fd3-932e-4599-8c7b-4e666419af77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d96ec97f-03ef-4209-ae1f-b8b1513d48d2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardLbjoxk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
      "artifactChecksum": "OTk0NmFkZjk1Mjg4NTA3MWM2NDMxZjBhNzRkYjcyNzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ee3956d1-c3b1-4651-aa4b-cae8bfe60507"
    }
  ],
  "workloadContext": "Production"
}
2021-05-21T00:36:47.526Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-21T00:36:47.526Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 82bf8716-59f6-42ec-9bde-8e7d04554721 ASDC
2021-05-21T00:36:47.526Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c11164b9-4ebe-46ec-8f58-b469856a2180
ServiceName:basic_onboard_LBjOXk
ServiceVersion:1.0
ServiceUUID:82bf8716-59f6-42ec-9bde-8e7d04554721
ServiceInvariantUUID:9063f4e5-e6c5-4030-905b-4cdc0073ec79
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLbjoxk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar
ArtifactUUID:ee3956d1-c3b1-4651-aa4b-cae8bfe60507
ArtifactChecksum:OTk0NmFkZjk1Mjg4NTA3MWM2NDMxZjBhNzRkYjcyNzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_LBjOXk 0
ResourceCustomizationUUID:a19ea63c-0e09-42a0-93ec-c72f57e7ada8
ResourceInvariantUUID:872074ef-bb5a-4147-87ef-d02d7cdd642d
ResourceName:basic_onboard_LBjOXk
ResourceType:VF
ResourceUUID:170efabb-dd18-4544-be72-26b33962517a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_lbjoxk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json
ArtifactUUID:79e6be6e-5fbc-45cf-ae82-905e3f5fe9e5
ArtifactChecksum:ZjZiODg1ZDJkODFmMzI1Yzc1YTdmNWJmOGU5MWI1YTQ=
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/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f3075fd3-932e-4599-8c7b-4e666419af77
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/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env
ArtifactUUID:d96ec97f-03ef-4209-ae1f-b8b1513d48d2
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/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env
ArtifactUUID:d96ec97f-03ef-4209-ae1f-b8b1513d48d2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-21T00:36:47.527Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82bf8716-59f6-42ec-9bde-8e7d04554721 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:36:47.551Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:36:47.552Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:36:47.552Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:36:47.552Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ee3956d1-c3b1-4651-aa4b-cae8bfe60507 from URL: /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:47.552Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-21T00:36:47.552Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:48.730Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-21T00:36:48.733Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar ee3956d1-c3b1-4651-aa4b-cae8bfe60507 74819
2021-05-21T00:36:48.733Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar ASDC sendASDCNotification
2021-05-21T00:36:48.734Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:48.734Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:36:48.734Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:48.736Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:48.736Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557408733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:36:48.836Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:48.837Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:36:48.837Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:48.847Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:36:48.848Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:36:49.736Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:36:49.738Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:36:49.738Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ee3956d1-c3b1-4651-aa4b-cae8bfe60507, URL: /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar to file: /app/ASDC/1/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:49.738Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:49.739Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:49.739Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:49.879Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9113874419350718019/Definitions/service-BasicOnboardLbjoxk-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-05-21T00:36:51.100Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-21T00:36:51.101Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-21T00:36:51.101Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.102Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-21T00:36:51.102Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||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-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.102Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||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-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.102Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||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-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.102Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||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-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.102Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.103Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.103Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||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-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.103Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_LBjOXk 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.103Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||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-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.103Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_LBjOXk 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-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.103Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-21T00:36:51.106Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:51.106Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:51.107Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is matching search criteria
2021-05-21T00:36:51.107Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-21T00:36:51.107Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LBjOXk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:36:51.107Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:51.107Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:51.107Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is matching search criteria
2021-05-21T00:36:51.107Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-21T00:36:51.108Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LBjOXk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:36:51.108Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:51.108Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:51.108Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:51.108Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is not matching search criteria
2021-05-21T00:36:51.108Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-21T00:36:51.108Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-21T00:36:51.109Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-21T00:36:51.109Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-21T00:36:51.109Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-21T00:36:51.109Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:51.109Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-21T00:36:51.109Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:51.109Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is matching search criteria
2021-05-21T00:36:51.109Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LBjOXk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:36:51.110Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:51.110Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is matching search criteria
2021-05-21T00:36:51.110Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LBjOXk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:36:51.110Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:51.110Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is matching search criteria
2021-05-21T00:36:51.110Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LBjOXk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:36:51.110Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:51.111Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is not matching search criteria
2021-05-21T00:36:51.111Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-21T00:36:51.111Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-21T00:36:51.111Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=af0901c2-560a-4993-ad76-85556f16b5cd
2021-05-21T00:36:51.111Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:51.111Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:51.111Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:51.111Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:51.112Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:51.112Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:51.112Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:51.112Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:51.112Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_LBjOXk
Description:service
Model UUID:82bf8716-59f6-42ec-9bde-8e7d04554721
Model Version:NULL
Model InvariantUuid:9063f4e5-e6c5-4030-905b-4cdc0073ec79
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_LBjOXk
Model UUID:ee72a678-2b52-418b-a99b-cb0e240802bc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:872074ef-bb5a-4147-87ef-d02d7cdd642d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a19ea63c-0e09-42a0-93ec-c72f57e7ada8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cada234c-fd77-4338-8187-d3e652cfa1b0
ModelName:BasicOnboardLbjoxk..base_ubuntu18..module-0
ModelUuid:72e77eaf-319a-4bff-8d94-0d888ee4ae63
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:af0901c2-560a-4993-ad76-85556f16b5cd
ModelInvariantUuid:2e5bd3d8-0d27-460e-957d-f6f8b69adcf9
ModelName:basic_onboard_LBjOXk-nodes.ubuntu18Cvfc
ModelUuid:a19e5f9c-3c67-4cca-952c-c6f03b58e805
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:9b9ecb0f-e14e-4418-b271-10dbd82c3ee5
ModelInvariantUuid:eb216020-1138-432c-bd0f-7253beca238f
ModelName:BasicOnboardLbjoxk.compute.nodes.heat.ubuntu18
ModelUuid:508144da-769f-40c5-bc47-658b6c832d11
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-21T00:36:51.118Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 170efabb-dd18-4544-be72-26b33962517a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:36:51.120Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||basic_onboard_LBjOXk 0
2021-05-21T00:36:51.120Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 170efabb-dd18-4544-be72-26b33962517a
2021-05-21T00:36:51.120Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 79e6be6e-5fbc-45cf-ae82-905e3f5fe9e5 from URL: /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json
2021-05-21T00:36:51.120Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-21T00:36:51.121Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json
2021-05-21T00:36:52.210Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-21T00:36:52.211Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json 79e6be6e-5fbc-45cf-ae82-905e3f5fe9e5 798
2021-05-21T00:36:52.211Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json ASDC sendASDCNotification
2021-05-21T00:36:52.211Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json
2021-05-21T00:36:52.211Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:36:52.212Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:52.213Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:52.214Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557412211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:36:52.314Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:52.314Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:36:52.314Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:52.326Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:36:52.326Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:36:53.214Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLbjoxk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "cada234c-fd77-4338-8187-d3e652cfa1b0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "72e77eaf-319a-4bff-8d94-0d888ee4ae63",
    "vfModuleModelCustomizationUUID": "7e713ba0-69db-4c0a-a9f8-71ea982a02ac",
    "isBase": true,
    "artifacts": [
      "f3075fd3-932e-4599-8c7b-4e666419af77",
      "d96ec97f-03ef-4209-ae1f-b8b1513d48d2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-21T00:36:53.217Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLbjoxk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72e77eaf-319a-4bff-8d94-0d888ee4ae63
VfModuleModelInvariantUUID:cada234c-fd77-4338-8187-d3e652cfa1b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
f3075fd3-932e-4599-8c7b-4e666419af77
,
d96ec97f-03ef-4209-ae1f-b8b1513d48d2

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

isBase:true


}

2021-05-21T00:36:53.219Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLbjoxk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "cada234c-fd77-4338-8187-d3e652cfa1b0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "72e77eaf-319a-4bff-8d94-0d888ee4ae63",
    "vfModuleModelCustomizationUUID": "7e713ba0-69db-4c0a-a9f8-71ea982a02ac",
    "isBase": true,
    "artifacts": [
      "f3075fd3-932e-4599-8c7b-4e666419af77",
      "d96ec97f-03ef-4209-ae1f-b8b1513d48d2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-21T00:36:53.219Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLbjoxk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72e77eaf-319a-4bff-8d94-0d888ee4ae63
VfModuleModelInvariantUUID:cada234c-fd77-4338-8187-d3e652cfa1b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
f3075fd3-932e-4599-8c7b-4e666419af77
,
d96ec97f-03ef-4209-ae1f-b8b1513d48d2

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

isBase:true


}

2021-05-21T00:36:53.219Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f3075fd3-932e-4599-8c7b-4e666419af77 from URL: /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml
2021-05-21T00:36:53.219Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-21T00:36:53.220Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml
2021-05-21T00:36:54.341Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-21T00:36:54.341Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml f3075fd3-932e-4599-8c7b-4e666419af77 5033
2021-05-21T00:36:54.341Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-21T00:36:54.342Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml
2021-05-21T00:36:54.342Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:36:54.342Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:54.343Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:54.343Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557414341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:36:54.443Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-21T00:36:54.444Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:36:54.444Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:54.455Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:36:54.455Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:36:55.344Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d96ec97f-03ef-4209-ae1f-b8b1513d48d2 from URL: /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env
2021-05-21T00:36:55.345Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-21T00:36:55.345Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env
2021-05-21T00:36:56.316Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-21T00:36:56.316Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env d96ec97f-03ef-4209-ae1f-b8b1513d48d2 909
2021-05-21T00:36:56.316Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-21T00:36:56.317Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env
2021-05-21T00:36:56.317Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:36:56.317Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:56.318Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:56.318Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:36:56.419Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-21T00:36:56.419Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:36:56.419Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:56.433Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:36:56.434Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:36:57.319Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 82bf8716-59f6-42ec-9bde-8e7d04554721
2021-05-21T00:36:57.320Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_LBjOXk 0 170efabb-dd18-4544-be72-26b33962517a ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:36:57.331Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:57.331Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:57.331Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-05-21T00:36:57.331Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= a19ea63c-0e09-42a0-93ec-c72f57e7ada8
2021-05-21T00:36:57.331Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a19ea63c-0e09-42a0-93ec-c72f57e7ada8 matches Tosca VF Customization UUID: a19ea63c-0e09-42a0-93ec-c72f57e7ada8
2021-05-21T00:36:57.331Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: a19ea63c-0e09-42a0-93ec-c72f57e7ada8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-21T00:36:57.333Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:57.333Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:57.334Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id a19ea63c-0e09-42a0-93ec-c72f57e7ada8: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-05-21T00:36:57.334Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c19538c
2021-05-21T00:36:57.334Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:57.334Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-21T00:36:57.334Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7e713ba0-69db-4c0a-a9f8-71ea982a02ac
2021-05-21T00:36:57.334Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7e713ba0-69db-4c0a-a9f8-71ea982a02ac
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-21T00:36:57.336Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:57.336Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is matching search criteria
2021-05-21T00:36:57.336Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LBjOXk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:36:57.336Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:57.337Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is matching search criteria
2021-05-21T00:36:57.337Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LBjOXk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:36:57.337Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:57.337Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is not matching search criteria
2021-05-21T00:36:57.337Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-21T00:36:57.337Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-21T00:36:57.337Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=af0901c2-560a-4993-ad76-85556f16b5cd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-21T00:36:57.339Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:57.339Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is matching search criteria
2021-05-21T00:36:57.339Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LBjOXk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:36:57.339Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:57.340Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is matching search criteria
2021-05-21T00:36:57.340Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LBjOXk 0] matching following query criteria: sdcType=VF, customizationUUID=a19ea63c-0e09-42a0-93ec-c72f57e7ada8
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:36:57.341Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:57.341Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:57.341Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 82bf8716-59f6-42ec-9bde-8e7d04554721: basic_onboard_LBjOXk
2021-05-21T00:36:57.342Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:57.342Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:57.342Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:57.342Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:57.342Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:57.342Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:57.343Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:57.343Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:57.343Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:36:57.343Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:57.343Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_LBjOXk 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:36:57.411Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_LBjOXk 170efabb-dd18-4544-be72-26b33962517a 1 ASDC deployResourceStructure
2021-05-21T00:36:57.412Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json ASDC sendASDCNotification
2021-05-21T00:36:57.412Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json
2021-05-21T00:36:57.412Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:36:57.412Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:57.414Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:57.414Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557417412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:36:57.514Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:57.515Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:36:57.515Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:57.524Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:36:57.525Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:36:58.415Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-21T00:36:58.416Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml
2021-05-21T00:36:58.416Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:36:58.416Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:58.418Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:58.418Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557418415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-21T00:36:58.518Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:58.519Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:36:58.519Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:58.528Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:36:58.529Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:36:59.419Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-21T00:36:59.420Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env
2021-05-21T00:36:59.420Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:36:59.420Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:59.422Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:59.422Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557419419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-21T00:36:59.522Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:59.523Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:36:59.523Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:59.534Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:36:59.535Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:37:00.422Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar ASDC sendASDCNotification
2021-05-21T00:37:00.423Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:37:00.423Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:37:00.423Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:37:00.425Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:37:00.425Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557420422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:37:00.525Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:37:00.526Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:37:00.526Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:37:00.536Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:37:00.537Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:37:01.425Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c11164b9-4ebe-46ec-8f58-b469856a2180
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:37:01.436Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c11164b9-4ebe-46ec-8f58-b469856a2180
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:37:01.438Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:37:01.438Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-21T00:37:01.438Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-21T00:37:31.438Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c11164b9-4ebe-46ec-8f58-b469856a2180
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:37:31.448Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c11164b9-4ebe-46ec-8f58-b469856a2180
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:37:31.450Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:37:31.450Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-21T00:37:31.450Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-21T00:37:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:37:33.255Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:37:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:37:33.276Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:37:33.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557333252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557328143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557333710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557327905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "clamp",
  "timestamp": 1621557334294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "aai-ml",
  "timestamp": 1621557329023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "policy-id",
  "timestamp": 1621557333798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557333252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "aai-ml",
  "timestamp": 1621557329023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557328143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557327905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "clamp",
  "timestamp": 1621557334294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557333710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "policy-id",
  "timestamp": 1621557333798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557333252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "aai-ml",
  "timestamp": 1621557329023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "clamp",
  "timestamp": 1621557334294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557328143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557327905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557333710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "policy-id",
  "timestamp": 1621557333798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557336492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557333252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "aai-ml",
  "timestamp": 1621557329023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "clamp",
  "timestamp": 1621557334294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557328143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557327905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557333710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "policy-id",
  "timestamp": 1621557333798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557336492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557333252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "aai-ml",
  "timestamp": 1621557329023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "clamp",
  "timestamp": 1621557334294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557327905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557333710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557328143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "policy-id",
  "timestamp": 1621557333798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557336492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "cds",
  "timestamp": 1621557339235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557333252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "aai-ml",
  "timestamp": 1621557329023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "clamp",
  "timestamp": 1621557334294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557328143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557327905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557333710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "policy-id",
  "timestamp": 1621557333798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557336492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "cds",
  "timestamp": 1621557339235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "aai-ml",
  "timestamp": 1621557329023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "clamp",
  "timestamp": 1621557334294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557328143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557327905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557333710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "policy-id",
  "timestamp": 1621557333798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557336492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "cds",
  "timestamp": 1621557339235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557341821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557336492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557342329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557342320,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "aai-ml",
  "timestamp": 1621557342335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.307Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557342361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.307Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "policy-id",
  "timestamp": 1621557342413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.307Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "cds",
  "timestamp": 1621557339235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557336492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "policy-id",
  "timestamp": 1621557343415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:37:33.308Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557343478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557343487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557343518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "cds",
  "timestamp": 1621557339235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557343317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "dcae-sch",
  "timestamp": 1621557343507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557344339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.310Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "policy-id",
  "timestamp": 1621557344417,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:37:33.318Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c11164b9-4ebe-46ec-8f58-b469856a2180
2021-05-21T00:37:33.318Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c11164b9-4ebe-46ec-8f58-b469856a2180 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:37:33.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557344762,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557344758,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557344749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "cds",
  "timestamp": 1621557339235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557343317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "dcae-sch",
  "timestamp": 1621557343507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557345753,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:37:33.333Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c11164b9-4ebe-46ec-8f58-b469856a2180
2021-05-21T00:37:33.333Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c11164b9-4ebe-46ec-8f58-b469856a2180 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-21T00:37:33.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557345784,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:37:33.343Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c11164b9-4ebe-46ec-8f58-b469856a2180
2021-05-21T00:37:33.343Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c11164b9-4ebe-46ec-8f58-b469856a2180 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-21T00:37:33.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557345765,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:37:33.351Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c11164b9-4ebe-46ec-8f58-b469856a2180
2021-05-21T00:37:33.351Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c11164b9-4ebe-46ec-8f58-b469856a2180 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-21T00:37:33.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "cds",
  "timestamp": 1621557339235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557343317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557346117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "dcae-sch",
  "timestamp": 1621557343507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "clamp",
  "timestamp": 1621557346552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557346670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557346787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557346756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557346770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557343317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "dcae-sch",
  "timestamp": 1621557343507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557347674,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:37:33.364Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c11164b9-4ebe-46ec-8f58-b469856a2180
2021-05-21T00:37:33.364Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c11164b9-4ebe-46ec-8f58-b469856a2180 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:37:33.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557343317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "cds",
  "timestamp": 1621557348108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "dcae-sch",
  "timestamp": 1621557343507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "clamp",
  "timestamp": 1621557348563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:37:33.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557348831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557343317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "cds",
  "timestamp": 1621557349112,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:37:33.383Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c11164b9-4ebe-46ec-8f58-b469856a2180
2021-05-21T00:37:33.383Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c11164b9-4ebe-46ec-8f58-b469856a2180 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:37:33.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "dcae-sch",
  "timestamp": 1621557343507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "clamp",
  "timestamp": 1621557349567,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:37:33.397Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c11164b9-4ebe-46ec-8f58-b469856a2180
2021-05-21T00:37:33.397Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c11164b9-4ebe-46ec-8f58-b469856a2180 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:37:33.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557343317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "dcae-sch",
  "timestamp": 1621557343507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:37:33.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "aai-ml",
  "timestamp": 1621557350826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:37:33.405Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557351411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.406Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "aai-ml",
  "timestamp": 1621557351829,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:37:33.410Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c11164b9-4ebe-46ec-8f58-b469856a2180
2021-05-21T00:37:33.410Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c11164b9-4ebe-46ec-8f58-b469856a2180 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:37:33.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557352745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:37:33.418Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557353748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-05-21T00:37:33.418Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557354751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-05-21T00:37:33.419Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557355754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:37:33.419Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:38:01.450Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c11164b9-4ebe-46ec-8f58-b469856a2180
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:38:01.459Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c11164b9-4ebe-46ec-8f58-b469856a2180
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:38:01.461Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:38:01.461Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-21T00:38:01.461Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-21T00:38:01.461Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-21T00:38:01.462Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:38:01.462Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:38:01.462Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:38:01.462Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:38:01.462Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:38:01.462Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:38:01.462Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:38:01.466Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-21T00:38:31.466Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c11164b9-4ebe-46ec-8f58-b469856a2180 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-21T00:38:31.470Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c11164b9-4ebe-46ec-8f58-b469856a2180 and serviceModelVersionId: 82bf8716-59f6-42ec-9bde-8e7d04554721
2021-05-21T00:38:31.470Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9063f4e5-e6c5-4030-905b-4cdc0073ec79
2021-05-21T00:38:31.470Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9063f4e5-e6c5-4030-905b-4cdc0073ec79/model-vers/model-ver/82bf8716-59f6-42ec-9bde-8e7d04554721?depth=0
2021-05-21T00:38:31.474Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-05-21T00:38:31.509Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9063f4e5-e6c5-4030-905b-4cdc0073ec79/model-vers/model-ver/82bf8716-59f6-42ec-9bde-8e7d04554721?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-21T00:38:31.510Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9063f4e5-e6c5-4030-905b-4cdc0073ec79/model-vers/model-ver/82bf8716-59f6-42ec-9bde-8e7d04554721?depth=0|INFO|500||Invoke
2021-05-21T00:38:31.527Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9063f4e5-e6c5-4030-905b-4cdc0073ec79/model-vers/model-ver/82bf8716-59f6-42ec-9bde-8e7d04554721?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-21T00:38:31.816Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9063f4e5-e6c5-4030-905b-4cdc0073ec79/model-vers/model-ver/82bf8716-59f6-42ec-9bde-8e7d04554721?depth=0|INFO|500||InvokeReturn
2021-05-21T00:38:31.816Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9063f4e5-e6c5-4030-905b-4cdc0073ec79/model-vers/model-ver/82bf8716-59f6-42ec-9bde-8e7d04554721?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210521-00:38:31:530-8644], vertex-id=[176160], Content-Length=[0], Date=[Fri, 21 May 2021 00:38:31 GMT], Content-Type=[application/json]}
2021-05-21T00:38:31.816Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-05-21T00:38:31.817Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-21T00:38:31.817Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:38:31.821Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-21T00:38:31.821Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c11164b9-4ebe-46ec-8f58-b469856a2180 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-21T00:38:31.821Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-21T00:38:31.821Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:38:31.823Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:38:31.823Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557511821,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:38:31.923Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:38:31.923Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:38:31.924Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:38:31.937Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:38:31.937Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-21T00:38:32.833Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:38:32.834Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:38:32.834Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:38:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:38:33.255Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:38:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:38:33.276Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:38:33.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557398864,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557399878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557399878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557399878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557399878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557399878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557399878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557399878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557408733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557412211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557414341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557417412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557418415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:38:33.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557419419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-21T00:38:33.280Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:38:33.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557420422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:38:33.280Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:38:42.380Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:38:42.380Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:38:42.380Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:38:42.380Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:38:51.922Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:39:33.252Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:39:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:39:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:39:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:39:33.254Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:39:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:39:33.775Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:39:33.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:39:33.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557511821,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:39:33.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:39:42.805Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:40:33.252Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:40:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:40:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:40:33.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:40:33.254Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:40:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:40:42.801Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:40:42.801Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:41:33.252Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:41:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:41:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:41:33.254Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:41:33.254Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:41:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:41:42.799Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:41:42.799Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:42:33.252Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:42:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:42:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:42:33.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:42:33.255Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:42:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:42:42.796Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:42:42.797Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:43:33.252Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:43:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:43:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:43:33.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:43:33.254Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:43:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:43:42.796Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:43:42.796Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:44:33.252Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:44:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:44:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:44:33.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:44:33.255Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:44:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:44:33.877Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:44:33.877Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:44:33.878Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.878Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"edac8dfc-63d3-4c13-a51a-e60c53545867","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3896fa61-d66a-4425-b12f-71399b2910bb","serviceDescription":"service","serviceInvariantUUID":"c0990411-726a-4050-a92e-442e1215c86b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"262a1791-8e9c-42f4-8f43-385bfdd0f480","resourceInvariantUUID":"f29ad2e7-56bb-4e2c-a715-9f7485119aa4","resourceCustomizationUUID":"8adf7991-c79d-4906-bdb5-e31bda2c133f","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":"YTJhZmE0MjNjMjM0NWFmYzc2NzhjZjM3MGFhN2Y3MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c6be4a7-f695-4d40-a28f-2ab83ebbe191","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzdmMDRmMWFlMGY2NDE4YzQzMDI0MWI3NmYyZjI1YWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"368ac6d0-4384-4431-b908-45b48319c3d3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-21T00:44:33.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557827905,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:44:33.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557828143,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:44:33.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "cds",
  "timestamp": 1621557834235,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:44:33.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "aai-ml",
  "timestamp": 1621557834128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:44:33.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "policy-id",
  "timestamp": 1621557833798,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:44:33.881Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:44:33.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557833710,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.882Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:44:33.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:44:33.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557828143,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:44:33.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:44:33.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "cds",
  "timestamp": 1621557834235,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:44:33.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:44:33.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557827905,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:44:33.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:44:33.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "aai-ml",
  "timestamp": 1621557834128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:44:33.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:44:33.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "policy-id",
  "timestamp": 1621557833798,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:44:33.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557833710,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:44:33.884Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:44:33.884Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557873252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "aai-ml",
  "timestamp": 1621557840539,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "policy-id",
  "timestamp": 1621557840544,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "cds",
  "timestamp": 1621557840621,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:44:33.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "policy-id",
  "timestamp": 1621557841548,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:44:33.885Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:44:33.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "cds",
  "timestamp": 1621557841626,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:44:33.899Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of edac8dfc-63d3-4c13-a51a-e60c53545867
2021-05-21T00:44:33.899Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId edac8dfc-63d3-4c13-a51a-e60c53545867 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:44:33.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "policy-id",
  "timestamp": 1621557842552,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:44:33.912Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of edac8dfc-63d3-4c13-a51a-e60c53545867
2021-05-21T00:44:33.912Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId edac8dfc-63d3-4c13-a51a-e60c53545867 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:44:33.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "aai-ml",
  "timestamp": 1621557843712,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:44:33.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:44:33.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557843317,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:44:33.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "dcae-sch",
  "timestamp": 1621557843507,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:44:33.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "aai-ml",
  "timestamp": 1621557844715,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:44:33.923Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of edac8dfc-63d3-4c13-a51a-e60c53545867
2021-05-21T00:44:33.924Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId edac8dfc-63d3-4c13-a51a-e60c53545867 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:44:33.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "clamp",
  "timestamp": 1621557844294,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:44:33.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557843317,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "dcae-sch",
  "timestamp": 1621557843507,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "clamp",
  "timestamp": 1621557844294,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557846492,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557846492,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557850824,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:44:33.933Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:44:33.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557852251,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:44:33.933Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:44:33.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557853256,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:44:33.937Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of edac8dfc-63d3-4c13-a51a-e60c53545867
2021-05-21T00:44:33.937Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId edac8dfc-63d3-4c13-a51a-e60c53545867 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:44:33.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "clamp",
  "timestamp": 1621557853757,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:44:33.944Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:44:33.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "clamp",
  "timestamp": 1621557855638,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:44:33.944Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:44:33.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "clamp",
  "timestamp": 1621557856641,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:44:33.948Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of edac8dfc-63d3-4c13-a51a-e60c53545867
2021-05-21T00:44:33.948Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId edac8dfc-63d3-4c13-a51a-e60c53545867 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:44:33.984Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:44:33.985Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:44:33.985Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:44:33.995Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:44:33.995Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:44:34.884Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:44:34.885Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:44:34.887Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:44:34.887Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557873252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:44:34.987Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:44:34.988Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:44:34.988Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:44:34.998Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:44:34.998Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:44:35.888Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "3896fa61-d66a-4425-b12f-71399b2910bb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c0990411-726a-4050-a92e-442e1215c86b",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "8adf7991-c79d-4906-bdb5-e31bda2c133f",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "262a1791-8e9c-42f4-8f43-385bfdd0f480",
      "resourceInvariantUUID": "f29ad2e7-56bb-4e2c-a715-9f7485119aa4",
      "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": "YzdmMDRmMWFlMGY2NDE4YzQzMDI0MWI3NmYyZjI1YWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "368ac6d0-4384-4431-b908-45b48319c3d3"
    }
  ],
  "workloadContext": "Production"
}
2021-05-21T00:44:35.889Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-21T00:44:35.889Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3896fa61-d66a-4425-b12f-71399b2910bb ASDC
2021-05-21T00:44:35.889Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:edac8dfc-63d3-4c13-a51a-e60c53545867
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3896fa61-d66a-4425-b12f-71399b2910bb
ServiceInvariantUUID:c0990411-726a-4050-a92e-442e1215c86b
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:368ac6d0-4384-4431-b908-45b48319c3d3
ArtifactChecksum:YzdmMDRmMWFlMGY2NDE4YzQzMDI0MWI3NmYyZjI1YWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8adf7991-c79d-4906-bdb5-e31bda2c133f
ResourceInvariantUUID:f29ad2e7-56bb-4e2c-a715-9f7485119aa4
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:262a1791-8e9c-42f4-8f43-385bfdd0f480
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-05-21T00:44:35.889Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3896fa61-d66a-4425-b12f-71399b2910bb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-21T00:44:35.914Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:44:35.914Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:44:35.914Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:44:35.914Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 368ac6d0-4384-4431-b908-45b48319c3d3 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-21T00:44:35.915Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-21T00:44:35.915Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-21T00:44:36.341Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-21T00:44:36.343Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 368ac6d0-4384-4431-b908-45b48319c3d3 52218
2021-05-21T00:44:36.343Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-21T00:44:36.343Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-21T00:44:36.343Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:44:36.343Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:44:36.345Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:44:36.345Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557876343,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:44:36.445Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:44:36.446Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:44:36.446Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:44:36.456Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:44:36.456Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:44:37.346Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:44:37.347Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:44:37.347Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 368ac6d0-4384-4431-b908-45b48319c3d3, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-21T00:44:37.347Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-21T00:44:37.348Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-21T00:44:37.348Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-21T00:44:37.441Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1078037032086076921/Definitions/service-BasicNetwork-template.yml
2021-05-21T00:44:37.714Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-21T00:44:37.714Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-21T00:44:37.714Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.717Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:44:37.717Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.717Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:44:37.717Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.717Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:3896fa61-d66a-4425-b12f-71399b2910bb
Model Version:NULL
Model InvariantUuid:c0990411-726a-4050-a92e-442e1215c86b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f29ad2e7-56bb-4e2c-a715-9f7485119aa4
Model UUID:42204229-2ae0-4141-8708-b5bed4b84444
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:8adf7991-c79d-4906-bdb5-e31bda2c133f
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-05-21T00:44:37.724Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 262a1791-8e9c-42f4-8f43-385bfdd0f480
2021-05-21T00:44:37.725Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||No resources found for Service: 3896fa61-d66a-4425-b12f-71399b2910bb
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:44:37.728Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||
2021-05-21T00:44:37.728Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-05-21T00:44:37.728Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 3896fa61-d66a-4425-b12f-71399b2910bb
2021-05-21T00:44:37.728Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3896fa61-d66a-4425-b12f-71399b2910bb
2021-05-21T00:44:37.728Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-05-21T00:44:37.728Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-05-21T00:44:37.733Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:44:37.733Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.733Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:44:37.733Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.733Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3896fa61-d66a-4425-b12f-71399b2910bb: Generic NeutronNet
2021-05-21T00:44:37.733Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:44:37.734Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.734Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:44:37.734Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-05-21T00:44:37.756Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:44:37.756Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.756Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:44:37.756Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.756Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:44:37.757Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.757Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-05-21T00:44:37.802Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-05-21T00:44:37.802Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-21T00:44:37.802Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-21T00:44:37.802Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:44:37.802Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:44:37.803Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:44:37.804Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557877802,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:44:37.904Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:44:37.904Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:44:37.905Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:44:37.914Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:44:37.915Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:44:38.804Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: edac8dfc-63d3-4c13-a51a-e60c53545867
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:44:38.815Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: edac8dfc-63d3-4c13-a51a-e60c53545867
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:44:38.817Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:44:38.817Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-21T00:44:38.817Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-21T00:44:38.817Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-21T00:44:38.817Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:44:38.817Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:44:38.817Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:44:38.817Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:44:38.817Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:44:38.817Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:44:38.818Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:44:38.822Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-21T00:45:08.822Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: edac8dfc-63d3-4c13-a51a-e60c53545867 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-21T00:45:08.826Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: edac8dfc-63d3-4c13-a51a-e60c53545867 and serviceModelVersionId: 3896fa61-d66a-4425-b12f-71399b2910bb
2021-05-21T00:45:08.826Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0990411-726a-4050-a92e-442e1215c86b
2021-05-21T00:45:08.827Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0990411-726a-4050-a92e-442e1215c86b/model-vers/model-ver/3896fa61-d66a-4425-b12f-71399b2910bb?depth=0
2021-05-21T00:45:08.831Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-05-21T00:45:08.878Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0990411-726a-4050-a92e-442e1215c86b/model-vers/model-ver/3896fa61-d66a-4425-b12f-71399b2910bb?depth=0|INFO|500||Invoke
2021-05-21T00:45:08.878Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0990411-726a-4050-a92e-442e1215c86b/model-vers/model-ver/3896fa61-d66a-4425-b12f-71399b2910bb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0990411-726a-4050-a92e-442e1215c86b/model-vers/model-ver/3896fa61-d66a-4425-b12f-71399b2910bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[edac8dfc-63d3-4c13-a51a-e60c53545867], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0b902491-8ee4-4511-a8a3-818392a6ea44], X-ECOMP-RequestID=[edac8dfc-63d3-4c13-a51a-e60c53545867], X-TransactionId=[], X-ONAP-RequestID=[edac8dfc-63d3-4c13-a51a-e60c53545867], Content-Type=[application/merge-patch+json]}
2021-05-21T00:45:08.901Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0990411-726a-4050-a92e-442e1215c86b/model-vers/model-ver/3896fa61-d66a-4425-b12f-71399b2910bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-21T00:45:09.127Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0990411-726a-4050-a92e-442e1215c86b/model-vers/model-ver/3896fa61-d66a-4425-b12f-71399b2910bb?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/c0990411-726a-4050-a92e-442e1215c86b/model-vers/model-ver/3896fa61-d66a-4425-b12f-71399b2910bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210521-00:45:08:904-51992], vertex-id=[196616], Content-Length=[0], Date=[Fri, 21 May 2021 00:45:08 GMT], Content-Type=[application/json]}
2021-05-21T00:45:09.127Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0990411-726a-4050-a92e-442e1215c86b/model-vers/model-ver/3896fa61-d66a-4425-b12f-71399b2910bb?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-21T00:45:09.128Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0990411-726a-4050-a92e-442e1215c86b/model-vers/model-ver/3896fa61-d66a-4425-b12f-71399b2910bb?depth=0|INFO|500||InvokeReturn
2021-05-21T00:45:09.128Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-21T00:45:09.128Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:45:09.133Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-21T00:45:09.133Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID edac8dfc-63d3-4c13-a51a-e60c53545867 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-21T00:45:09.133Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-21T00:45:09.133Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:09.135Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:09.135Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557909133,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:45:09.235Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:09.235Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:45:09.236Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:09.247Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:45:09.247Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-21T00:45:33.252Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:45:33.253Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:45:33.253Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:33.254Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:45:33.255Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:45:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:33.375Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:45:33.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:45:33.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557873252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:45:33.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:45:33.873Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:45:33.874Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-21T00:45:33.874Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7be5fe0b-15bf-4c94-8dfc-233911f822e2","serviceName":"Demo_pNF_sLmsBBpuzwcASx1x9Tdk","serviceVersion":"1.0","serviceUUID":"2f903de1-8cfb-4971-8628-ddbaac795c55","serviceDescription":"catalog service description","serviceInvariantUUID":"232c3113-d2be-49e4-9655-9242c6b4bb82","resources":[{"resourceInstanceName":"pNF cb5d6a45-a9ba 0","resourceName":"pNF cb5d6a45-a9ba","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fa548d9d-09b8-4b29-9797-24ab0c10ee4c","resourceInvariantUUID":"138fc997-eaf9-432c-8c2b-ce4e7eb190e7","resourceCustomizationUUID":"32b2f8b4-2925-42a2-8758-4eff7312711b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vf-license-model.xml","artifactChecksum":"OTJhNDRkMmQyMTNiOTg2YjhjZDA5ZDIzNmYyZjA4ZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9156935e-2f1a-4418-b303-3d331bed7deb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/pNF.csar","artifactChecksum":"ZWQxNGZmN2FmYmE0YjJlM2NiMmYzODgwYTIwM2VkZTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d897fb9f-91ff-4656-858b-b26a89fd2228","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1c20679e-0794-4899-b713-87e19c9e3e41","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDI1ZGRkYzg5ODg2M2ZhZTA0MTZlZGZhZmM4ODZmODI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5b07c10c-8f7a-42e5-b1af-9ff41554ba58","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a17f19c-926b-4b3a-9937-714a0b8d7f3e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ee0617b-b34c-4c37-a6ac-0d6f14d963d1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSlmsbbpuzwcasx1x9tdk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-template.yml","artifactChecksum":"NTc0N2U1MGExMTQ1YjU0NDQ5MjlhZGFhNTE1Zjc0ZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b9917f46-9584-440a-8bde-4307cfaa346d","artifactVersion":"1"},{"artifactName":"service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar","artifactChecksum":"OTk4YTAyN2I4NjU0MzUxNmMwZmMxMjE3OTc2YzJiZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"867ceb94-6e7d-424e-811a-9c2f4e827b36","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-21T00:45:33.875Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:45:33.875Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:33.877Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:33.877Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557933252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:45:33.977Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:33.978Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:45:33.978Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:33.988Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:45:33.988Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:45:34.877Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:45:34.878Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:34.879Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:34.879Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557933252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:45:34.979Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:34.980Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:45:34.980Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:34.991Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:45:34.991Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:45:35.880Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:45:35.880Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:35.882Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:35.882Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557933252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:45:35.982Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:35.982Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:45:35.982Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:35.992Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:45:35.992Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:45:36.882Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:45:36.883Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:36.884Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:36.884Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557933252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:45:36.984Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:36.985Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:45:36.985Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:36.996Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:45:36.996Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:45:37.885Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:45:37.886Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:37.887Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:37.887Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557933252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:45:37.987Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:37.988Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:45:37.988Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:37.999Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:45:37.999Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:45:38.888Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:45:38.888Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:38.889Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:38.889Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557933252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:45:38.990Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:38.990Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:45:38.990Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:39.002Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:45:39.002Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:45:39.890Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:45:39.890Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:39.892Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:39.892Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557933252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:45:39.992Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:39.993Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:45:39.993Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:40.006Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:45:40.006Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:45:40.892Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:45:40.893Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:40.894Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:40.894Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557933252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:45:40.995Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:40.995Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:45:40.995Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:41.006Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:45:41.006Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:45:41.895Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "serviceName": "Demo_pNF_sLmsBBpuzwcASx1x9Tdk",
  "serviceVersion": "1.0",
  "serviceUUID": "2f903de1-8cfb-4971-8628-ddbaac795c55",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "232c3113-d2be-49e4-9655-9242c6b4bb82",
  "resources": [
    {
      "resourceInstanceName": "pNF cb5d6a45-a9ba 0",
      "resourceCustomizationUUID": "32b2f8b4-2925-42a2-8758-4eff7312711b",
      "resourceName": "pNF cb5d6a45-a9ba",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "fa548d9d-09b8-4b29-9797-24ab0c10ee4c",
      "resourceInvariantUUID": "138fc997-eaf9-432c-8c2b-ce4e7eb190e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
      "artifactChecksum": "OTk4YTAyN2I4NjU0MzUxNmMwZmMxMjE3OTc2YzJiZmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "867ceb94-6e7d-424e-811a-9c2f4e827b36"
    }
  ],
  "workloadContext": "Production"
}
2021-05-21T00:45:41.896Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-21T00:45:41.896Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2f903de1-8cfb-4971-8628-ddbaac795c55 ASDC
2021-05-21T00:45:41.896Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7be5fe0b-15bf-4c94-8dfc-233911f822e2
ServiceName:Demo_pNF_sLmsBBpuzwcASx1x9Tdk
ServiceVersion:1.0
ServiceUUID:2f903de1-8cfb-4971-8628-ddbaac795c55
ServiceInvariantUUID:232c3113-d2be-49e4-9655-9242c6b4bb82
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
ArtifactUUID:867ceb94-6e7d-424e-811a-9c2f4e827b36
ArtifactChecksum:OTk4YTAyN2I4NjU0MzUxNmMwZmMxMjE3OTc2YzJiZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF cb5d6a45-a9ba 0
ResourceCustomizationUUID:32b2f8b4-2925-42a2-8758-4eff7312711b
ResourceInvariantUUID:138fc997-eaf9-432c-8c2b-ce4e7eb190e7
ResourceName:pNF cb5d6a45-a9ba
ResourceType:PNF
ResourceUUID:fa548d9d-09b8-4b29-9797-24ab0c10ee4c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-05-21T00:45:41.896Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2f903de1-8cfb-4971-8628-ddbaac795c55 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:45:41.921Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:45:41.922Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:45:41.922Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:45:41.922Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 867ceb94-6e7d-424e-811a-9c2f4e827b36 from URL: /sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:41.922Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-21T00:45:41.922Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:42.540Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-21T00:45:42.543Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar 867ceb94-6e7d-424e-811a-9c2f4e827b36 83321
2021-05-21T00:45:42.544Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar ASDC sendASDCNotification
2021-05-21T00:45:42.544Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:42.544Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:45:42.544Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:42.545Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:42.546Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557942543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:45:42.646Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:42.646Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:45:42.647Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:42.657Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:45:42.658Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:45:43.547Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:45:43.548Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:45:43.548Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 867ceb94-6e7d-424e-811a-9c2f4e827b36, URL: /sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar to file: /app/ASDC/1/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:43.548Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:43.549Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:43.549Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:43.630Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10273758886293599102/Definitions/service-DemoPnfSlmsbbpuzwcasx1x9tdk-template.yml
2021-05-21T00:45:44.193Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-21T00:45:44.194Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-21T00:45:44.194Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:44.194Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-21T00:45:44.194Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cb5d6a45-a9ba 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-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:44.195Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||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-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:44.195Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:44.195Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cb5d6a45-a9ba 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:44.195Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||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-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:44.195Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||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-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:44.196Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||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-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:44.196Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||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-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:44.196Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-21T00:45:44.196Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:45:44.196Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_sLmsBBpuzwcASx1x9Tdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:45:44.197Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Node template pNF cb5d6a45-a9ba 0 is matching search criteria
2021-05-21T00:45:44.197Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-21T00:45:44.197Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cb5d6a45-a9ba 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:45:44.197Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:45:44.198Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_sLmsBBpuzwcASx1x9Tdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:45:44.198Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Node template pNF cb5d6a45-a9ba 0 is matching search criteria
2021-05-21T00:45:44.198Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-21T00:45:44.198Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cb5d6a45-a9ba 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:45:44.198Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:45:44.199Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_sLmsBBpuzwcASx1x9Tdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:45:44.199Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:45:44.199Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_sLmsBBpuzwcASx1x9Tdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:45:44.199Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:45:44.200Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_sLmsBBpuzwcASx1x9Tdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:45:44.200Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:45:44.200Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_sLmsBBpuzwcASx1x9Tdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:45:44.200Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:45:44.200Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_sLmsBBpuzwcASx1x9Tdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:45:44.201Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_sLmsBBpuzwcASx1x9Tdk
Description:catalog service description
Model UUID:2f903de1-8cfb-4971-8628-ddbaac795c55
Model Version:NULL
Model InvariantUuid:232c3113-d2be-49e4-9655-9242c6b4bb82
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-21T00:45:44.209Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: fa548d9d-09b8-4b29-9797-24ab0c10ee4c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:45:44.212Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||pNF cb5d6a45-a9ba 0
2021-05-21T00:45:44.213Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fa548d9d-09b8-4b29-9797-24ab0c10ee4c
2021-05-21T00:45:44.213Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 2f903de1-8cfb-4971-8628-ddbaac795c55
2021-05-21T00:45:44.213Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2f903de1-8cfb-4971-8628-ddbaac795c55
2021-05-21T00:45:44.213Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF cb5d6a45-a9ba 0 fa548d9d-09b8-4b29-9797-24ab0c10ee4c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:45:44.218Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:45:44.218Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_sLmsBBpuzwcASx1x9Tdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:45:44.219Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 2f903de1-8cfb-4971-8628-ddbaac795c55: pNF cb5d6a45-a9ba
2021-05-21T00:45:44.219Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||Processing PNF resource: fa548d9d-09b8-4b29-9797-24ab0c10ee4c
2021-05-21T00:45:44.219Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:45:44.220Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_sLmsBBpuzwcASx1x9Tdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:45:44.220Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||Resource customization UUID: 32b2f8b4-2925-42a2-8758-4eff7312711b is the same as notified resource customizationUUID: 32b2f8b4-2925-42a2-8758-4eff7312711b
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-05-21T00:45:44.266Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF cb5d6a45-a9ba fa548d9d-09b8-4b29-9797-24ab0c10ee4c 0 ASDC deployResourceStructure
2021-05-21T00:45:44.266Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar ASDC sendASDCNotification
2021-05-21T00:45:44.266Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:44.266Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:45:44.267Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:44.269Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:44.269Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557944266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:45:44.369Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:44.369Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:45:44.370Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:44.379Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:45:44.380Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:45:45.269Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7be5fe0b-15bf-4c94-8dfc-233911f822e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:45:45.280Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7be5fe0b-15bf-4c94-8dfc-233911f822e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:45:45.282Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:45:45.282Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-21T00:45:45.282Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-21T00:46:15.282Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7be5fe0b-15bf-4c94-8dfc-233911f822e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:46:15.292Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7be5fe0b-15bf-4c94-8dfc-233911f822e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:46:15.294Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:46:15.294Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-21T00:46:15.294Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-21T00:46:33.254Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:46:33.255Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:46:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:46:33.280Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:46:33.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557873252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:46:33.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557876343,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:46:33.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:46:33.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557877802,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:46:33.283Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:46:33.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557888143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "dcae-sch",
  "timestamp": 1621557883507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557887905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557893710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557888143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "dcae-sch",
  "timestamp": 1621557883507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557887905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "policy-id",
  "timestamp": 1621557893798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "aai-ml",
  "timestamp": 1621557894128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "cds",
  "timestamp": 1621557894235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557893710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "policy-id",
  "timestamp": 1621557893798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557888143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557887905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "dcae-sch",
  "timestamp": 1621557883507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "aai-ml",
  "timestamp": 1621557894128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "cds",
  "timestamp": 1621557894235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557893710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557888143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557887905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "dcae-sch",
  "timestamp": 1621557883507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "policy-id",
  "timestamp": 1621557893798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "aai-ml",
  "timestamp": 1621557894128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "cds",
  "timestamp": 1621557894235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557893710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557888143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "policy-id",
  "timestamp": 1621557893798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "dcae-sch",
  "timestamp": 1621557883507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557887905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "aai-ml",
  "timestamp": 1621557894128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "cds",
  "timestamp": 1621557894235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557893710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557887905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "dcae-sch",
  "timestamp": 1621557883507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557888143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.292Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "policy-id",
  "timestamp": 1621557893798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.292Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "aai-ml",
  "timestamp": 1621557894128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.292Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "cds",
  "timestamp": 1621557894235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.292Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557893710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557888143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557887905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "policy-id",
  "timestamp": 1621557893798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "dcae-sch",
  "timestamp": 1621557883507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "aai-ml",
  "timestamp": 1621557894128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "cds",
  "timestamp": 1621557894235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557893710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621557888143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:46:33.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "dcae-sch",
  "timestamp": 1621557883507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621557887905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:46:33.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "policy-id",
  "timestamp": 1621557893798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "aai-ml",
  "timestamp": 1621557894128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "cds",
  "timestamp": 1621557894235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621557893710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:46:33.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "policy-id",
  "timestamp": 1621557893798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:46:33.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "aai-ml",
  "timestamp": 1621557894128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:46:33.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "cds",
  "timestamp": 1621557894235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:46:33.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "aai-ml",
  "timestamp": 1621557903233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:46:33.297Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:46:33.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "policy-id",
  "timestamp": 1621557903225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:46:33.297Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:46:33.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "cds",
  "timestamp": 1621557903340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:46:33.297Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:46:33.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557903317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "policy-id",
  "timestamp": 1621557904228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:46:33.298Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:46:33.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "cds",
  "timestamp": 1621557904344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:46:33.306Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7be5fe0b-15bf-4c94-8dfc-233911f822e2
2021-05-21T00:46:33.306Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7be5fe0b-15bf-4c94-8dfc-233911f822e2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:46:33.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557903317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "clamp",
  "timestamp": 1621557904294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "policy-id",
  "timestamp": 1621557905230,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:46:33.319Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7be5fe0b-15bf-4c94-8dfc-233911f822e2
2021-05-21T00:46:33.319Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7be5fe0b-15bf-4c94-8dfc-233911f822e2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:46:33.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557903317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "clamp",
  "timestamp": 1621557904294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557903317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "clamp",
  "timestamp": 1621557904294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557906492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "aai-ml",
  "timestamp": 1621557907458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:46:33.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:46:33.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557903317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "clamp",
  "timestamp": 1621557904294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557906492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "aai-ml",
  "timestamp": 1621557908461,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:46:33.331Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7be5fe0b-15bf-4c94-8dfc-233911f822e2
2021-05-21T00:46:33.332Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7be5fe0b-15bf-4c94-8dfc-233911f822e2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:46:33.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557903317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:46:33.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "clamp",
  "timestamp": 1621557904294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557906492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557909133,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:46:33.340Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:46:33.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557903317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "clamp",
  "timestamp": 1621557904294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557906492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557903317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "clamp",
  "timestamp": 1621557904294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557906492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "clamp",
  "timestamp": 1621557904294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:46:33.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557906492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557913040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:46:33.342Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:46:33.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557906492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:46:33.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557906492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:46:33.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:46:33.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557914303,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-05-21T00:46:33.343Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:46:33.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621557915306,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:46:33.347Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7be5fe0b-15bf-4c94-8dfc-233911f822e2
2021-05-21T00:46:33.348Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7be5fe0b-15bf-4c94-8dfc-233911f822e2 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:46:33.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "clamp",
  "timestamp": 1621557915640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:46:33.355Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:46:33.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557915845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:46:33.356Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:46:33.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557917580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:46:33.356Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:46:33.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "clamp",
  "timestamp": 1621557917646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:46:33.356Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:46:33.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621557918585,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:46:33.364Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7be5fe0b-15bf-4c94-8dfc-233911f822e2
2021-05-21T00:46:33.365Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7be5fe0b-15bf-4c94-8dfc-233911f822e2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:46:33.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:46:33.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "clamp",
  "timestamp": 1621557918648,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:46:33.378Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7be5fe0b-15bf-4c94-8dfc-233911f822e2
2021-05-21T00:46:33.378Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7be5fe0b-15bf-4c94-8dfc-233911f822e2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:46:45.295Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7be5fe0b-15bf-4c94-8dfc-233911f822e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:46:45.304Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7be5fe0b-15bf-4c94-8dfc-233911f822e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:46:45.307Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:46:45.307Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-21T00:46:45.307Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-21T00:46:45.307Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-21T00:46:45.307Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:46:45.307Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:46:45.307Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:46:45.307Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:46:45.307Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:46:45.307Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:46:45.308Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:46:45.308Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:46:45.311Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-21T00:47:15.312Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7be5fe0b-15bf-4c94-8dfc-233911f822e2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-21T00:47:15.317Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7be5fe0b-15bf-4c94-8dfc-233911f822e2 and serviceModelVersionId: 2f903de1-8cfb-4971-8628-ddbaac795c55
2021-05-21T00:47:15.317Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 232c3113-d2be-49e4-9655-9242c6b4bb82
2021-05-21T00:47:15.318Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/232c3113-d2be-49e4-9655-9242c6b4bb82/model-vers/model-ver/2f903de1-8cfb-4971-8628-ddbaac795c55?depth=0
2021-05-21T00:47:15.321Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-05-21T00:47:15.351Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/232c3113-d2be-49e4-9655-9242c6b4bb82/model-vers/model-ver/2f903de1-8cfb-4971-8628-ddbaac795c55?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-21T00:47:15.351Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/232c3113-d2be-49e4-9655-9242c6b4bb82/model-vers/model-ver/2f903de1-8cfb-4971-8628-ddbaac795c55?depth=0|INFO|500||Invoke
2021-05-21T00:47:15.370Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/232c3113-d2be-49e4-9655-9242c6b4bb82/model-vers/model-ver/2f903de1-8cfb-4971-8628-ddbaac795c55?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-21T00:47:15.813Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/232c3113-d2be-49e4-9655-9242c6b4bb82/model-vers/model-ver/2f903de1-8cfb-4971-8628-ddbaac795c55?depth=0|INFO|500||InvokeReturn
2021-05-21T00:47:15.814Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/232c3113-d2be-49e4-9655-9242c6b4bb82/model-vers/model-ver/2f903de1-8cfb-4971-8628-ddbaac795c55?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210521-00:47:15:372-52179], vertex-id=[229552], Content-Length=[0], Date=[Fri, 21 May 2021 00:47:15 GMT], Content-Type=[application/json]}
2021-05-21T00:47:15.814Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-05-21T00:47:15.814Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-21T00:47:15.814Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:47:15.819Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-21T00:47:15.819Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7be5fe0b-15bf-4c94-8dfc-233911f822e2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-21T00:47:15.819Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-21T00:47:15.819Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:47:15.821Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:47:15.821Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558035819,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:47:15.921Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:47:15.922Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:47:15.922Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:47:15.933Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:47:15.934Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-21T00:47:16.831Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:47:16.831Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:47:16.831Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:47:26.373Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:47:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:47:33.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:47:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:47:33.254Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:47:33.254Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:47:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:47:33.274Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:47:33.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:47:33.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557933252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:47:33.275Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:47:33.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:47:33.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557933252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:47:33.275Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:47:33.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:47:33.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557933252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:47:33.275Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:47:33.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:47:33.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557933252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:47:33.275Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:47:33.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:47:33.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557933252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:47:33.275Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:47:33.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:47:33.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557933252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:47:33.275Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:47:33.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:47:33.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557933252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:47:33.275Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:47:33.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:47:33.276Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557933252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:47:33.276Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:47:33.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:47:33.276Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557942543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:47:33.276Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:47:33.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:47:33.276Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621557944266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:47:33.276Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:47:42.796Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:48:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:48:33.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:48:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:48:33.254Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:48:33.254Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:48:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:48:33.277Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:48:33.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:48:33.277Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558035819,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:48:33.278Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:48:33.877Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:48:33.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:48:33.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f3400ad0-b402-4ec4-9dd1-25974d77e214","serviceDescription":"service","serviceInvariantUUID":"6c2066a9-9dba-4289-968c-ce43535f518d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c6bcee20-ff5e-4b8f-aeb1-5cb9478c8b48","resourceInvariantUUID":"4eddd110-38f8-4734-9962-5613ed166f66","resourceCustomizationUUID":"134130e4-39bf-437b-9882-42d66ea06e13","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":"OTcxZWNiNWRkYzQxMWZkOWU2MWJjZTFlMjViYjJkN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b994aa0b-aa3d-4743-982a-75c0217a1635","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":"MTdlZWIzMGU3OGVmMTU1MjM2ZjkwYjc5ODcxZjk5MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8695a910-a226-4433-ad86-1991bee7334a","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":"3214ae2f-fc12-450a-be54-824e61748d17","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":"26b3aae2-7a77-491c-b015-523cc29cae79","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":"b30a2f1f-b2fe-4445-8e87-0fe4141fb656","artifactVersion":"2","generatedFromUUID":"3214ae2f-fc12-450a-be54-824e61748d17"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjU1MzY3MTNhOGQ0ZDU0ODQwZTc1MGJkMDI0YzFjZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a388aff1-c040-4a62-a04f-9955bdb6fd93","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWQ3ZGY3MDkzZTljYzBmMWUwMjc3MjVjNDc1MGMxOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ad02df02-e691-452f-a086-63c058ebc3fe","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-21T00:48:33.880Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:48:33.880Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:48:33.883Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:48:33.883Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:48:33.983Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:48:33.984Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:48:33.984Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:48:33.994Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:48:33.994Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:48:34.883Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:48:34.884Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:48:34.885Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:48:34.886Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:48:34.986Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:48:34.986Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:48:34.986Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:48:34.995Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:48:34.995Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:48:35.886Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:48:35.887Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:48:35.888Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:48:35.888Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:48:35.989Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-21T00:48:35.989Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:48:35.989Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:48:35.999Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:48:35.999Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:48:36.889Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:48:36.890Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:48:36.892Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:48:36.892Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:48:36.992Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:48:36.993Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:48:36.993Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:48:37.003Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:48:37.003Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:48:37.892Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:48:37.893Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:48:37.894Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:48:37.894Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-21T00:48:37.995Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:48:37.995Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:48:37.996Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:48:38.006Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:48:38.006Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:48:38.895Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:48:38.895Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:48:38.897Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:48:38.897Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:48:38.997Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:48:38.998Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:48:38.999Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:48:39.011Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:48:39.011Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:48:39.897Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:48:39.899Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:48:39.900Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:48:39.900Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:48:40.001Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:48:40.001Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:48:40.001Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:48:40.012Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:48:40.012Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:48:40.902Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "f3400ad0-b402-4ec4-9dd1-25974d77e214",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6c2066a9-9dba-4289-968c-ce43535f518d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "134130e4-39bf-437b-9882-42d66ea06e13",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c6bcee20-ff5e-4b8f-aeb1-5cb9478c8b48",
      "resourceInvariantUUID": "4eddd110-38f8-4734-9962-5613ed166f66",
      "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": "MTdlZWIzMGU3OGVmMTU1MjM2ZjkwYjc5ODcxZjk5MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8695a910-a226-4433-ad86-1991bee7334a",
          "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": "3214ae2f-fc12-450a-be54-824e61748d17",
          "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": "b30a2f1f-b2fe-4445-8e87-0fe4141fb656",
            "generatedFromUUID": "3214ae2f-fc12-450a-be54-824e61748d17"
          },
          "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": "b30a2f1f-b2fe-4445-8e87-0fe4141fb656",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWQ3ZGY3MDkzZTljYzBmMWUwMjc3MjVjNDc1MGMxOTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ad02df02-e691-452f-a086-63c058ebc3fe"
    }
  ],
  "workloadContext": "Production"
}
2021-05-21T00:48:40.902Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-21T00:48:40.902Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f3400ad0-b402-4ec4-9dd1-25974d77e214 ASDC
2021-05-21T00:48:40.903Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:f3400ad0-b402-4ec4-9dd1-25974d77e214
ServiceInvariantUUID:6c2066a9-9dba-4289-968c-ce43535f518d
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:ad02df02-e691-452f-a086-63c058ebc3fe
ArtifactChecksum:ZWQ3ZGY3MDkzZTljYzBmMWUwMjc3MjVjNDc1MGMxOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:134130e4-39bf-437b-9882-42d66ea06e13
ResourceInvariantUUID:4eddd110-38f8-4734-9962-5613ed166f66
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c6bcee20-ff5e-4b8f-aeb1-5cb9478c8b48
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:8695a910-a226-4433-ad86-1991bee7334a
ArtifactChecksum:MTdlZWIzMGU3OGVmMTU1MjM2ZjkwYjc5ODcxZjk5MzM=
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:3214ae2f-fc12-450a-be54-824e61748d17
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:b30a2f1f-b2fe-4445-8e87-0fe4141fb656
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:b30a2f1f-b2fe-4445-8e87-0fe4141fb656
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-21T00:48:40.903Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f3400ad0-b402-4ec4-9dd1-25974d77e214 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:48:40.935Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:48:40.935Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-21T00:48:40.935Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-21T00:48:40.935Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ad02df02-e691-452f-a086-63c058ebc3fe from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-21T00:48:40.936Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-21T00:48:40.936Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:41.818Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-21T00:48:41.821Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ad02df02-e691-452f-a086-63c058ebc3fe 74273
2021-05-21T00:48:41.822Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:41.822Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:41.822Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:48:41.822Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:48:41.823Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:48:41.823Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558121822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:48:41.924Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-21T00:48:41.924Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:48:41.925Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:48:41.938Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:48:41.939Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:48:42.824Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:48:42.825Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-21T00:48:42.825Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ad02df02-e691-452f-a086-63c058ebc3fe, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-21T00:48:42.825Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-05-21T00:48:42.826Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-21T00:48:42.826Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-05-21T00:48:43.074Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4967455081114632510/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-05-21T00:48:43.927Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-21T00:48:43.928Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-21T00:48:43.928Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-21T00:48:43.928Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-21T00:48:43.928Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:43.928Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:43.928Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:43.928Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:43.928Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:43.928Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:43.928Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:43.928Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:43.928Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-21T00:48:43.929Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:43.929Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-21T00:48:43.929Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:43.929Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:43.929Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-21T00:48:43.929Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-21T00:48:43.929Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:48:43.929Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:43.929Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:48:43.929Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-21T00:48:43.930Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-21T00:48:43.930Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:48:43.930Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:43.930Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:48:43.930Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:43.930Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-21T00:48:43.930Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-21T00:48:43.930Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-05-21T00:48:43.930Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-05-21T00:48:43.931Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-05-21T00:48:43.931Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-21T00:48:43.931Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:43.931Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:43.931Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:43.931Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-21T00:48:43.931Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:48:43.931Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:43.931Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-21T00:48:43.932Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:48:43.932Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:43.932Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-21T00:48:43.932Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:48:43.932Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:43.932Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-21T00:48:43.932Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-21T00:48:43.932Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-21T00:48:43.932Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=60c6a9dc-b3f1-49eb-85dd-93f0473adfc6
2021-05-21T00:48:43.933Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:43.933Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:48:43.933Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:43.933Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:48:43.933Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:43.933Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:48:43.933Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:43.933Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:48:43.933Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:f3400ad0-b402-4ec4-9dd1-25974d77e214
Model Version:NULL
Model InvariantUuid:6c2066a9-9dba-4289-968c-ce43535f518d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:1d1e2cda-355d-4445-9e05-0266a76a8694
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4eddd110-38f8-4734-9962-5613ed166f66
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:134130e4-39bf-437b-9882-42d66ea06e13
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8fe04b7c-7a94-46c5-8a00-67a1732daf80
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:b3d9b5da-0b16-4ab6-9c6c-3e9674f7ab02
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:60c6a9dc-b3f1-49eb-85dd-93f0473adfc6
ModelInvariantUuid:94401ea8-c76b-4b96-be12-8bf850b5b6cc
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:4676d329-e798-4f05-8d3b-fe2bd916b7c0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:2fab9b7d-46f8-4bae-8628-bfcd80e4eb74
ModelInvariantUuid:af22d12e-c2e5-4d77-b139-6f958ff28510
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:6ffff25a-3d85-47a8-ae03-4732a500c2b7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-21T00:48:43.939Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: c6bcee20-ff5e-4b8f-aeb1-5cb9478c8b48
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:48:43.942Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||basic_vm 0
2021-05-21T00:48:43.942Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c6bcee20-ff5e-4b8f-aeb1-5cb9478c8b48
2021-05-21T00:48:43.942Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8695a910-a226-4433-ad86-1991bee7334a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-21T00:48:43.942Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-21T00:48:43.942Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:44.137Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-21T00:48:44.138Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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 8695a910-a226-4433-ad86-1991bee7334a 787
2021-05-21T00:48:44.138Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:44.138Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:44.138Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:48:44.138Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:48:44.140Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:48:44.140Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558124138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:48:44.240Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:48:44.240Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:48:44.240Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:48:44.250Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:48:44.250Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:48:45.140Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8fe04b7c-7a94-46c5-8a00-67a1732daf80",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b3d9b5da-0b16-4ab6-9c6c-3e9674f7ab02",
    "vfModuleModelCustomizationUUID": "7cafdcc8-6d93-4539-9fab-b37bef5a9e64",
    "isBase": true,
    "artifacts": [
      "3214ae2f-fc12-450a-be54-824e61748d17",
      "b30a2f1f-b2fe-4445-8e87-0fe4141fb656"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-21T00:48:45.143Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3d9b5da-0b16-4ab6-9c6c-3e9674f7ab02
VfModuleModelInvariantUUID:8fe04b7c-7a94-46c5-8a00-67a1732daf80
VfModuleModelDescription:NULL
Artifacts UUID List:{
3214ae2f-fc12-450a-be54-824e61748d17
,
b30a2f1f-b2fe-4445-8e87-0fe4141fb656

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

isBase:true


}

2021-05-21T00:48:45.145Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8fe04b7c-7a94-46c5-8a00-67a1732daf80",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b3d9b5da-0b16-4ab6-9c6c-3e9674f7ab02",
    "vfModuleModelCustomizationUUID": "7cafdcc8-6d93-4539-9fab-b37bef5a9e64",
    "isBase": true,
    "artifacts": [
      "3214ae2f-fc12-450a-be54-824e61748d17",
      "b30a2f1f-b2fe-4445-8e87-0fe4141fb656"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-21T00:48:45.145Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3d9b5da-0b16-4ab6-9c6c-3e9674f7ab02
VfModuleModelInvariantUUID:8fe04b7c-7a94-46c5-8a00-67a1732daf80
VfModuleModelDescription:NULL
Artifacts UUID List:{
3214ae2f-fc12-450a-be54-824e61748d17
,
b30a2f1f-b2fe-4445-8e87-0fe4141fb656

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

isBase:true


}

2021-05-21T00:48:45.145Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3214ae2f-fc12-450a-be54-824e61748d17 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-21T00:48:45.145Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-21T00:48:45.146Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:45.295Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-21T00:48:45.296Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 3214ae2f-fc12-450a-be54-824e61748d17 5033
2021-05-21T00:48:45.296Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:45.296Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:45.296Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:48:45.296Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:48:45.298Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:48:45.298Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558125296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:48:45.398Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:48:45.398Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:48:45.399Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:48:45.408Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:48:45.408Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:48:46.298Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b30a2f1f-b2fe-4445-8e87-0fe4141fb656 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-21T00:48:46.299Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-21T00:48:46.299Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:46.451Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-21T00:48:46.451Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b30a2f1f-b2fe-4445-8e87-0fe4141fb656 903
2021-05-21T00:48:46.451Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:46.451Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:46.451Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:48:46.452Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:48:46.453Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:48:46.453Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558126451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:48:46.553Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:48:46.554Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:48:46.554Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:48:46.566Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:48:46.566Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:48:47.454Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f3400ad0-b402-4ec4-9dd1-25974d77e214
2021-05-21T00:48:47.454Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c6bcee20-ff5e-4b8f-aeb1-5cb9478c8b48 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:48:47.469Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:47.470Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:48:47.470Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-05-21T00:48:47.470Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 134130e4-39bf-437b-9882-42d66ea06e13
2021-05-21T00:48:47.470Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 134130e4-39bf-437b-9882-42d66ea06e13 matches Tosca VF Customization UUID: 134130e4-39bf-437b-9882-42d66ea06e13
2021-05-21T00:48:47.470Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 134130e4-39bf-437b-9882-42d66ea06e13  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-21T00:48:47.472Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:47.472Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:48:47.473Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 134130e4-39bf-437b-9882-42d66ea06e13: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-05-21T00:48:47.473Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ba3fce9
2021-05-21T00:48:47.473Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:47.473Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:47.474Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7cafdcc8-6d93-4539-9fab-b37bef5a9e64
2021-05-21T00:48:47.474Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7cafdcc8-6d93-4539-9fab-b37bef5a9e64
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-21T00:48:47.476Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:47.476Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-21T00:48:47.477Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:48:47.477Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:47.477Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-21T00:48:47.477Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:48:47.477Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:47.477Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-21T00:48:47.477Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-21T00:48:47.477Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-21T00:48:47.478Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=60c6a9dc-b3f1-49eb-85dd-93f0473adfc6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-21T00:48:47.480Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:47.480Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-21T00:48:47.480Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:48:47.480Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:47.480Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-21T00:48:47.481Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=134130e4-39bf-437b-9882-42d66ea06e13
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:48:47.482Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:47.482Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:48:47.482Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f3400ad0-b402-4ec4-9dd1-25974d77e214: basic_vm
2021-05-21T00:48:47.482Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:47.482Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:48:47.483Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:47.483Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:48:47.483Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:47.483Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:48:47.483Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:47.483Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:47.483Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:48:47.483Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:48:47.483Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:47.553Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c6bcee20-ff5e-4b8f-aeb1-5cb9478c8b48 1 ASDC deployResourceStructure
2021-05-21T00:48:47.553Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:47.553Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:47.553Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:48:47.553Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:48:47.555Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:48:47.555Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558127553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:48:47.656Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:48:47.656Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:48:47.657Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:48:47.665Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:48:47.666Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:48:48.556Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:48.556Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:48.556Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:48:48.556Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:48:48.558Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:48:48.558Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558128555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-21T00:48:48.658Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:48:48.659Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:48:48.659Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:48:48.668Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:48:48.668Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:48:49.559Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:49.559Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:49.559Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:48:49.559Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:48:49.561Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:48:49.561Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558129558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-21T00:48:49.661Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:48:49.662Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:48:49.662Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:48:49.671Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:48:49.671Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:48:50.562Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:50.562Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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-05-21T00:48:50.562Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:48:50.562Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:48:50.564Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:48:50.564Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558130561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:48:50.664Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:48:50.665Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:48:50.665Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:48:50.676Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:48:50.676Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:48:51.565Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:48:51.576Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:48:51.578Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:48:51.578Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-21T00:48:51.578Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-21T00:49:21.578Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:49:21.589Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:49:21.591Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:49:21.591Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-21T00:49:21.591Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-21T00:49:33.254Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:49:33.255Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:49:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:49:33.273Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:49:33.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "aai-ml",
  "timestamp": 1621558074128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "cds",
  "timestamp": 1621558074235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558067905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558068143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558073710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "policy-id",
  "timestamp": 1621558073798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "cds",
  "timestamp": 1621558074235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "aai-ml",
  "timestamp": 1621558074128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558067905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558068143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558073710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "policy-id",
  "timestamp": 1621558073798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "cds",
  "timestamp": 1621558074235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "aai-ml",
  "timestamp": 1621558074128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558067905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558068143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558073710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "policy-id",
  "timestamp": 1621558073798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "cds",
  "timestamp": 1621558074235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "aai-ml",
  "timestamp": 1621558074128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558067905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.292Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558073710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.292Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558068143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.292Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "policy-id",
  "timestamp": 1621558073798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "cds",
  "timestamp": 1621558074235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "aai-ml",
  "timestamp": 1621558074128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558067905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558068143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558073710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "policy-id",
  "timestamp": 1621558073798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "cds",
  "timestamp": 1621558074235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "aai-ml",
  "timestamp": 1621558074128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558068143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558067905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558073710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "policy-id",
  "timestamp": 1621558073798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "cds",
  "timestamp": 1621558074235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.297Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "aai-ml",
  "timestamp": 1621558074128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.297Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558067905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.297Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558068143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558073710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "policy-id",
  "timestamp": 1621558073798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558083920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.299Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "cds",
  "timestamp": 1621558083922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.299Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558083946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.299Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558083920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.300Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558083317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.300Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "aai-ml",
  "timestamp": 1621558083945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.300Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "policy-id",
  "timestamp": 1621558083930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.300Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "dcae-sch",
  "timestamp": 1621558083507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.300Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "cds",
  "timestamp": 1621558084928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:49:33.307Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf
2021-05-21T00:49:33.307Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:49:33.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "clamp",
  "timestamp": 1621558084294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558083317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "policy-id",
  "timestamp": 1621558084933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:49:33.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "dcae-sch",
  "timestamp": 1621558083507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558085239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558085239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558085270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "clamp",
  "timestamp": 1621558084294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558083317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "policy-id",
  "timestamp": 1621558085935,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:49:33.320Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf
2021-05-21T00:49:33.321Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:49:33.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "dcae-sch",
  "timestamp": 1621558083507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558086412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558086427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558086470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "clamp",
  "timestamp": 1621558084294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558083317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558086492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "dcae-sch",
  "timestamp": 1621558083507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558087418,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:49:33.332Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf
2021-05-21T00:49:33.333Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-21T00:49:33.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558087432,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:49:33.342Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf
2021-05-21T00:49:33.342Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-21T00:49:33.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558087487,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:49:33.352Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf
2021-05-21T00:49:33.352Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-21T00:49:33.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "clamp",
  "timestamp": 1621558084294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558083317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558086492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "dcae-sch",
  "timestamp": 1621558083507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558088421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:49:33.359Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558088434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:49:33.359Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558088489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:49:33.359Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "clamp",
  "timestamp": 1621558084294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558083317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558086492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "dcae-sch",
  "timestamp": 1621558083507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "cds",
  "timestamp": 1621558089235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "clamp",
  "timestamp": 1621558084294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558083317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558089425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558089494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558086492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "dcae-sch",
  "timestamp": 1621558083507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "cds",
  "timestamp": 1621558089235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "clamp",
  "timestamp": 1621558084294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558083317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558089425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558089494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558086492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "dcae-sch",
  "timestamp": 1621558083507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "cds",
  "timestamp": 1621558089235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558083317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558089425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558089494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558086492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "dcae-sch",
  "timestamp": 1621558083507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "aai-ml",
  "timestamp": 1621558092813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "cds",
  "timestamp": 1621558089235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558083317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558089425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558089494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558086492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "dcae-sch",
  "timestamp": 1621558083507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "aai-ml",
  "timestamp": 1621558093816,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:49:33.366Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf
2021-05-21T00:49:33.366Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:49:33.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "cds",
  "timestamp": 1621558089235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558083317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558089425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558089494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "dcae-sch",
  "timestamp": 1621558083507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558093710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "policy-id",
  "timestamp": 1621558093798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "cds",
  "timestamp": 1621558089235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558083317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558089425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558089494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "dcae-sch",
  "timestamp": 1621558083507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558093710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "policy-id",
  "timestamp": 1621558093798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558095518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.376Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "cds",
  "timestamp": 1621558089235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558083317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558089425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558089494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "dcae-sch",
  "timestamp": 1621558083507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558093710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "policy-id",
  "timestamp": 1621558093798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "cds",
  "timestamp": 1621558089235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558083317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558089425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558089494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "dcae-sch",
  "timestamp": 1621558083507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558093710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "policy-id",
  "timestamp": 1621558093798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558097673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:49:33.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558083317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "dcae-sch",
  "timestamp": 1621558083507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558093710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "policy-id",
  "timestamp": 1621558093798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558098676,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:49:33.384Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf
2021-05-21T00:49:33.384Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:49:33.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "cds",
  "timestamp": 1621558099341,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558093710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "policy-id",
  "timestamp": 1621558093798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558086492,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558099745,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558099730,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "cds",
  "timestamp": 1621558100344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:49:33.404Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d4d699e5-c15a-4dc7-9c1c-fd0373f62302
2021-05-21T00:49:33.404Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d699e5-c15a-4dc7-9c1c-fd0373f62302 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:49:33.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558093710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "policy-id",
  "timestamp": 1621558093798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558086492,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558093710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558101432,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.412Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "policy-id",
  "timestamp": 1621558093798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558101534,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.412Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558086492,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "dcae-sch",
  "timestamp": 1621558102028,
  "artifactURL": "/sdc/v1/catalog/services/8ea57f5a-a8dc-46e2-9490-dcd9075aceda/resourceInstances/basicclamp0/artifacts/fa189eeb-226b-4461-b715-48bf8d3149d6",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558086492,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558103026,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558103121,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558103154,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "policy-id",
  "timestamp": 1621558103214,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "dcae-sch",
  "timestamp": 1621558103286,
  "artifactURL": "/sdc/v1/catalog/services/8ea57f5a-a8dc-46e2-9490-dcd9075aceda/resourceInstances/basicclamp0/artifacts/fa189eeb-226b-4461-b715-48bf8d3149d6",
  "status": "DEPLOY_OK"
}
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "clamp",
  "timestamp": 1621558103672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.414Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558086492,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558104128,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:49:33.418Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4d699e5-c15a-4dc7-9c1c-fd0373f62302
2021-05-21T00:49:33.418Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d699e5-c15a-4dc7-9c1c-fd0373f62302 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:49:33.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558104232,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:49:33.428Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4d699e5-c15a-4dc7-9c1c-fd0373f62302
2021-05-21T00:49:33.428Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d699e5-c15a-4dc7-9c1c-fd0373f62302 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-21T00:49:33.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558104217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.433Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "policy-id",
  "timestamp": 1621558104218,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:49:33.433Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "dcae-sch",
  "timestamp": 1621558104290,
  "artifactURL": "/sdc/v1/catalog/services/8ea57f5a-a8dc-46e2-9490-dcd9075aceda/resourceInstances/basicclamp0/artifacts/fa189eeb-226b-4461-b715-48bf8d3149d6",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:49:33.437Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of d4d699e5-c15a-4dc7-9c1c-fd0373f62302
2021-05-21T00:49:33.437Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d699e5-c15a-4dc7-9c1c-fd0373f62302 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:49:33.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558086492,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "aai-ml",
  "timestamp": 1621558104128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558105131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:49:33.444Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558105235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:49:33.444Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "policy-id",
  "timestamp": 1621558105220,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:49:33.447Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4d699e5-c15a-4dc7-9c1c-fd0373f62302
2021-05-21T00:49:33.447Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d699e5-c15a-4dc7-9c1c-fd0373f62302 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-21T00:49:33.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558105382,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.452Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "clamp",
  "timestamp": 1621558105680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:49:33.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558086492,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "aai-ml",
  "timestamp": 1621558104128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558106386,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:49:33.456Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4d699e5-c15a-4dc7-9c1c-fd0373f62302
2021-05-21T00:49:33.456Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d699e5-c15a-4dc7-9c1c-fd0373f62302 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-21T00:49:33.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "clamp",
  "timestamp": 1621558106683,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:49:33.465Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf
2021-05-21T00:49:33.466Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:49:33.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558086492,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "aai-ml",
  "timestamp": 1621558104128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558107389,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:49:33.474Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "clamp",
  "timestamp": 1621558084294,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "aai-ml",
  "timestamp": 1621558104128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558108689,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:49:33.474Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "clamp",
  "timestamp": 1621558084294,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "aai-ml",
  "timestamp": 1621558104128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "clamp",
  "timestamp": 1621558084294,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "aai-ml",
  "timestamp": 1621558104128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "clamp",
  "timestamp": 1621558084294,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558110720,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "aai-ml",
  "timestamp": 1621558104128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "clamp",
  "timestamp": 1621558084294,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558111722,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:49:33.479Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d4d699e5-c15a-4dc7-9c1c-fd0373f62302
2021-05-21T00:49:33.480Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d699e5-c15a-4dc7-9c1c-fd0373f62302 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:49:33.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "aai-ml",
  "timestamp": 1621558104128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:49:33.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:33.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:49:33.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "clamp",
  "timestamp": 1621558084294,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:49:33.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:49:51.591Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:49:51.601Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:49:51.605Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:49:51.605Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-21T00:49:51.605Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-21T00:49:51.605Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-21T00:49:51.605Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:49:51.605Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:49:51.605Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:49:51.605Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:49:51.605Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:49:51.606Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:49:51.606Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:49:51.610Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-21T00:50:21.610Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-21T00:50:21.617Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf and serviceModelVersionId: f3400ad0-b402-4ec4-9dd1-25974d77e214
2021-05-21T00:50:21.617Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c2066a9-9dba-4289-968c-ce43535f518d
2021-05-21T00:50:21.617Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c2066a9-9dba-4289-968c-ce43535f518d/model-vers/model-ver/f3400ad0-b402-4ec4-9dd1-25974d77e214?depth=0
2021-05-21T00:50:21.622Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-05-21T00:50:21.654Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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/6c2066a9-9dba-4289-968c-ce43535f518d/model-vers/model-ver/f3400ad0-b402-4ec4-9dd1-25974d77e214?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-21T00:50:21.654Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c2066a9-9dba-4289-968c-ce43535f518d/model-vers/model-ver/f3400ad0-b402-4ec4-9dd1-25974d77e214?depth=0|INFO|500||Invoke
2021-05-21T00:50:21.670Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c2066a9-9dba-4289-968c-ce43535f518d/model-vers/model-ver/f3400ad0-b402-4ec4-9dd1-25974d77e214?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-21T00:50:21.841Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c2066a9-9dba-4289-968c-ce43535f518d/model-vers/model-ver/f3400ad0-b402-4ec4-9dd1-25974d77e214?depth=0|INFO|500||InvokeReturn
2021-05-21T00:50:21.841Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|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/6c2066a9-9dba-4289-968c-ce43535f518d/model-vers/model-ver/f3400ad0-b402-4ec4-9dd1-25974d77e214?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210521-00:50:21:673-82235], vertex-id=[200736], Content-Length=[0], Date=[Fri, 21 May 2021 00:50:21 GMT], Content-Type=[application/json]}
2021-05-21T00:50:21.841Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-05-21T00:50:21.842Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-21T00:50:21.842Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:50:21.848Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-21T00:50:21.848Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-21T00:50:21.848Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-21T00:50:21.848Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:50:21.850Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:50:21.850Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558221848,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:50:21.950Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:50:21.951Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:50:21.951Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:50:21.963Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:50:21.964Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-21T00:50:22.862Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:50:22.862Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d4d699e5-c15a-4dc7-9c1c-fd0373f62302","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"8ea57f5a-a8dc-46e2-9490-dcd9075aceda","serviceDescription":"service","serviceInvariantUUID":"252f8881-2107-4ee3-8a80-039c09d0078f","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f2a92e1c-e51f-4520-847b-9a794e88f126","resourceInvariantUUID":"58dbd68e-fc72-4b1b-a83b-4de627c2460f","resourceCustomizationUUID":"b16d5cd3-23b8-450f-9018-f6c14c602d3a","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":"fa189eeb-226b-4461-b715-48bf8d3149d6","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":"MTNhYWRjNmQzNjQzNzU4OGE5YjJlYjExNWE0ZTJmZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"828f9a93-221f-45c5-83af-c33df8c49e06","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":"NzIzMDVhYjAwOTE3OGJhNzVjOTc0ZTg2ZTBhNjk0YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"43fca55f-3910-4333-87cd-6b478d740d5a","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":"f8700fe5-d4ab-4a26-998c-6128782e1a90","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":"81da3a91-9e88-445f-99e9-aa4663d49275","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":"e72dccb1-adcf-4ed0-ab0e-d1ab0bd24c5b","artifactVersion":"2","generatedFromUUID":"f8700fe5-d4ab-4a26-998c-6128782e1a90"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"M2Q2NDc3MDYyNDk1YmIzNWZkOTQ3OTU1ZWY1YmYyYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8359d44a-c691-40b9-b72a-69ca44747de1","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YWQwMWZjMGQxZDgzODZlMmJiMzg2N2JkZTk2YTYyMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21c9c61c-d276-4f0f-aec1-14eea57b7709","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-21T00:50:22.862Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:50:22.862Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:50:22.864Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:50:22.864Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:50:22.964Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:50:22.964Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:50:22.964Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:50:22.974Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:50:22.974Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:50:23.864Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:50:23.865Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:50:23.866Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:50:23.866Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:50:23.966Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:50:23.967Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:50:23.967Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:50:23.978Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:50:23.978Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:50:24.867Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:50:24.867Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:50:24.869Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:50:24.869Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:50:24.969Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:50:24.970Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:50:24.970Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:50:24.981Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:50:24.982Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:50:25.869Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:50:25.870Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:50:25.871Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:50:25.871Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:50:25.972Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:50:25.972Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:50:25.972Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:50:25.982Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:50:25.982Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:50:26.872Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:50:26.872Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:50:26.874Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:50:26.874Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:50:26.974Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:50:26.975Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:50:26.975Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:50:26.983Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:50:26.983Z||pool-71-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:50:27.874Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:50:27.875Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:50:27.876Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:50:27.877Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-21T00:50:27.977Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:50:27.977Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:50:27.977Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:50:27.986Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:50:27.987Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:50:28.877Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:50:28.878Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:50:28.879Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:50:28.879Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:50:28.979Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:50:28.980Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:50:28.980Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:50:28.990Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:50:28.990Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:50:29.880Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:50:29.880Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:50:29.882Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:50:29.882Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:50:29.982Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:50:29.982Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:50:29.983Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:50:29.993Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:50:29.994Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:50:30.883Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "8ea57f5a-a8dc-46e2-9490-dcd9075aceda",
  "serviceDescription": "service",
  "serviceInvariantUUID": "252f8881-2107-4ee3-8a80-039c09d0078f",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "b16d5cd3-23b8-450f-9018-f6c14c602d3a",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f2a92e1c-e51f-4520-847b-9a794e88f126",
      "resourceInvariantUUID": "58dbd68e-fc72-4b1b-a83b-4de627c2460f",
      "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": "NzIzMDVhYjAwOTE3OGJhNzVjOTc0ZTg2ZTBhNjk0YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "43fca55f-3910-4333-87cd-6b478d740d5a",
          "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": "f8700fe5-d4ab-4a26-998c-6128782e1a90",
          "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": "e72dccb1-adcf-4ed0-ab0e-d1ab0bd24c5b",
            "generatedFromUUID": "f8700fe5-d4ab-4a26-998c-6128782e1a90"
          },
          "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": "e72dccb1-adcf-4ed0-ab0e-d1ab0bd24c5b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YWQwMWZjMGQxZDgzODZlMmJiMzg2N2JkZTk2YTYyMjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "21c9c61c-d276-4f0f-aec1-14eea57b7709"
    }
  ],
  "workloadContext": "Production"
}
2021-05-21T00:50:30.883Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-21T00:50:30.883Z|d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8ea57f5a-a8dc-46e2-9490-dcd9075aceda ASDC
2021-05-21T00:50:30.883Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d4d699e5-c15a-4dc7-9c1c-fd0373f62302
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:8ea57f5a-a8dc-46e2-9490-dcd9075aceda
ServiceInvariantUUID:252f8881-2107-4ee3-8a80-039c09d0078f
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:21c9c61c-d276-4f0f-aec1-14eea57b7709
ArtifactChecksum:YWQwMWZjMGQxZDgzODZlMmJiMzg2N2JkZTk2YTYyMjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:b16d5cd3-23b8-450f-9018-f6c14c602d3a
ResourceInvariantUUID:58dbd68e-fc72-4b1b-a83b-4de627c2460f
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:f2a92e1c-e51f-4520-847b-9a794e88f126
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:43fca55f-3910-4333-87cd-6b478d740d5a
ArtifactChecksum:NzIzMDVhYjAwOTE3OGJhNzVjOTc0ZTg2ZTBhNjk0YTg=
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:f8700fe5-d4ab-4a26-998c-6128782e1a90
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:e72dccb1-adcf-4ed0-ab0e-d1ab0bd24c5b
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:e72dccb1-adcf-4ed0-ab0e-d1ab0bd24c5b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-21T00:50:30.884Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ea57f5a-a8dc-46e2-9490-dcd9075aceda ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-21T00:50:30.909Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:50:30.910Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-21T00:50:30.910Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-21T00:50:30.910Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 21c9c61c-d276-4f0f-aec1-14eea57b7709 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-21T00:50:30.910Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-21T00:50:30.910Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:32.126Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-21T00:50:32.129Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 21c9c61c-d276-4f0f-aec1-14eea57b7709 76825
2021-05-21T00:50:32.130Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:32.130Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:32.130Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:50:32.130Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:50:32.132Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:50:32.132Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558232130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:50:32.232Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:50:32.233Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:50:32.233Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:50:32.242Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:50:32.242Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:50:33.133Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:50:33.133Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-21T00:50:33.134Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 21c9c61c-d276-4f0f-aec1-14eea57b7709, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-21T00:50:33.134Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-05-21T00:50:33.134Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-21T00:50:33.134Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-21T00:50:33.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:50:33.255Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:50:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:50:33.271Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:50:33.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:50:33.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "aai-ml",
  "timestamp": 1621558113615,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:50:33.271Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:50:33.286Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1503796401681901787/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-05-21T00:50:34.153Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-21T00:50:34.153Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-21T00:50:34.153Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-21T00:50:34.153Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-21T00:50:34.153Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:34.153Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:34.154Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-21T00:50:34.154Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:34.154Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:34.154Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:34.154Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:34.154Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:34.154Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:34.154Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:34.154Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-21T00:50:34.154Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:34.154Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:50:34.154Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-21T00:50:34.154Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-21T00:50:34.154Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:50:34.154Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:34.155Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:50:34.155Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-21T00:50:34.155Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-21T00:50:34.155Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:50:34.155Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:34.155Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:50:34.155Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:34.155Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-21T00:50:34.155Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-21T00:50:34.155Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-21T00:50:34.155Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-21T00:50:34.155Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-21T00:50:34.156Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-21T00:50:34.156Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:34.156Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:34.156Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:34.156Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-21T00:50:34.156Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:50:34.156Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:34.156Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-21T00:50:34.156Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:50:34.156Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:34.156Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-21T00:50:34.157Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:50:34.157Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:34.157Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-21T00:50:34.157Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-21T00:50:34.157Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-21T00:50:34.157Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3ce6ee0f-2fe6-4f83-8706-1d033664c21b
2021-05-21T00:50:34.157Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:34.157Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:50:34.157Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:34.157Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:50:34.157Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:34.157Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:50:34.157Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:34.158Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:50:34.158Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:8ea57f5a-a8dc-46e2-9490-dcd9075aceda
Model Version:NULL
Model InvariantUuid:252f8881-2107-4ee3-8a80-039c09d0078f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:376cc2ef-c48d-46f5-82c0-0b289f3bf2b6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:58dbd68e-fc72-4b1b-a83b-4de627c2460f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b16d5cd3-23b8-450f-9018-f6c14c602d3a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:39bc1ac3-11bb-4cb0-89d5-95aa5973297e
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:dc49f4ed-1ea4-42d7-aa4b-83a0c6ca7f7b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3ce6ee0f-2fe6-4f83-8706-1d033664c21b
ModelInvariantUuid:39abbf1b-bc27-4a71-8f3f-34af9aecf6d9
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:8f0d6dbb-0c18-4918-a1a9-145fa82518bd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:4fffcd00-a59e-4243-a423-9c81fae77fb0
ModelInvariantUuid:888b3fb1-cf57-4f84-80fd-3b15609d7203
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:99912486-d136-4fd4-b146-8339bec64d09
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-21T00:50:34.163Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f2a92e1c-e51f-4520-847b-9a794e88f126
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:50:34.165Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||basicclamp 0
2021-05-21T00:50:34.166Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f2a92e1c-e51f-4520-847b-9a794e88f126
2021-05-21T00:50:34.166Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 43fca55f-3910-4333-87cd-6b478d740d5a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-21T00:50:34.166Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-21T00:50:34.166Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:35.228Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-21T00:50:35.228Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 43fca55f-3910-4333-87cd-6b478d740d5a 790
2021-05-21T00:50:35.228Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:35.228Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:35.228Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:50:35.228Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:50:35.230Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:50:35.230Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558235228,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:50:35.330Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:50:35.331Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:50:35.331Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:50:35.342Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:50:35.343Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:50:36.230Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "39bc1ac3-11bb-4cb0-89d5-95aa5973297e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dc49f4ed-1ea4-42d7-aa4b-83a0c6ca7f7b",
    "vfModuleModelCustomizationUUID": "c0a08806-14c4-4f2d-92e2-9985d28adb25",
    "isBase": true,
    "artifacts": [
      "f8700fe5-d4ab-4a26-998c-6128782e1a90",
      "e72dccb1-adcf-4ed0-ab0e-d1ab0bd24c5b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-21T00:50:36.233Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc49f4ed-1ea4-42d7-aa4b-83a0c6ca7f7b
VfModuleModelInvariantUUID:39bc1ac3-11bb-4cb0-89d5-95aa5973297e
VfModuleModelDescription:NULL
Artifacts UUID List:{
f8700fe5-d4ab-4a26-998c-6128782e1a90
,
e72dccb1-adcf-4ed0-ab0e-d1ab0bd24c5b

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

isBase:true


}

2021-05-21T00:50:36.234Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "39bc1ac3-11bb-4cb0-89d5-95aa5973297e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dc49f4ed-1ea4-42d7-aa4b-83a0c6ca7f7b",
    "vfModuleModelCustomizationUUID": "c0a08806-14c4-4f2d-92e2-9985d28adb25",
    "isBase": true,
    "artifacts": [
      "f8700fe5-d4ab-4a26-998c-6128782e1a90",
      "e72dccb1-adcf-4ed0-ab0e-d1ab0bd24c5b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-21T00:50:36.235Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc49f4ed-1ea4-42d7-aa4b-83a0c6ca7f7b
VfModuleModelInvariantUUID:39bc1ac3-11bb-4cb0-89d5-95aa5973297e
VfModuleModelDescription:NULL
Artifacts UUID List:{
f8700fe5-d4ab-4a26-998c-6128782e1a90
,
e72dccb1-adcf-4ed0-ab0e-d1ab0bd24c5b

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

isBase:true


}

2021-05-21T00:50:36.235Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f8700fe5-d4ab-4a26-998c-6128782e1a90 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-21T00:50:36.235Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-21T00:50:36.235Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:37.526Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-21T00:50:37.526Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml f8700fe5-d4ab-4a26-998c-6128782e1a90 5033
2021-05-21T00:50:37.526Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:37.526Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:37.526Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:50:37.527Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:50:37.528Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:50:37.528Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558237526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:50:37.628Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:50:37.629Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:50:37.629Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:50:37.639Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:50:37.640Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:50:38.528Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e72dccb1-adcf-4ed0-ab0e-d1ab0bd24c5b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-21T00:50:38.529Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-21T00:50:38.529Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:39.539Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-21T00:50:39.540Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env e72dccb1-adcf-4ed0-ab0e-d1ab0bd24c5b 909
2021-05-21T00:50:39.540Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:39.540Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:39.540Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:50:39.540Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:50:39.541Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:50:39.541Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558239540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:50:39.642Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:50:39.642Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:50:39.642Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:50:39.653Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:50:39.653Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:50:40.542Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 8ea57f5a-a8dc-46e2-9490-dcd9075aceda
2021-05-21T00:50:40.542Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 f2a92e1c-e51f-4520-847b-9a794e88f126 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:50:40.552Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:40.553Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:50:40.553Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-05-21T00:50:40.553Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b16d5cd3-23b8-450f-9018-f6c14c602d3a
2021-05-21T00:50:40.553Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b16d5cd3-23b8-450f-9018-f6c14c602d3a matches Tosca VF Customization UUID: b16d5cd3-23b8-450f-9018-f6c14c602d3a
2021-05-21T00:50:40.553Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b16d5cd3-23b8-450f-9018-f6c14c602d3a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-21T00:50:40.555Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:40.555Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:50:40.555Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b16d5cd3-23b8-450f-9018-f6c14c602d3a: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-05-21T00:50:40.555Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4db8d1d2
2021-05-21T00:50:40.555Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:40.556Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:40.556Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c0a08806-14c4-4f2d-92e2-9985d28adb25
2021-05-21T00:50:40.556Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c0a08806-14c4-4f2d-92e2-9985d28adb25
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-21T00:50:40.558Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:40.558Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-21T00:50:40.558Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:50:40.558Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:40.558Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-21T00:50:40.558Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:50:40.559Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:40.559Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-21T00:50:40.559Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-21T00:50:40.559Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-21T00:50:40.559Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3ce6ee0f-2fe6-4f83-8706-1d033664c21b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-21T00:50:40.561Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:40.561Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-21T00:50:40.561Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:50:40.561Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:40.561Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-21T00:50:40.561Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=b16d5cd3-23b8-450f-9018-f6c14c602d3a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:50:40.563Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:40.563Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:50:40.563Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 8ea57f5a-a8dc-46e2-9490-dcd9075aceda: basicclamp
2021-05-21T00:50:40.563Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:40.563Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:50:40.563Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:40.563Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:50:40.563Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:40.564Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:50:40.564Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:40.564Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:50:40.564Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:50:40.564Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:50:40.564Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:40.628Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp f2a92e1c-e51f-4520-847b-9a794e88f126 1 ASDC deployResourceStructure
2021-05-21T00:50:40.628Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:40.628Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:40.629Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:50:40.629Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:50:40.630Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:50:40.630Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558240628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:50:40.730Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:50:40.731Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:50:40.731Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:50:40.741Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:50:40.742Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:50:41.631Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:41.631Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:41.631Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:50:41.632Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:50:41.633Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:50:41.633Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558241631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-21T00:50:41.734Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:50:41.734Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:50:41.734Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:50:41.745Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:50:41.745Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:50:42.634Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:42.635Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:42.635Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:50:42.635Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:50:42.637Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:50:42.637Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558242634,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-21T00:50:42.737Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:50:42.738Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:50:42.738Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:50:42.748Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:50:42.748Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:50:43.637Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:43.638Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|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-05-21T00:50:43.638Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:50:43.638Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:50:43.640Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:50:43.640Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558243637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:50:43.740Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:50:43.741Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:50:43.741Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:50:43.751Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:50:43.751Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:50:44.640Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4d699e5-c15a-4dc7-9c1c-fd0373f62302
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:50:44.649Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4d699e5-c15a-4dc7-9c1c-fd0373f62302
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:50:44.650Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:50:44.651Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-21T00:50:44.651Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-21T00:51:14.651Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4d699e5-c15a-4dc7-9c1c-fd0373f62302
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:51:14.658Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4d699e5-c15a-4dc7-9c1c-fd0373f62302
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:51:14.660Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:51:14.660Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-21T00:51:14.660Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-21T00:51:33.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:51:33.255Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:51:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:51:33.271Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:51:33.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "clamp",
  "timestamp": 1621558084294,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "clamp",
  "timestamp": 1621558084294,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558107905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558108143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "policy-id",
  "timestamp": 1621558113798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558113710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558116492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558107905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558108143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "policy-id",
  "timestamp": 1621558113798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558113710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558116492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558108143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558107905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "policy-id",
  "timestamp": 1621558113798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558113710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558116492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558107905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558108143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "policy-id",
  "timestamp": 1621558113798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558113710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "cds",
  "timestamp": 1621558119235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558116492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558107905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558108143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "clamp",
  "timestamp": 1621558120675,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "policy-id",
  "timestamp": 1621558113798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558113710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "cds",
  "timestamp": 1621558119235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "aai-ml",
  "timestamp": 1621558121012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558116492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558107905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558108143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "clamp",
  "timestamp": 1621558121679,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "policy-id",
  "timestamp": 1621558113798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558113710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558121822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "cds",
  "timestamp": 1621558119235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "aai-ml",
  "timestamp": 1621558122015,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:51:33.292Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d4d699e5-c15a-4dc7-9c1c-fd0373f62302
2021-05-21T00:51:33.292Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d699e5-c15a-4dc7-9c1c-fd0373f62302 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:51:33.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558116492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558107905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558108143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "policy-id",
  "timestamp": 1621558113798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558113710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "cds",
  "timestamp": 1621558119235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558116492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558107905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558108143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "policy-id",
  "timestamp": 1621558113798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558113710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "cds",
  "timestamp": 1621558119235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558123317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558124138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:51:33.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "dcae-sch",
  "timestamp": 1621558123507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558116492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558124882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:51:33.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558124865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:51:33.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "policy-id",
  "timestamp": 1621558124846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:51:33.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "cds",
  "timestamp": 1621558119235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558123317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558124951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "dcae-sch",
  "timestamp": 1621558123507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558125296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558125295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "clamp",
  "timestamp": 1621558125744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "cds",
  "timestamp": 1621558119235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "policy-id",
  "timestamp": 1621558125849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:51:33.305Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558123317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558126045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:51:33.305Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558126051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:51:33.305Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "dcae-sch",
  "timestamp": 1621558123507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558126145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:51:33.305Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558126451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:51:33.306Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "clamp",
  "timestamp": 1621558126747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:51:33.306Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "cds",
  "timestamp": 1621558119235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "policy-id",
  "timestamp": 1621558126852,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:51:33.317Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc06511b-8f9a-4421-b064-e83c5d147b54
2021-05-21T00:51:33.317Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc06511b-8f9a-4421-b064-e83c5d147b54 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:51:33.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558123317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "dcae-sch",
  "timestamp": 1621558123507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558127553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:51:33.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "clamp",
  "timestamp": 1621558127751,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:51:33.330Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d4d699e5-c15a-4dc7-9c1c-fd0373f62302
2021-05-21T00:51:33.330Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d699e5-c15a-4dc7-9c1c-fd0373f62302 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:51:33.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558127943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:51:33.338Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558123317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.338Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "dcae-sch",
  "timestamp": 1621558123507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.338Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558128323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:51:33.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558128412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:51:33.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558128554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:51:33.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558128555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-21T00:51:33.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558128946,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:51:33.344Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fc06511b-8f9a-4421-b064-e83c5d147b54
2021-05-21T00:51:33.344Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc06511b-8f9a-4421-b064-e83c5d147b54 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:51:33.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558123317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "cds",
  "timestamp": 1621558129043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:51:33.353Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "dcae-sch",
  "timestamp": 1621558123507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558129329,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:51:33.358Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc06511b-8f9a-4421-b064-e83c5d147b54
2021-05-21T00:51:33.358Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc06511b-8f9a-4421-b064-e83c5d147b54 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-21T00:51:33.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "clamp",
  "timestamp": 1621558128755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558129416,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:51:33.370Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc06511b-8f9a-4421-b064-e83c5d147b54
2021-05-21T00:51:33.370Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc06511b-8f9a-4421-b064-e83c5d147b54 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-21T00:51:33.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558129571,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:51:33.381Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc06511b-8f9a-4421-b064-e83c5d147b54
2021-05-21T00:51:33.381Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc06511b-8f9a-4421-b064-e83c5d147b54 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-21T00:51:33.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558129558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-21T00:51:33.388Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558123317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "dcae-sch",
  "timestamp": 1621558123507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558130332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:51:33.388Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "clamp",
  "timestamp": 1621558128755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558130419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:51:33.388Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558130574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:51:33.388Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558130561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:51:33.389Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558123317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "cds",
  "timestamp": 1621558131096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:51:33.393Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fc06511b-8f9a-4421-b064-e83c5d147b54
2021-05-21T00:51:33.393Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc06511b-8f9a-4421-b064-e83c5d147b54 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:51:33.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "dcae-sch",
  "timestamp": 1621558123507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "clamp",
  "timestamp": 1621558128755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "clamp",
  "timestamp": 1621558128755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "clamp",
  "timestamp": 1621558128755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "clamp",
  "timestamp": 1621558128755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "aai-ml",
  "timestamp": 1621558134128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "clamp",
  "timestamp": 1621558128755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "aai-ml",
  "timestamp": 1621558134128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "clamp",
  "timestamp": 1621558128755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "aai-ml",
  "timestamp": 1621558134128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "aai-ml",
  "timestamp": 1621558134128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "aai-ml",
  "timestamp": 1621558134128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "aai-ml",
  "timestamp": 1621558134128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "aai-ml",
  "timestamp": 1621558134128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:51:33.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "aai-ml",
  "timestamp": 1621558134128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:51:33.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:51:33.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "clamp",
  "timestamp": 1621558142677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:51:33.404Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "aai-ml",
  "timestamp": 1621558142932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:51:33.404Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "clamp",
  "timestamp": 1621558145682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:51:33.405Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "clamp",
  "timestamp": 1621558146686,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:51:33.410Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fc06511b-8f9a-4421-b064-e83c5d147b54
2021-05-21T00:51:33.410Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc06511b-8f9a-4421-b064-e83c5d147b54 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:51:33.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "aai-ml",
  "timestamp": 1621558152108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:51:33.418Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:51:33.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:51:33.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "aai-ml",
  "timestamp": 1621558153111,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:51:33.423Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fc06511b-8f9a-4421-b064-e83c5d147b54
2021-05-21T00:51:33.423Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc06511b-8f9a-4421-b064-e83c5d147b54 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:51:44.660Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4d699e5-c15a-4dc7-9c1c-fd0373f62302
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:51:44.669Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4d699e5-c15a-4dc7-9c1c-fd0373f62302
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:51:44.671Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:51:44.671Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-21T00:51:44.671Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-21T00:51:44.672Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-21T00:51:44.672Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:51:44.672Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:51:44.672Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:51:44.672Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:51:44.672Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:51:44.672Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:51:44.672Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:51:44.672Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:51:44.676Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-21T00:52:14.676Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4d699e5-c15a-4dc7-9c1c-fd0373f62302 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-21T00:52:14.682Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4d699e5-c15a-4dc7-9c1c-fd0373f62302 and serviceModelVersionId: 8ea57f5a-a8dc-46e2-9490-dcd9075aceda
2021-05-21T00:52:14.682Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 252f8881-2107-4ee3-8a80-039c09d0078f
2021-05-21T00:52:14.682Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/252f8881-2107-4ee3-8a80-039c09d0078f/model-vers/model-ver/8ea57f5a-a8dc-46e2-9490-dcd9075aceda?depth=0
2021-05-21T00:52:14.686Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-05-21T00:52:14.725Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/252f8881-2107-4ee3-8a80-039c09d0078f/model-vers/model-ver/8ea57f5a-a8dc-46e2-9490-dcd9075aceda?depth=0|INFO|500||Invoke
2021-05-21T00:52:14.726Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/252f8881-2107-4ee3-8a80-039c09d0078f/model-vers/model-ver/8ea57f5a-a8dc-46e2-9490-dcd9075aceda?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/252f8881-2107-4ee3-8a80-039c09d0078f/model-vers/model-ver/8ea57f5a-a8dc-46e2-9490-dcd9075aceda?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4d699e5-c15a-4dc7-9c1c-fd0373f62302], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cba81800-0156-491e-b3bd-6f0f87dffbe3], X-ECOMP-RequestID=[d4d699e5-c15a-4dc7-9c1c-fd0373f62302], X-TransactionId=[], X-ONAP-RequestID=[d4d699e5-c15a-4dc7-9c1c-fd0373f62302], Content-Type=[application/merge-patch+json]}
2021-05-21T00:52:14.739Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/252f8881-2107-4ee3-8a80-039c09d0078f/model-vers/model-ver/8ea57f5a-a8dc-46e2-9490-dcd9075aceda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-21T00:52:15.112Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/252f8881-2107-4ee3-8a80-039c09d0078f/model-vers/model-ver/8ea57f5a-a8dc-46e2-9490-dcd9075aceda?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/252f8881-2107-4ee3-8a80-039c09d0078f/model-vers/model-ver/8ea57f5a-a8dc-46e2-9490-dcd9075aceda?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210521-00:52:14:742-43767], vertex-id=[430232], Content-Length=[0], Date=[Fri, 21 May 2021 00:52:14 GMT], Content-Type=[application/json]}
2021-05-21T00:52:15.112Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/252f8881-2107-4ee3-8a80-039c09d0078f/model-vers/model-ver/8ea57f5a-a8dc-46e2-9490-dcd9075aceda?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-21T00:52:15.113Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/252f8881-2107-4ee3-8a80-039c09d0078f/model-vers/model-ver/8ea57f5a-a8dc-46e2-9490-dcd9075aceda?depth=0|INFO|500||InvokeReturn
2021-05-21T00:52:15.113Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-21T00:52:15.113Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:52:15.118Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-21T00:52:15.118Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4d699e5-c15a-4dc7-9c1c-fd0373f62302 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-21T00:52:15.118Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-21T00:52:15.118Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:52:15.120Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:52:15.120Z|d4d699e5-c15a-4dc7-9c1c-fd0373f62302|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558335118,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:52:15.220Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:52:15.220Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:52:15.221Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:52:15.233Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:52:15.233Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-21T00:52:16.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:52:16.132Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:52:16.133Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:52:20.407Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:52:20.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-21T00:52:20.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"fc06511b-8f9a-4421-b064-e83c5d147b54","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"9499194c-b00d-4f71-aadf-dbadf5464a55","serviceDescription":"service","serviceInvariantUUID":"08a365f7-9a6c-487a-a3eb-bd773961ba47","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"be314723-68c0-48be-ba16-6dcc20b49c34","resourceInvariantUUID":"cb32b0a8-837b-416a-bd58-22c0a8c7c138","resourceCustomizationUUID":"22f684d7-cdaa-4cda-9ec0-e64e11e952f2","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":"MDAxNDk0MDYzN2RkOTQxOWJlMDU3MTMxODZlMTY1NzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bbe600be-9266-4fa6-a8cd-51097dec3330","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":"OGExOWNlMDgxMDg1ODhlYmZlNDhjNmRiYTY2MTMzZDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"755675fb-c714-42c4-b92d-a97685d54c8a","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":"3b5a64dc-b336-4ee2-a1be-8e34d897fa10","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":"95c56874-ac5a-47f4-91b4-c07d1885bd13","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":"8ebcce93-b81b-4d2f-8dec-f0f3b879544d","artifactVersion":"2","generatedFromUUID":"3b5a64dc-b336-4ee2-a1be-8e34d897fa10"},{"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":"YzgxY2M5ZTY0NzNkMjM0NmI3YmE5YTI1MzkxOTc0NjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1e02ab09-2bb5-4c2a-8a1f-131ed91a9c56","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":"YzgxMzAwMTVlMDJlMWM0NGYwMjVjZmI1MTRiNDc3MjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22fb84a0-57f2-40ce-bc9b-3539c72b3174","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MjNmZGIyZmVkYzlhODllZmYyOTcyNWVlZDc0MmU2ZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1cb6229b-2fbb-46c6-aaf6-f35881c2509e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-21T00:52:20.409Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:52:20.409Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:52:20.411Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:52:20.411Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:52:20.511Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:52:20.512Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:52:20.512Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:52:20.521Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:52:20.522Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:52:21.411Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:52:21.412Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:52:21.413Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:52:21.413Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:52:21.514Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-21T00:52:21.514Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:52:21.515Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:52:21.525Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:52:21.526Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:52:22.414Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:52:22.414Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:52:22.415Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:52:22.415Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:52:22.516Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:52:22.516Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:52:22.517Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:52:22.526Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:52:22.526Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:52:23.416Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:52:23.416Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:52:23.418Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:52:23.418Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:52:23.518Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:52:23.519Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:52:23.519Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:52:23.528Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:52:23.528Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:52:24.418Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:52:24.419Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:52:24.420Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:52:24.420Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-21T00:52:24.520Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:52:24.521Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:52:24.521Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:52:24.531Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:52:24.532Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:52:25.421Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:52:25.421Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:52:25.423Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:52:25.423Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:52:25.523Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:52:25.525Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:52:25.525Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:52:25.534Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:52:25.534Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:52:26.423Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:52:26.424Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:52:26.425Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:52:26.425Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:52:26.525Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:52:26.526Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:52:26.526Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:52:26.536Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:52:26.536Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:52:27.426Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:52:27.426Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:52:27.428Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:52:27.428Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:52:27.528Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:52:27.529Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:52:27.529Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:52:27.540Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:52:27.545Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:52:28.429Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9499194c-b00d-4f71-aadf-dbadf5464a55",
  "serviceDescription": "service",
  "serviceInvariantUUID": "08a365f7-9a6c-487a-a3eb-bd773961ba47",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "22f684d7-cdaa-4cda-9ec0-e64e11e952f2",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "be314723-68c0-48be-ba16-6dcc20b49c34",
      "resourceInvariantUUID": "cb32b0a8-837b-416a-bd58-22c0a8c7c138",
      "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": "OGExOWNlMDgxMDg1ODhlYmZlNDhjNmRiYTY2MTMzZDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "755675fb-c714-42c4-b92d-a97685d54c8a",
          "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": "3b5a64dc-b336-4ee2-a1be-8e34d897fa10",
          "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": "8ebcce93-b81b-4d2f-8dec-f0f3b879544d",
            "generatedFromUUID": "3b5a64dc-b336-4ee2-a1be-8e34d897fa10"
          },
          "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": "8ebcce93-b81b-4d2f-8dec-f0f3b879544d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MjNmZGIyZmVkYzlhODllZmYyOTcyNWVlZDc0MmU2ZDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1cb6229b-2fbb-46c6-aaf6-f35881c2509e"
    }
  ],
  "workloadContext": "Production"
}
2021-05-21T00:52:28.429Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-21T00:52:28.429Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9499194c-b00d-4f71-aadf-dbadf5464a55 ASDC
2021-05-21T00:52:28.430Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fc06511b-8f9a-4421-b064-e83c5d147b54
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:9499194c-b00d-4f71-aadf-dbadf5464a55
ServiceInvariantUUID:08a365f7-9a6c-487a-a3eb-bd773961ba47
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:1cb6229b-2fbb-46c6-aaf6-f35881c2509e
ArtifactChecksum:MjNmZGIyZmVkYzlhODllZmYyOTcyNWVlZDc0MmU2ZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:22f684d7-cdaa-4cda-9ec0-e64e11e952f2
ResourceInvariantUUID:cb32b0a8-837b-416a-bd58-22c0a8c7c138
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:be314723-68c0-48be-ba16-6dcc20b49c34
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:755675fb-c714-42c4-b92d-a97685d54c8a
ArtifactChecksum:OGExOWNlMDgxMDg1ODhlYmZlNDhjNmRiYTY2MTMzZDk=
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:3b5a64dc-b336-4ee2-a1be-8e34d897fa10
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:8ebcce93-b81b-4d2f-8dec-f0f3b879544d
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:8ebcce93-b81b-4d2f-8dec-f0f3b879544d
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-21T00:52:28.430Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9499194c-b00d-4f71-aadf-dbadf5464a55 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-21T00:52:28.457Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:52:28.458Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-21T00:52:28.458Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-21T00:52:28.458Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1cb6229b-2fbb-46c6-aaf6-f35881c2509e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-21T00:52:28.458Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-21T00:52:28.459Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-21T00:52:30.808Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-21T00:52:30.812Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 1cb6229b-2fbb-46c6-aaf6-f35881c2509e 82050
2021-05-21T00:52:30.812Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-05-21T00:52:30.812Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-21T00:52:30.812Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:52:30.812Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:52:30.814Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:52:30.814Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558350812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:52:30.914Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:52:30.915Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:52:30.915Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:52:30.925Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:52:30.926Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:52:31.814Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:52:31.815Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-21T00:52:31.815Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1cb6229b-2fbb-46c6-aaf6-f35881c2509e, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-21T00:52:31.816Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-05-21T00:52:31.816Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-21T00:52:31.816Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-21T00:52:31.914Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6872861247042686834/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-05-21T00:52:32.791Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-21T00:52:32.791Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-21T00:52:32.791Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-21T00:52:32.791Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-21T00:52:32.791Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-21T00:52:32.791Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-21T00:52:32.791Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-21T00:52:32.791Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-21T00:52:32.791Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-21T00:52:32.791Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-21T00:52:32.791Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-21T00:52:32.791Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-21T00:52:32.791Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-21T00:52:32.791Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-21T00:52:32.792Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-21T00:52:32.792Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:32.792Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:52:32.792Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-21T00:52:32.792Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-21T00:52:32.792Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:52:32.792Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:32.792Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:52:32.792Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-21T00:52:32.792Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-21T00:52:32.793Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:52:32.793Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:32.793Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:52:32.793Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:32.793Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-21T00:52:32.793Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-21T00:52:32.793Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-05-21T00:52:32.793Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-05-21T00:52:32.793Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-05-21T00:52:32.793Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-21T00:52:32.793Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:32.793Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-21T00:52:32.794Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:32.794Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-21T00:52:32.794Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:52:32.794Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:32.794Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-21T00:52:32.794Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:52:32.794Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:32.794Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-21T00:52:32.794Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:52:32.794Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:32.794Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-21T00:52:32.795Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-21T00:52:32.795Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-21T00:52:32.795Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cdabd18f-ecd3-44cf-8e2c-cf3542148bd5
2021-05-21T00:52:32.795Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:32.795Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:52:32.795Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:32.795Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:52:32.795Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:32.795Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:52:32.795Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:32.795Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:52:32.795Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:9499194c-b00d-4f71-aadf-dbadf5464a55
Model Version:NULL
Model InvariantUuid:08a365f7-9a6c-487a-a3eb-bd773961ba47
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:e84a9614-a708-4a16-b7ed-e5400c0b07ac
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cb32b0a8-837b-416a-bd58-22c0a8c7c138
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:22f684d7-cdaa-4cda-9ec0-e64e11e952f2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:167f9232-4e4f-410f-b6e2-cb98df70f3f6
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:8382002a-494e-4c8d-adad-d8eae4cb7e0b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdabd18f-ecd3-44cf-8e2c-cf3542148bd5
ModelInvariantUuid:bbfaf3d6-b960-4989-b053-a8271b9d353c
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:a62db3db-1773-40c1-8270-de57a2e9bbb0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:5c5078a4-4f89-4395-9a75-a793edee20d5
ModelInvariantUuid:286adaa9-ed94-4b7f-8bdd-bd079df5fdc4
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:1a715aa6-f871-4974-b3be-d40bc2c9d009
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-21T00:52:32.800Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: be314723-68c0-48be-ba16-6dcc20b49c34
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:52:32.801Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2021-05-21T00:52:32.802Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: be314723-68c0-48be-ba16-6dcc20b49c34
2021-05-21T00:52:32.802Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 755675fb-c714-42c4-b92d-a97685d54c8a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-05-21T00:52:32.802Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-21T00:52:32.802Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-05-21T00:52:33.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:52:33.255Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:52:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:52:33.273Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:52:33.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:52:33.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6ae9a72-2d92-4f23-80f5-f6b0343f1ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558221848,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:52:33.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:52:33.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:52:33.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:52:33.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:52:33.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:52:33.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:52:33.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:52:33.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:52:33.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:52:33.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:52:33.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:52:33.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:52:33.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:52:33.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:52:33.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:52:33.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:52:33.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:52:33.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-21T00:52:33.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:52:33.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:52:33.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:52:33.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:52:33.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:52:33.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558113252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:52:33.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:52:33.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:52:33.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558232130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:52:33.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:52:34.228Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-21T00:52:34.229Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 755675fb-c714-42c4-b92d-a97685d54c8a 792
2021-05-21T00:52:34.229Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-05-21T00:52:34.229Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-05-21T00:52:34.229Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:52:34.229Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:52:34.231Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:52:34.231Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558354229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:52:34.331Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:52:34.332Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:52:34.332Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:52:34.342Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:52:34.342Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:52:35.232Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "167f9232-4e4f-410f-b6e2-cb98df70f3f6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8382002a-494e-4c8d-adad-d8eae4cb7e0b",
    "vfModuleModelCustomizationUUID": "af0a8f14-8bf0-444e-b447-b3a8b5c82a92",
    "isBase": true,
    "artifacts": [
      "3b5a64dc-b336-4ee2-a1be-8e34d897fa10",
      "8ebcce93-b81b-4d2f-8dec-f0f3b879544d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-21T00:52:35.234Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8382002a-494e-4c8d-adad-d8eae4cb7e0b
VfModuleModelInvariantUUID:167f9232-4e4f-410f-b6e2-cb98df70f3f6
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b5a64dc-b336-4ee2-a1be-8e34d897fa10
,
8ebcce93-b81b-4d2f-8dec-f0f3b879544d

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

isBase:true


}

2021-05-21T00:52:35.235Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "167f9232-4e4f-410f-b6e2-cb98df70f3f6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8382002a-494e-4c8d-adad-d8eae4cb7e0b",
    "vfModuleModelCustomizationUUID": "af0a8f14-8bf0-444e-b447-b3a8b5c82a92",
    "isBase": true,
    "artifacts": [
      "3b5a64dc-b336-4ee2-a1be-8e34d897fa10",
      "8ebcce93-b81b-4d2f-8dec-f0f3b879544d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-21T00:52:35.235Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8382002a-494e-4c8d-adad-d8eae4cb7e0b
VfModuleModelInvariantUUID:167f9232-4e4f-410f-b6e2-cb98df70f3f6
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b5a64dc-b336-4ee2-a1be-8e34d897fa10
,
8ebcce93-b81b-4d2f-8dec-f0f3b879544d

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

isBase:true


}

2021-05-21T00:52:35.236Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3b5a64dc-b336-4ee2-a1be-8e34d897fa10 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-05-21T00:52:35.236Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-21T00:52:35.236Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-05-21T00:52:36.112Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-21T00:52:36.112Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 3b5a64dc-b336-4ee2-a1be-8e34d897fa10 5033
2021-05-21T00:52:36.113Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-05-21T00:52:36.113Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-05-21T00:52:36.113Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:52:36.113Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:52:36.114Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:52:36.114Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558356112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:52:36.214Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:52:36.215Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:52:36.215Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:52:36.225Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:52:36.225Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:52:37.115Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8ebcce93-b81b-4d2f-8dec-f0f3b879544d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-05-21T00:52:37.115Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-21T00:52:37.115Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-05-21T00:52:38.129Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-21T00:52:38.130Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 8ebcce93-b81b-4d2f-8dec-f0f3b879544d 903
2021-05-21T00:52:38.130Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-05-21T00:52:38.130Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-05-21T00:52:38.130Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:52:38.130Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:52:38.131Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:52:38.131Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558358130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:52:38.232Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:52:38.233Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:52:38.233Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:52:38.241Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:52:38.242Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:52:39.132Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9499194c-b00d-4f71-aadf-dbadf5464a55
2021-05-21T00:52:39.132Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 be314723-68c0-48be-ba16-6dcc20b49c34 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:52:39.142Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:39.142Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:52:39.143Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-05-21T00:52:39.143Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 22f684d7-cdaa-4cda-9ec0-e64e11e952f2
2021-05-21T00:52:39.143Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 22f684d7-cdaa-4cda-9ec0-e64e11e952f2 matches Tosca VF Customization UUID: 22f684d7-cdaa-4cda-9ec0-e64e11e952f2
2021-05-21T00:52:39.143Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 22f684d7-cdaa-4cda-9ec0-e64e11e952f2  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-21T00:52:39.145Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:39.145Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:52:39.145Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 22f684d7-cdaa-4cda-9ec0-e64e11e952f2: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-05-21T00:52:39.145Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@13bbce40
2021-05-21T00:52:39.146Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:39.146Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-21T00:52:39.146Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : af0a8f14-8bf0-444e-b447-b3a8b5c82a92
2021-05-21T00:52:39.146Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID af0a8f14-8bf0-444e-b447-b3a8b5c82a92
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-21T00:52:39.148Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:39.148Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-21T00:52:39.148Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:52:39.148Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:39.148Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-21T00:52:39.148Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:52:39.148Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:39.148Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-21T00:52:39.149Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-21T00:52:39.149Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-21T00:52:39.149Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cdabd18f-ecd3-44cf-8e2c-cf3542148bd5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-21T00:52:39.151Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:39.151Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-21T00:52:39.151Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:52:39.151Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:39.151Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-21T00:52:39.151Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=22f684d7-cdaa-4cda-9ec0-e64e11e952f2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:52:39.153Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:39.153Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:52:39.153Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9499194c-b00d-4f71-aadf-dbadf5464a55: basic_vm_macro
2021-05-21T00:52:39.153Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:39.153Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:52:39.153Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:39.153Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:52:39.153Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:39.153Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:52:39.153Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:39.154Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:52:39.154Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:52:39.154Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:52:39.154Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:52:39.211Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro be314723-68c0-48be-ba16-6dcc20b49c34 1 ASDC deployResourceStructure
2021-05-21T00:52:39.211Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-05-21T00:52:39.211Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-05-21T00:52:39.211Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:52:39.211Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:52:39.212Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:52:39.213Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558359211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:52:39.313Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:52:39.313Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:52:39.313Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:52:39.325Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:52:39.325Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:52:40.213Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-05-21T00:52:40.213Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-05-21T00:52:40.214Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:52:40.214Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:52:40.215Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:52:40.215Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558360213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-21T00:52:40.315Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:52:40.316Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:52:40.316Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:52:40.327Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:52:40.329Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:52:41.216Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-05-21T00:52:41.216Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-05-21T00:52:41.216Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:52:41.216Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:52:41.218Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:52:41.218Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558361216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-21T00:52:41.318Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:52:41.319Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:52:41.319Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:52:41.330Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:52:41.330Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:52:42.219Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-05-21T00:52:42.219Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-21T00:52:42.219Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:52:42.219Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:52:42.220Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:52:42.220Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558362218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:52:42.321Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-21T00:52:42.321Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:52:42.321Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:52:42.332Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:52:42.332Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:52:43.221Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc06511b-8f9a-4421-b064-e83c5d147b54
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:52:43.231Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc06511b-8f9a-4421-b064-e83c5d147b54
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:52:43.233Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:52:43.233Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-21T00:52:43.233Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-21T00:52:43.233Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-21T00:52:43.233Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:52:43.233Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:52:43.233Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:52:43.233Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:52:43.233Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:52:43.233Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:52:43.233Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:52:43.238Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-21T00:53:13.238Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fc06511b-8f9a-4421-b064-e83c5d147b54 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-21T00:53:13.244Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fc06511b-8f9a-4421-b064-e83c5d147b54 and serviceModelVersionId: 9499194c-b00d-4f71-aadf-dbadf5464a55
2021-05-21T00:53:13.244Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08a365f7-9a6c-487a-a3eb-bd773961ba47
2021-05-21T00:53:13.244Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08a365f7-9a6c-487a-a3eb-bd773961ba47/model-vers/model-ver/9499194c-b00d-4f71-aadf-dbadf5464a55?depth=0
2021-05-21T00:53:13.248Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-05-21T00:53:13.272Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/08a365f7-9a6c-487a-a3eb-bd773961ba47/model-vers/model-ver/9499194c-b00d-4f71-aadf-dbadf5464a55?depth=0|INFO|500||Invoke
2021-05-21T00:53:13.273Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/08a365f7-9a6c-487a-a3eb-bd773961ba47/model-vers/model-ver/9499194c-b00d-4f71-aadf-dbadf5464a55?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/08a365f7-9a6c-487a-a3eb-bd773961ba47/model-vers/model-ver/9499194c-b00d-4f71-aadf-dbadf5464a55?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fc06511b-8f9a-4421-b064-e83c5d147b54], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9ff4fa5c-1bf8-41cf-a73c-57405d3364f5], X-ECOMP-RequestID=[fc06511b-8f9a-4421-b064-e83c5d147b54], X-TransactionId=[], X-ONAP-RequestID=[fc06511b-8f9a-4421-b064-e83c5d147b54], Content-Type=[application/merge-patch+json]}
2021-05-21T00:53:13.289Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/08a365f7-9a6c-487a-a3eb-bd773961ba47/model-vers/model-ver/9499194c-b00d-4f71-aadf-dbadf5464a55?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-21T00:53:13.510Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/08a365f7-9a6c-487a-a3eb-bd773961ba47/model-vers/model-ver/9499194c-b00d-4f71-aadf-dbadf5464a55?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/08a365f7-9a6c-487a-a3eb-bd773961ba47/model-vers/model-ver/9499194c-b00d-4f71-aadf-dbadf5464a55?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210521-00:53:13:290-77600], vertex-id=[200784], Content-Length=[0], Date=[Fri, 21 May 2021 00:53:13 GMT], Content-Type=[application/json]}
2021-05-21T00:53:13.510Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/08a365f7-9a6c-487a-a3eb-bd773961ba47/model-vers/model-ver/9499194c-b00d-4f71-aadf-dbadf5464a55?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-21T00:53:13.511Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/08a365f7-9a6c-487a-a3eb-bd773961ba47/model-vers/model-ver/9499194c-b00d-4f71-aadf-dbadf5464a55?depth=0|INFO|500||InvokeReturn
2021-05-21T00:53:13.511Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-21T00:53:13.511Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:53:13.516Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-21T00:53:13.516Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fc06511b-8f9a-4421-b064-e83c5d147b54 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-21T00:53:13.516Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-21T00:53:13.516Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:13.518Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:13.518Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558393516,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:53:13.618Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:53:13.619Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:13.619Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:13.633Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:13.634Z||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-05-21T00:53:14.530Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-21T00:53:14.530Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"02df7531-d7e0-4918-b782-a5af10088a57","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"dbe14b3a-1f3a-4ff6-a3f1-85b302b8c8ad","serviceDescription":"service","serviceInvariantUUID":"f0ebd551-7107-478a-922b-a52d6498476c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8d74f124-abf1-4729-a366-92e13a6d0fd8","resourceInvariantUUID":"4410e88e-d3da-4e10-bb90-f4c68267645f","resourceCustomizationUUID":"fb2cdb81-7c35-4d46-a3a4-89f2b020f529","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":"NzhjMGVhY2E3MWZhNTJhOGYyZmZkZTI5MTYxMWRjZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5be31f1b-1632-43f2-beda-4c9ad5fd2b27","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":"6d4a53c1-7397-4bb8-bdb1-a7886b22743e","artifactVersion":"2","generatedFromUUID":"1c5eef71-3174-414e-ad88-29d8623d5e2e"},{"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":"1c5eef71-3174-414e-ad88-29d8623d5e2e","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":"YWMxMTA2YWZkNWFiNzBmMGI3YzQzYTNkYjYyY2JmMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"50d24a4b-f5d2-48ca-818c-dbc4e879393d","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":"52d43af7-3f72-4b61-915c-b5f16a54ca83","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":"5d0c741f-3808-4518-a561-88957662e2d8","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":"980bceab-0425-4872-907f-f6f8b0ef3a18","artifactVersion":"2","generatedFromUUID":"52d43af7-3f72-4b61-915c-b5f16a54ca83"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MzEwNzBhNWQzNjIxZjA1ODllZWZkYWUxZTkwYTIwZjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79e5d965-5c2b-4d01-8513-eae91cb0e0dc","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODVjNDI2OTZhNmQ5ZWQ0ZDk2NzY0NTZkNmZmZDExZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a75387d6-fcef-4386-b417-a51aac794d45","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-21T00:53:14.531Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:53:14.531Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:14.532Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:14.533Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:53:14.633Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:53:14.633Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:14.634Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:14.643Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:14.643Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:53:15.533Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:53:15.534Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:15.535Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:15.536Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-21T00:53:15.636Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:53:15.636Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:15.636Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:15.646Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:15.647Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:53:16.536Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:53:16.537Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:16.538Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:16.538Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-21T00:53:16.639Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:53:16.639Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:16.639Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:16.649Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:16.650Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:53:17.542Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:53:17.542Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:17.544Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:17.545Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:53:17.645Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:53:17.645Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:17.646Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:17.656Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:17.656Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:53:18.545Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:53:18.546Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:18.547Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:18.547Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:53:18.647Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:53:18.648Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:18.648Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:18.658Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:18.658Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:53:19.548Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:53:19.548Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:19.550Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:19.550Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:53:19.650Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:53:19.651Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:19.651Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:19.661Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:19.661Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:53:20.551Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:53:20.551Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:20.553Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:20.553Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-21T00:53:20.653Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:53:20.654Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:20.654Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:20.664Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:20.665Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:53:21.554Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:53:21.554Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:21.556Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:21.556Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:53:21.656Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:53:21.657Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:21.657Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:21.668Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:21.668Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:53:22.556Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:53:22.557Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:22.558Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:22.558Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:53:22.659Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-21T00:53:22.659Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:22.659Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:22.671Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:22.671Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:53:23.559Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "dbe14b3a-1f3a-4ff6-a3f1-85b302b8c8ad",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f0ebd551-7107-478a-922b-a52d6498476c",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "fb2cdb81-7c35-4d46-a3a4-89f2b020f529",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8d74f124-abf1-4729-a366-92e13a6d0fd8",
      "resourceInvariantUUID": "4410e88e-d3da-4e10-bb90-f4c68267645f",
      "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": "6d4a53c1-7397-4bb8-bdb1-a7886b22743e",
          "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": "1c5eef71-3174-414e-ad88-29d8623d5e2e",
          "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": "YWMxMTA2YWZkNWFiNzBmMGI3YzQzYTNkYjYyY2JmMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "50d24a4b-f5d2-48ca-818c-dbc4e879393d",
          "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": "52d43af7-3f72-4b61-915c-b5f16a54ca83",
          "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": "980bceab-0425-4872-907f-f6f8b0ef3a18",
            "generatedFromUUID": "52d43af7-3f72-4b61-915c-b5f16a54ca83"
          },
          "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": "980bceab-0425-4872-907f-f6f8b0ef3a18",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ODVjNDI2OTZhNmQ5ZWQ0ZDk2NzY0NTZkNmZmZDExZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a75387d6-fcef-4386-b417-a51aac794d45"
    }
  ],
  "workloadContext": "Production"
}
2021-05-21T00:53:23.559Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-21T00:53:23.560Z|fc06511b-8f9a-4421-b064-e83c5d147b54|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 dbe14b3a-1f3a-4ff6-a3f1-85b302b8c8ad ASDC
2021-05-21T00:53:23.560Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:02df7531-d7e0-4918-b782-a5af10088a57
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:dbe14b3a-1f3a-4ff6-a3f1-85b302b8c8ad
ServiceInvariantUUID:f0ebd551-7107-478a-922b-a52d6498476c
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:a75387d6-fcef-4386-b417-a51aac794d45
ArtifactChecksum:ODVjNDI2OTZhNmQ5ZWQ0ZDk2NzY0NTZkNmZmZDExZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:fb2cdb81-7c35-4d46-a3a4-89f2b020f529
ResourceInvariantUUID:4410e88e-d3da-4e10-bb90-f4c68267645f
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:8d74f124-abf1-4729-a366-92e13a6d0fd8
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:6d4a53c1-7397-4bb8-bdb1-a7886b22743e
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:1c5eef71-3174-414e-ad88-29d8623d5e2e
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:50d24a4b-f5d2-48ca-818c-dbc4e879393d
ArtifactChecksum:YWMxMTA2YWZkNWFiNzBmMGI3YzQzYTNkYjYyY2JmMmE=
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:52d43af7-3f72-4b61-915c-b5f16a54ca83
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:980bceab-0425-4872-907f-f6f8b0ef3a18
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:980bceab-0425-4872-907f-f6f8b0ef3a18
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-21T00:53:23.560Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dbe14b3a-1f3a-4ff6-a3f1-85b302b8c8ad ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:53:23.591Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:53:23.591Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-21T00:53:23.591Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-21T00:53:23.592Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a75387d6-fcef-4386-b417-a51aac794d45 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-21T00:53:23.592Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-21T00:53:23.592Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-21T00:53:23.762Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-21T00:53:23.764Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar a75387d6-fcef-4386-b417-a51aac794d45 71164
2021-05-21T00:53:23.765Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-05-21T00:53:23.765Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-21T00:53:23.765Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:53:23.765Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:23.766Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:23.766Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558403765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:53:23.867Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-21T00:53:23.867Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:23.867Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:23.878Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:23.878Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:53:24.767Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:53:24.768Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-21T00:53:24.768Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a75387d6-fcef-4386-b417-a51aac794d45, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-21T00:53:24.768Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-05-21T00:53:24.769Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-21T00:53:24.769Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-21T00:53:24.849Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10045482886525777082/Definitions/service-BasicCnf-template.yml
2021-05-21T00:53:25.636Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-21T00:53:25.637Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-21T00:53:25.637Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-21T00:53:25.637Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-05-21T00:53:25.637Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-21T00:53:25.637Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-21T00:53:25.637Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-21T00:53:25.637Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-21T00:53:25.638Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-21T00:53:25.638Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-21T00:53:25.638Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:25.638Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:53:25.638Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-21T00:53:25.638Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-21T00:53:25.638Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:53:25.639Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:25.639Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:53:25.639Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-21T00:53:25.639Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-21T00:53:25.639Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:53:25.640Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:25.640Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:53:25.640Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:25.640Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-21T00:53:25.640Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-05-21T00:53:25.640Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2021-05-21T00:53:25.641Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-21T00:53:25.641Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:25.641Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-21T00:53:25.641Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:25.641Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-21T00:53:25.641Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:53:25.642Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:25.642Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-21T00:53:25.642Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:53:25.642Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:25.642Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-21T00:53:25.642Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:53:25.643Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:25.643Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-21T00:53:25.643Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-05-21T00:53:25.643Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b653b49e-b7a7-41cb-ae38-767cd103aa9f
2021-05-21T00:53:25.643Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:25.644Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:53:25.644Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:25.644Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:53:25.644Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:25.644Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:53:25.644Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:25.645Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:53:25.645Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:dbe14b3a-1f3a-4ff6-a3f1-85b302b8c8ad
Model Version:NULL
Model InvariantUuid:f0ebd551-7107-478a-922b-a52d6498476c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:21d36862-7d3f-472e-a2b6-f3a0e9ac7fd3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4410e88e-d3da-4e10-bb90-f4c68267645f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fb2cdb81-7c35-4d46-a3a4-89f2b020f529
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:00a4feae-16b0-42a8-916a-a8472f57c75c
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:bd4bd49d-86e6-440f-aee1-d2514a2fa399
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b653b49e-b7a7-41cb-ae38-767cd103aa9f
ModelInvariantUuid:c283bb13-dcb8-448e-afca-418d8ddafced
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:ab42e395-d7f9-4590-8332-00a4c9b02e17
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:e5f13afc-7b0e-4744-ae31-ba3001431421
ModelInvariantUuid:455a4f12-7da3-47a1-813d-d581b9c43ece
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ad4f6c63-6888-4c21-a8a1-8d2b2e756494
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-21T00:53:25.650Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 8d74f124-abf1-4729-a366-92e13a6d0fd8
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:53:25.652Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||basic_cnf 0
2021-05-21T00:53:25.652Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8d74f124-abf1-4729-a366-92e13a6d0fd8
2021-05-21T00:53:25.652Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6d4a53c1-7397-4bb8-bdb1-a7886b22743e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-05-21T00:53:25.652Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-21T00:53:25.652Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-05-21T00:53:25.953Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-21T00:53:25.953Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 6d4a53c1-7397-4bb8-bdb1-a7886b22743e 12
2021-05-21T00:53:25.953Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-05-21T00:53:25.953Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-05-21T00:53:25.953Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:53:25.953Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:25.955Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:25.955Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558405953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:53:26.055Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:53:26.056Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:26.056Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:26.067Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:26.067Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:53:26.955Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1c5eef71-3174-414e-ad88-29d8623d5e2e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-05-21T00:53:26.956Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-21T00:53:26.956Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-05-21T00:53:27.927Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-21T00:53:27.927Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 1c5eef71-3174-414e-ad88-29d8623d5e2e 2688
2021-05-21T00:53:27.927Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-05-21T00:53:27.927Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-05-21T00:53:27.927Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:53:27.927Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:27.929Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:27.929Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558407927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:53:28.029Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:53:28.030Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:28.030Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:28.044Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:28.044Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:53:28.930Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 50d24a4b-f5d2-48ca-818c-dbc4e879393d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-21T00:53:28.930Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-21T00:53:28.931Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-21T00:53:30.135Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-21T00:53:30.135Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 50d24a4b-f5d2-48ca-818c-dbc4e879393d 828
2021-05-21T00:53:30.135Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-05-21T00:53:30.135Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-21T00:53:30.135Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:53:30.135Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:30.137Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:30.137Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558410135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:53:30.237Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:53:30.238Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:30.238Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:30.248Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:30.248Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:53:31.137Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "00a4feae-16b0-42a8-916a-a8472f57c75c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bd4bd49d-86e6-440f-aee1-d2514a2fa399",
    "vfModuleModelCustomizationUUID": "b6753731-068d-48f6-b48f-cdf59f9f03d9",
    "isBase": true,
    "artifacts": [
      "1c5eef71-3174-414e-ad88-29d8623d5e2e",
      "52d43af7-3f72-4b61-915c-b5f16a54ca83",
      "980bceab-0425-4872-907f-f6f8b0ef3a18"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-21T00:53:31.140Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd4bd49d-86e6-440f-aee1-d2514a2fa399
VfModuleModelInvariantUUID:00a4feae-16b0-42a8-916a-a8472f57c75c
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c5eef71-3174-414e-ad88-29d8623d5e2e
,
52d43af7-3f72-4b61-915c-b5f16a54ca83
,
980bceab-0425-4872-907f-f6f8b0ef3a18

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

isBase:true


}

2021-05-21T00:53:31.142Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "00a4feae-16b0-42a8-916a-a8472f57c75c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bd4bd49d-86e6-440f-aee1-d2514a2fa399",
    "vfModuleModelCustomizationUUID": "b6753731-068d-48f6-b48f-cdf59f9f03d9",
    "isBase": true,
    "artifacts": [
      "1c5eef71-3174-414e-ad88-29d8623d5e2e",
      "52d43af7-3f72-4b61-915c-b5f16a54ca83",
      "980bceab-0425-4872-907f-f6f8b0ef3a18"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-21T00:53:31.142Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd4bd49d-86e6-440f-aee1-d2514a2fa399
VfModuleModelInvariantUUID:00a4feae-16b0-42a8-916a-a8472f57c75c
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c5eef71-3174-414e-ad88-29d8623d5e2e
,
52d43af7-3f72-4b61-915c-b5f16a54ca83
,
980bceab-0425-4872-907f-f6f8b0ef3a18

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

isBase:true


}

2021-05-21T00:53:31.142Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 52d43af7-3f72-4b61-915c-b5f16a54ca83 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-21T00:53:31.142Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-21T00:53:31.143Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-21T00:53:32.616Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-21T00:53:32.616Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 52d43af7-3f72-4b61-915c-b5f16a54ca83 1164
2021-05-21T00:53:32.616Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-05-21T00:53:32.617Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-21T00:53:32.617Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:53:32.617Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:32.619Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:32.619Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558412616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:53:32.719Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:53:32.720Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:32.720Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:32.729Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:32.730Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:53:33.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:53:33.255Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:53:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:33.272Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:33.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:53:33.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558235228,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:53:33.273Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:53:33.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:53:33.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558237526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:53:33.273Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:53:33.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:53:33.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558239540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:53:33.273Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:53:33.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:53:33.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558240628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:53:33.273Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:53:33.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:53:33.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558241631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-21T00:53:33.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:53:33.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:53:33.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558242634,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-21T00:53:33.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:53:33.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:53:33.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558243637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:53:33.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:53:33.619Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 980bceab-0425-4872-907f-f6f8b0ef3a18 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-21T00:53:33.620Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-21T00:53:33.621Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-21T00:53:34.436Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-21T00:53:34.436Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 980bceab-0425-4872-907f-f6f8b0ef3a18 200
2021-05-21T00:53:34.436Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-05-21T00:53:34.437Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-21T00:53:34.437Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:53:34.437Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:34.438Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:34.438Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558414436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:53:34.539Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:53:34.539Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:34.539Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:34.550Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:34.550Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:53:35.439Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: dbe14b3a-1f3a-4ff6-a3f1-85b302b8c8ad
2021-05-21T00:53:35.439Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 8d74f124-abf1-4729-a366-92e13a6d0fd8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-05-21T00:53:35.451Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:53:35.455Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:35.455Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:53:35.455Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-05-21T00:53:35.456Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= fb2cdb81-7c35-4d46-a3a4-89f2b020f529
2021-05-21T00:53:35.456Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fb2cdb81-7c35-4d46-a3a4-89f2b020f529 matches Tosca VF Customization UUID: fb2cdb81-7c35-4d46-a3a4-89f2b020f529
2021-05-21T00:53:35.456Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: fb2cdb81-7c35-4d46-a3a4-89f2b020f529  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-21T00:53:35.457Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:35.457Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:53:35.458Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id fb2cdb81-7c35-4d46-a3a4-89f2b020f529: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-05-21T00:53:35.458Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ae88eba
2021-05-21T00:53:35.458Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:35.458Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-21T00:53:35.458Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b6753731-068d-48f6-b48f-cdf59f9f03d9
2021-05-21T00:53:35.458Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b6753731-068d-48f6-b48f-cdf59f9f03d9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-21T00:53:35.460Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:35.460Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-21T00:53:35.460Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:53:35.460Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:35.460Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-21T00:53:35.461Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:53:35.461Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:35.461Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-21T00:53:35.461Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-05-21T00:53:35.461Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b653b49e-b7a7-41cb-ae38-767cd103aa9f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-21T00:53:35.463Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:35.463Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-21T00:53:35.463Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:53:35.463Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:35.463Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-21T00:53:35.463Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=fb2cdb81-7c35-4d46-a3a4-89f2b020f529
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:53:35.464Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:35.465Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:53:35.465Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid dbe14b3a-1f3a-4ff6-a3f1-85b302b8c8ad: basic_cnf
2021-05-21T00:53:35.465Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:35.465Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:53:35.465Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:35.465Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:53:35.465Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:35.465Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:53:35.465Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:35.465Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:53:35.465Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-21T00:53:35.466Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:53:35.466Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:53:35.518Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 8d74f124-abf1-4729-a366-92e13a6d0fd8 1 ASDC deployResourceStructure
2021-05-21T00:53:35.519Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-05-21T00:53:35.519Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-05-21T00:53:35.519Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-05-21T00:53:35.519Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:35.521Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:35.521Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558415518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-05-21T00:53:35.621Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:53:35.622Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:35.622Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:35.634Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:35.634Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:53:36.522Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-05-21T00:53:36.522Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-05-21T00:53:36.522Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-05-21T00:53:36.523Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:36.524Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:36.524Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558416521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-05-21T00:53:36.624Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:53:36.625Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:36.625Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:36.635Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:36.635Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:53:37.525Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-05-21T00:53:37.526Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-21T00:53:37.526Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:53:37.526Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:37.527Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:37.527Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558417525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:53:37.628Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-21T00:53:37.628Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:37.628Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:37.638Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:37.638Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:53:38.528Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-05-21T00:53:38.528Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-21T00:53:38.529Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:53:38.529Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:38.530Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:38.530Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558418528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-05-21T00:53:38.631Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-21T00:53:38.632Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:38.632Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:38.643Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:38.643Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:53:39.532Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-05-21T00:53:39.532Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-21T00:53:39.532Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:53:39.532Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:39.534Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:39.534Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558419532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-05-21T00:53:39.634Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:53:39.635Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:39.635Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:39.645Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:39.645Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:53:40.535Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-05-21T00:53:40.535Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-21T00:53:40.535Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:53:40.535Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:53:40.537Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:53:40.537Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558420534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:53:40.638Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:53:40.638Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:53:40.638Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:53:40.648Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:53:40.648Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:53:41.542Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02df7531-d7e0-4918-b782-a5af10088a57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:53:41.551Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02df7531-d7e0-4918-b782-a5af10088a57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:53:41.552Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:53:41.552Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-21T00:53:41.552Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-21T00:54:11.552Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02df7531-d7e0-4918-b782-a5af10088a57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:54:11.563Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02df7531-d7e0-4918-b782-a5af10088a57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:54:11.565Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:54:11.565Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-21T00:54:11.565Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-21T00:54:33.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:54:33.255Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:54:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:54:33.274Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:54:33.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558323317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "clamp",
  "timestamp": 1621558324294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "dcae-sch",
  "timestamp": 1621558323507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "clamp",
  "timestamp": 1621558324294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558323317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "dcae-sch",
  "timestamp": 1621558323507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558326492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558323317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "clamp",
  "timestamp": 1621558324294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "dcae-sch",
  "timestamp": 1621558323507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558326492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558327905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558328143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "clamp",
  "timestamp": 1621558324294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558323317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "dcae-sch",
  "timestamp": 1621558323507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558326492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558327905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558328143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "cds",
  "timestamp": 1621558329235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558323317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "clamp",
  "timestamp": 1621558324294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "dcae-sch",
  "timestamp": 1621558323507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558326492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558327905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558328143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "cds",
  "timestamp": 1621558329235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558323317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "clamp",
  "timestamp": 1621558324294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "dcae-sch",
  "timestamp": 1621558323507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558326492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558327905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558328143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "cds",
  "timestamp": 1621558329235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558323317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "clamp",
  "timestamp": 1621558324294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "dcae-sch",
  "timestamp": 1621558323507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558326492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558327905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558328143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "cds",
  "timestamp": 1621558329235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558323317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "clamp",
  "timestamp": 1621558324294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "dcae-sch",
  "timestamp": 1621558323507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558326492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558327905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558328143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "cds",
  "timestamp": 1621558329235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621558323317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "clamp",
  "timestamp": 1621558324294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "dcae-sch",
  "timestamp": 1621558323507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558326492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558333710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "policy-id",
  "timestamp": 1621558333798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558327905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558328143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "cds",
  "timestamp": 1621558329235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d699e5-c15a-4dc7-9c1c-fd0373f62302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558335118,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558326492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558333710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "policy-id",
  "timestamp": 1621558333798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558327905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558328143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "cds",
  "timestamp": 1621558329235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558333710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "policy-id",
  "timestamp": 1621558333798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558327905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558328143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "cds",
  "timestamp": 1621558329235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558333710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "policy-id",
  "timestamp": 1621558333798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "cds",
  "timestamp": 1621558329235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558337925,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:54:33.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558333710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "policy-id",
  "timestamp": 1621558333798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558338855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:54:33.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558338925,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:54:33.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558333710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "policy-id",
  "timestamp": 1621558333798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "cds",
  "timestamp": 1621558339636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:54:33.294Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558333710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "policy-id",
  "timestamp": 1621558333798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558340536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:54:33.294Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "cds",
  "timestamp": 1621558340640,
  "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-05-21T00:54:33.308Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 02df7531-d7e0-4918-b782-a5af10088a57
2021-05-21T00:54:33.308Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02df7531-d7e0-4918-b782-a5af10088a57 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:54:33.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558340842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:54:33.315Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558341025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:54:33.315Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558333710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "policy-id",
  "timestamp": 1621558333798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621558341544,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:54:33.320Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 02df7531-d7e0-4918-b782-a5af10088a57
2021-05-21T00:54:33.320Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02df7531-d7e0-4918-b782-a5af10088a57 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:54:33.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558333710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558342459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:54:33.327Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "policy-id",
  "timestamp": 1621558333798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "clamp",
  "timestamp": 1621558342703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558342726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558343907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558344033,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "policy-id",
  "timestamp": 1621558344041,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558344149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "clamp",
  "timestamp": 1621558344710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:54:33.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "aai-ml",
  "timestamp": 1621558344128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "policy-id",
  "timestamp": 1621558345045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:54:33.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558345067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:54:33.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558345157,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:54:33.333Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 02df7531-d7e0-4918-b782-a5af10088a57
2021-05-21T00:54:33.333Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02df7531-d7e0-4918-b782-a5af10088a57 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:54:33.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558345526,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:54:33.345Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 02df7531-d7e0-4918-b782-a5af10088a57
2021-05-21T00:54:33.345Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02df7531-d7e0-4918-b782-a5af10088a57 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-21T00:54:33.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "clamp",
  "timestamp": 1621558345718,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:54:33.354Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 02df7531-d7e0-4918-b782-a5af10088a57
2021-05-21T00:54:33.354Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02df7531-d7e0-4918-b782-a5af10088a57 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:54:33.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "aai-ml",
  "timestamp": 1621558344128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "policy-id",
  "timestamp": 1621558346047,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:54:33.365Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 02df7531-d7e0-4918-b782-a5af10088a57
2021-05-21T00:54:33.365Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02df7531-d7e0-4918-b782-a5af10088a57 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-21T00:54:33.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621558346161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:54:33.370Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558346231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621558346532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "aai-ml",
  "timestamp": 1621558344128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "aai-ml",
  "timestamp": 1621558344128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558348128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "aai-ml",
  "timestamp": 1621558344128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558349132,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:54:33.375Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 02df7531-d7e0-4918-b782-a5af10088a57
2021-05-21T00:54:33.375Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02df7531-d7e0-4918-b782-a5af10088a57 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-21T00:54:33.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "aai-ml",
  "timestamp": 1621558344128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621558350136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:54:33.381Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "aai-ml",
  "timestamp": 1621558344128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558350812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:54:33.381Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:54:33.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "aai-ml",
  "timestamp": 1621558344128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:54:33.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:33.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:54:33.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "aai-ml",
  "timestamp": 1621558344128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:54:33.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:54:41.565Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02df7531-d7e0-4918-b782-a5af10088a57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:54:41.574Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02df7531-d7e0-4918-b782-a5af10088a57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:54:41.576Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:54:41.576Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-21T00:54:41.576Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-21T00:55:11.576Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02df7531-d7e0-4918-b782-a5af10088a57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:55:11.585Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02df7531-d7e0-4918-b782-a5af10088a57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:55:11.587Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:55:11.587Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-21T00:55:11.587Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-21T00:55:33.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:55:33.255Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:55:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:55:33.275Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:55:33.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558354229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:55:33.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:55:33.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "aai-ml",
  "timestamp": 1621558354726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:55:33.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:55:33.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558356112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:55:33.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:55:33.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558358130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:55:33.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:55:33.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558359211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:55:33.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:55:33.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558360213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-21T00:55:33.278Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:55:33.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558361216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-21T00:55:33.278Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:55:33.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "aai-ml",
  "timestamp": 1621558361995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:55:33.278Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:55:33.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558362218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:55:33.278Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:55:33.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "aai-ml",
  "timestamp": 1621558362997,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:55:33.285Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 02df7531-d7e0-4918-b782-a5af10088a57
2021-05-21T00:55:33.285Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02df7531-d7e0-4918-b782-a5af10088a57 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:55:33.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc06511b-8f9a-4421-b064-e83c5d147b54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558393516,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:55:33.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:55:33.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:55:33.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:55:33.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-21T00:55:33.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:55:33.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-21T00:55:33.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:55:33.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-21T00:55:33.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:55:33.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-21T00:55:33.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:55:33.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:55:33.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:55:33.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558336132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558403765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558405953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558407927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558410135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:55:33.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-21T00:55:33.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558412616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:55:33.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:55:41.588Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02df7531-d7e0-4918-b782-a5af10088a57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:55:41.596Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02df7531-d7e0-4918-b782-a5af10088a57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-21T00:55:41.597Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:55:41.597Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-21T00:55:41.597Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-21T00:55:41.597Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-21T00:55:41.598Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:55:41.598Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:55:41.598Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:55:41.598Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:55:41.598Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:55:41.598Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-21T00:55:41.598Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:55:41.602Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-21T00:56:11.602Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 02df7531-d7e0-4918-b782-a5af10088a57 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-21T00:56:11.607Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 02df7531-d7e0-4918-b782-a5af10088a57 and serviceModelVersionId: dbe14b3a-1f3a-4ff6-a3f1-85b302b8c8ad
2021-05-21T00:56:11.608Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0ebd551-7107-478a-922b-a52d6498476c
2021-05-21T00:56:11.608Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0ebd551-7107-478a-922b-a52d6498476c/model-vers/model-ver/dbe14b3a-1f3a-4ff6-a3f1-85b302b8c8ad?depth=0
2021-05-21T00:56:11.612Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-05-21T00:56:11.637Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f0ebd551-7107-478a-922b-a52d6498476c/model-vers/model-ver/dbe14b3a-1f3a-4ff6-a3f1-85b302b8c8ad?depth=0|INFO|500||Invoke
2021-05-21T00:56:11.638Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f0ebd551-7107-478a-922b-a52d6498476c/model-vers/model-ver/dbe14b3a-1f3a-4ff6-a3f1-85b302b8c8ad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f0ebd551-7107-478a-922b-a52d6498476c/model-vers/model-ver/dbe14b3a-1f3a-4ff6-a3f1-85b302b8c8ad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[02df7531-d7e0-4918-b782-a5af10088a57], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[df5a7c91-ae57-4681-af24-63b19a2d1eee], X-ECOMP-RequestID=[02df7531-d7e0-4918-b782-a5af10088a57], X-TransactionId=[], X-ONAP-RequestID=[02df7531-d7e0-4918-b782-a5af10088a57], Content-Type=[application/merge-patch+json]}
2021-05-21T00:56:11.651Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f0ebd551-7107-478a-922b-a52d6498476c/model-vers/model-ver/dbe14b3a-1f3a-4ff6-a3f1-85b302b8c8ad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-21T00:56:11.829Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f0ebd551-7107-478a-922b-a52d6498476c/model-vers/model-ver/dbe14b3a-1f3a-4ff6-a3f1-85b302b8c8ad?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/f0ebd551-7107-478a-922b-a52d6498476c/model-vers/model-ver/dbe14b3a-1f3a-4ff6-a3f1-85b302b8c8ad?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210521-00:56:11:653-33159], vertex-id=[286920], Content-Length=[0], Date=[Fri, 21 May 2021 00:56:11 GMT], Content-Type=[application/json]}
2021-05-21T00:56:11.829Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f0ebd551-7107-478a-922b-a52d6498476c/model-vers/model-ver/dbe14b3a-1f3a-4ff6-a3f1-85b302b8c8ad?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-21T00:56:11.830Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f0ebd551-7107-478a-922b-a52d6498476c/model-vers/model-ver/dbe14b3a-1f3a-4ff6-a3f1-85b302b8c8ad?depth=0|INFO|500||InvokeReturn
2021-05-21T00:56:11.830Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-21T00:56:11.830Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:56:11.833Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-21T00:56:11.833Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 02df7531-d7e0-4918-b782-a5af10088a57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-21T00:56:11.833Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-21T00:56:11.833Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:56:11.834Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:56:11.834Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558571833,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:56:11.935Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:56:11.936Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:56:11.936Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:56:11.949Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:56:11.949Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-21T00:56:12.844Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:56:12.844Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:56:12.844Z|02df7531-d7e0-4918-b782-a5af10088a57|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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:56:23.056Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:56:23.056Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:56:23.056Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:56:23.057Z|02df7531-d7e0-4918-b782-a5af10088a57|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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:56:32.590Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:56:32.590Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:56:32.590Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:56:32.591Z|02df7531-d7e0-4918-b782-a5af10088a57|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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:56:33.254Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:56:33.255Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:56:33.255Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:56:33.276Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:56:33.276Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-21T00:56:33.276Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558414436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-21T00:56:33.276Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:56:33.276Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-21T00:56:33.276Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558415518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-05-21T00:56:33.277Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:56:33.277Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-21T00:56:33.277Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558416521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-05-21T00:56:33.277Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:56:33.277Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-21T00:56:33.277Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558417525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-21T00:56:33.277Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:56:33.277Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-21T00:56:33.277Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558418528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-05-21T00:56:33.277Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:56:33.277Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-21T00:56:33.277Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558419532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-05-21T00:56:33.277Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:56:33.277Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-21T00:56:33.277Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558420534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-21T00:56:33.277Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:56:42.135Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:56:42.135Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:56:42.135Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:56:42.135Z|02df7531-d7e0-4918-b782-a5af10088a57|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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:56:51.674Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:56:51.674Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:56:51.674Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:56:51.675Z|02df7531-d7e0-4918-b782-a5af10088a57|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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:57:01.211Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:57:01.212Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:57:01.212Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:57:01.212Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:57:10.755Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:57:10.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:57:10.755Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:57:10.755Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:57:20.301Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:57:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:57:33.253Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:57:33.253Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:57:33.254Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:57:33.255Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:57:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:57:33.774Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:57:33.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:57:33.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02df7531-d7e0-4918-b782-a5af10088a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621558571833,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:57:33.775Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:57:42.791Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:58:33.252Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:58:33.253Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:58:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:58:33.254Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:58:33.255Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:58:33.255Z|02df7531-d7e0-4918-b782-a5af10088a57|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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:58:42.799Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:58:42.800Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:59:33.252Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:59:33.253Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:59:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:59:33.254Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:59:33.255Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:59:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:59:42.795Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T00:59:42.797Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T01:00:33.252Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T01:00:33.253Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T01:00:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T01:00:33.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T01:00:33.254Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T01:00:33.254Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T01:00:42.794Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T01:00:42.799Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T01:01:33.252Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T01:01:33.253Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T01:01:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T01:01:33.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T01:01:33.254Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T01:01:33.254Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T01:01:42.797Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T01:01:42.798Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T01:02:33.252Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T01:02:33.253Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T01:02:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T01:02:33.254Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T01:02:33.254Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T01:02:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T01:02:42.794Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T01:02:42.795Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T01:03:33.252Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T01:03:33.253Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T01:03:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T01:03:33.254Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T01:03:33.255Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T01:03:33.255Z|02df7531-d7e0-4918-b782-a5af10088a57|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 vVHKR5cP68GmOD9u) ...
2021-05-21T01:03:42.795Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T01:03:42.800Z|02df7531-d7e0-4918-b782-a5af10088a57|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T01:04:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T01:04:33.253Z||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-05-21T01:04:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T01:04:33.254Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T01:04:33.255Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T01:04:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T01:04:42.795Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T01:04:42.795Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T01:05:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T01:05:33.253Z||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-05-21T01:05:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T01:05:33.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T01:05:33.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T01:05:33.254Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T01:05:42.794Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-21T01:05:42.796Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK